Changes between Version 11 and Version 12 of FilteringGuide
- Timestamp:
- 12/13/2011 07:19:48 PM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FilteringGuide
v11 v12 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 53 === Burnt in Timecode === 54 PAL 25fps non drop frame 54 55 {{{ 55 56 ffmpeg -i in.mp4 -vf "drawtext=fontfile=/usr/share/fonts/truetype/DroidSans.ttf: timecode='09\:57\:00\:00': r=25: \ 56 57 x=(w-tw)/2: y=h-(2*lh): fontcolor=white: box=1: boxcolor=0x00000000@1" -an -y out.mp4 57 58 }}} 58 59 NTSC drop frame 60 {{{ 61 (change the : to a ; before the frame count)_________________________________________________________ 62 \ 63 ffmpeg -i in.mp4 -vf "drawtext=fontfile=/usr/share/fonts/truetype/DroidSans.ttf: timecode='09\:57\:00\;00': r=25: \ 64 x=(w-tw)/2: y=h-(2*lh): fontcolor=white: box=1: boxcolor=0x00000000@1" -an -y out.mp4 65 }}} 59 66 60 67 === Scripting your command line parameters ===


