Changes between Initial Version and Version 1 of EncodingGuide
- Timestamp:
- 03/02/2012 10:07:28 AM (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EncodingGuide
v1 v1 1 '''ffmpeg options syntax:'''[[BR]] 2 ffmpeg [options for 1st input] -i firstinput.file [options for 2nd input] -i secondinput.file [options for 1st output] firstoutput.file [options for 2nd output] secondoutput.file 3 4 '''Lossless screen caputure on Linux:''' (ffmpeg needs to be compiled with --enable-libfaac --enable-libx264 --enable-x11grab)[[BR]] 5 ffmpeg -f x11grab -r 15 -s 1280x800 -i :0.0 -f alsa -i hw:0 -c:a libvorbis -b:a 128k -c:v libx264 -crf 0 -preset ultrafast capture.mkv


