Changes between Version 9 and Version 10 of Encoding
- Timestamp:
- 06/17/09 10:14:03 (1 year ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Encoding
v9 v10 22 22 ffmpeg -y -i "$infile" -an -pass 1 -threads 2 $options "$tmpfile" 23 23 24 ffmpeg -y -i "$infile" -acodec libfaac -ar 44100 -ab 96k -pass 2 \ 25 -threads 2 $options "$tmpfile" 24 ffmpeg -y -i "$infile" -acodec libfaac -ar 44100 -ab 96k -pass 2 -threads 2 $options "$tmpfile" 26 25 27 26 qt-faststart "$tmpfile" "$outfile" 59 58 == Mencoder & mp4creator == 60 59 61 Thanks to Martin Bündgens for the following script.60 Thanks to Martin Bündgens for the following PHP script. 62 61 63 62 {{{
