Changes between Version 9 and Version 10 of Encoding

Show
Ignore:
Author:
arjen (IP: 213.93.196.203)
Timestamp:
06/17/09 10:14:03 (1 year ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Encoding

    v9 v10  
    2222  ffmpeg -y -i "$infile" -an -pass 1 -threads 2 $options "$tmpfile" 
    2323 
    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" 
    2625 
    2726  qt-faststart "$tmpfile" "$outfile" 
    5958== Mencoder & mp4creator == 
    6059 
    61 Thanks to Martin Bündgens for the following script. 
     60Thanks to Martin Bündgens for the following PHP script. 
    6261 
    6362{{{