[xiph-commits] r12114 - trunk/ffmpeg2theora
j at svn.xiph.org
j at svn.xiph.org
Tue Nov 14 22:54:18 PST 2006
Author: j
Date: 2006-11-14 22:54:15 -0800 (Tue, 14 Nov 2006)
New Revision: 12114
Modified:
trunk/ffmpeg2theora/build.mac.sh
trunk/ffmpeg2theora/ffmpeg2theora.1
Log:
update manpage
Modified: trunk/ffmpeg2theora/build.mac.sh
===================================================================
--- trunk/ffmpeg2theora/build.mac.sh 2006-11-15 06:49:02 UTC (rev 12113)
+++ trunk/ffmpeg2theora/build.mac.sh 2006-11-15 06:54:15 UTC (rev 12114)
@@ -63,6 +63,8 @@
build_dir=$tmp_dir/build
dist_dir=$tmp_dir/dist
mkdir -p $dist_dir/universal/usr/local/bin
+mkdir -p $dist_dir/universal/usr/local/share/man/man1/
+cp Â$dist_dir/i386/share/man/man1/ffmpeg2theora.1 $dist_dir/universal/usr/local/share/man/man1/
strip $dist_dir/ppc/bin/ffmpeg2theora
strip $dist_dir/i386/bin/ffmpeg2theora
lipo -create -arch ppc $dist_dir/ppc/bin/ffmpeg2theora \
Modified: trunk/ffmpeg2theora/ffmpeg2theora.1
===================================================================
--- trunk/ffmpeg2theora/ffmpeg2theora.1 2006-11-15 06:49:02 UTC (rev 12113)
+++ trunk/ffmpeg2theora/ffmpeg2theora.1 2006-11-15 06:54:15 UTC (rev 12114)
@@ -67,6 +67,9 @@
.B \-\-aspect
Define frame aspect ratio (e.g. 4:3, 16:9).
.TP
+.B \-F, \-\-framerate
+output framerate e.g 25:2 or 16
+.TP
.B \-\-croptop, \-\-cropbottom, \-\-cropleft, \-\-cropright
Crop input by given pixels before resizing.
.TP
More information about the commits
mailing list