[FFmpeg-user] Adding Borders

Indian Maiden theindianmaiden at gmail.com
Thu Jan 31 20:11:32 CET 2013


On Thu, Jan 31, 2013 at 8:10 AM, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:

> Indian Maiden <theindianmaiden <at> gmail.com> writes:
>
> > Here is the complete output of the encode run:
> > http://pastebin.com/wDvwKFNL
>
> Please do not use external resources to describe
> your problem (they may disappear), always post
> all necessary information on the mailing list.
> (At least the first 50 and the last 50 lines.)
>
> Carl Eugen
>
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>

I was following this advice "Please do never post an extract of FFmpeg
console output,"

Here is the error message I received I cant seem to form my filter chain:


   ffmpeg -i ./1080bars.mov -filter_complex
   "scale=1728x864,pad=1920:1080:0:0:gray movie='./thumbnail.jpg' [watermark];
   [in][watermark]
   overlay=(main_w-overlay_w)/2:(main_h-overlay_h)/3[water];[water]
   drawtext=fontsize=50:fontcolor=Yellow:fontfile=./font.ttf:timecode='00\:00\:00\:00':
   r=23.98:x=(w)/2:y=(h)-50,drawtext=fontsize=50:fontcolor=Yellow:fontfile=./font.ttf:text='Frame
   \:\%{n}':x=(w)/1.2:y=(h)-50[out]" ./test1/test%06d.tiff
   ffmpeg version git-2013-01-30-033f164 Copyright (c) 2000-2013 the FFmpeg
   developers
     built on Jan 30 2013 15:46:49 with gcc 4.6 (Ubuntu/Linaro
   4.6.3-1ubuntu5)
     configuration: --enable-gpl --enable-libass --enable-libfaac
   --enable-libfdk-aac --enable-libmp3lame --enable-libopencore-amrnb
   --enable-libopencore-amrwb --enable-librtmp --enable-libtheora
   --enable-libvorbis --enable-libvpx --enable-x11grab --enable-libx264
   --enable-nonfree --enable-version3 --enable-libfreetype --enable-avfilter
     libavutil      52. 17.100 / 52. 17.100
     libavcodec     54. 91.100 / 54. 91.100
     libavformat    54. 61.104 / 54. 61.104
     libavdevice    54.  3.102 / 54.  3.102
     libavfilter     3. 34.101 /  3. 34.101
     libswscale      2.  2.100 /  2.  2.100
     libswresample   0. 17.102 /  0. 17.102
     libpostproc    52.  2.100 / 52.  2.100
   Guessed Channel Layout for  Input Stream #0.1 : stereo
   Input #0, mov,mp4,m4a,3gp,3g2,mj2, from './1080bars.mov':
     Metadata:
       major_brand     : qt
       minor_version   : 0
       compatible_brands: qt
       creation_time   : 2012-12-07 14:18:29
     Duration: 00:00:05.67, start: 0.000000, bitrate: 24661 kb/s
       Stream #0:0(und): Video: prores (apcn / 0x6E637061), yuv422p10le,
   1920x1080, 22354 kb/s, SAR 1:1 DAR 16:9, 23.98 fps, 23.98 tbr, 24k tbn, 24k
   tbc
       Metadata:
         creation_time   : 2012-12-07 14:18:29
         handler_name    : Core Media Data Handler
         timecode        : 00:00:00:00
       Stream #0:1(und): Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz,
   stereo, s32, 2304 kb/s
       Metadata:
         creation_time   : 2012-12-07 14:18:29
         handler_name    : Core Media Data Handler
       Stream #0:2(und): Data: none (tmcd / 0x64636D74), 0 kb/s
       Metadata:
         creation_time   : 2012-12-07 14:18:29
         handler_name    : Core Media Data Handler
         timecode        : 00:00:00:00
   [mov,mp4,m4a,3gp,3g2,mj2 @ 0x2aa8040] Invalid stream specifier: in.
       Last message repeated 1 times
   Stream specifier 'in' in filtergraph description
   scale=1728x864,pad=1920:1080:0:0:gray movie='./thumbnail.jpg' [watermark];
   [in][watermark]
   overlay=(main_w-overlay_w)/2:(main_h-overlay_h)/3[water];[water]
   drawtext=fontsize=50:fontcolor=Yellow:fontfile=./font.ttf:timecode='00\:00\:00\:00':
   r=23.98:x=(w)/2:y=(h)-50,drawtext=fontsize=50:fontcolor=Yellow:fontfile=./font.ttf:text='Frame
   \:\%{n}':x=(w)/1.2:y=(h)-50[out] matches no streams.


More information about the ffmpeg-user mailing list