From owner-svn-doc-head@freebsd.org Sat Jan 16 10:13:46 2016 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7D51A83A8B; Sat, 16 Jan 2016 10:13:46 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 95C181E42; Sat, 16 Jan 2016 10:13:46 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0GADj5N012037; Sat, 16 Jan 2016 10:13:45 GMT (envelope-from bhd@FreeBSD.org) Received: (from bhd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0GADjMe012036; Sat, 16 Jan 2016 10:13:45 GMT (envelope-from bhd@FreeBSD.org) Message-Id: <201601161013.u0GADjMe012036@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhd set sender to bhd@FreeBSD.org using -f From: Bjoern Heidotting Date: Sat, 16 Jan 2016 10:13:45 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r48032 - head/en_US.ISO8859-1/books/handbook/multimedia X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jan 2016 10:13:46 -0000 Author: bhd Date: Sat Jan 16 10:13:45 2016 New Revision: 48032 URL: https://svnweb.freebsd.org/changeset/doc/48032 Log: - Remove a somewhat redundant sentence. - Make screen example fit on single line. Reviewed by: bcr Differential Revision: https://reviews.freebsd.org/D4945 Modified: head/en_US.ISO8859-1/books/handbook/multimedia/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/multimedia/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/multimedia/chapter.xml Fri Jan 15 20:51:04 2016 (r48031) +++ head/en_US.ISO8859-1/books/handbook/multimedia/chapter.xml Sat Jan 16 10:13:45 2016 (r48032) @@ -210,9 +210,6 @@ hint.sbc.0.irq="5" hint.sbc.0.drq="1" hint.sbc.0.flags="0x15" - In this case, the card uses the 0x220 - I/O port and the IRQ 5. - The syntax used in /boot/device.hints is described in &man.sound.4; and the manual page for the driver of the sound card. @@ -1133,8 +1130,7 @@ zoom=yes This example demonstrates how to convert a DivX file into a PAL MPEG-1 file (PAL VCD): - &prompt.user; transcode -i -input.avi -V --export_prof vcd-pal -o output_vcd + &prompt.user; transcode -i input.avi -V --export_prof vcd-pal -o output_vcd &prompt.user; mplex -f 1 -o output_vcd.mpg output_vcd.m1v output_vcd.mpa The resulting MPEG file,