Changes between Version 10 and Version 11 of FilteringGuide
- Timestamp:
- Dec 13, 2011, 6:05:37 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FilteringGuide
v10 v11 51 51 }}} 52 52 Note that the examples given in the documentation mix and match the use of "full quoting" and "\" escaping, and that use of unusual shells may upset escaping. 53 === Burnt in Timecode === 54 {{{ 55 ffmpeg -i in.mp4 -vf "drawtext=fontfile=/usr/share/fonts/truetype/DroidSans.ttf: timecode='09\:57\:00\:00': r=25: \ 56 x=(w-tw)/2: y=h-(2*lh): fontcolor=white: box=1: boxcolor=0x00000000@1" -an -y out.mp4 57 }}} 58 59 53 60 === Scripting your command line parameters === 54 61 If building complex filtergraphs the command line can get very messy so it can help to break things down into manageable pieces. However one needs to be careful when joining them all together to avoid issues due to your shell and escaped characters.
