[FFmpeg-trac] #3977(undetermined:closed): PNG / watermark files do not work with -vf filter

FFmpeg trac at avcodec.org
Fri Sep 26 00:25:28 CEST 2014


#3977: PNG / watermark files do not work with -vf filter
-------------------------------------+-------------------------------------
             Reporter:               |                    Owner:
  SeventhCycle                       |                   Status:  closed
                 Type:  defect       |                Component:
             Priority:  normal       |  undetermined
              Version:  git-master   |               Resolution:
             Keywords:               |  worksforme
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by SeventhCycle):

 Unfortunately, this looks to be an issue that is not limited to the
 johnvansickle builds.

 {{{
 # ffmpeg -y -i BigBuckBunny_640x360.m4v -vf
 movie=sample-128.png[o],[in][o]overlay -qscale 2 -strict -2 -vcodec mpeg4
 -acodec aac out.mov
 ffmpeg version 2.4.1 Copyright (c) 2000-2014 the FFmpeg developers
   built on Sep 25 2014 22:13:52 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1)
   configuration: --enable-gpl --enable-postproc --enable-swscale --enable-
 pthreads --enable-x11grab --enable-libdc1394 --enable-libfaac --enable-
 libgsm --enable-libvpx --enable-libmp3lame --enable-libtheora --enable-
 libvorbis --enable-libx264 --enable-libxvid --enable-nonfree --enable-
 version3 --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-
 libfreetype --extra-libs=-ldl
   libavutil      54.  7.100 / 54.  7.100
   libavcodec     56.  1.100 / 56.  1.100
   libavformat    56.  4.101 / 56.  4.101
   libavdevice    56.  0.100 / 56.  0.100
   libavfilter     5.  1.100 /  5.  1.100
   libswscale      3.  0.100 /  3.  0.100
   libswresample   1.  1.100 /  1.  1.100
   libpostproc    53.  0.100 / 53.  0.100
 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'BigBuckBunny_640x360.m4v':
   Metadata:
     major_brand     : M4V
     minor_version   : 1
     compatible_brands: M4V M4A mp42isom
     creation_time   : 2008-06-03 05:23:28
     copyright       : © 2008 Blender Foundation | www.bigbuckbunny.org
     title           : Big Buck Bunny
     artist          : Peach Open Movie Team
     composer        : Sacha Goedegebure / Ton Roosendaal
     date            : 2008
   Duration: 00:09:56.46, start: 0.000000, bitrate: 1626 kb/s
     Stream #0:0(eng): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo,
 fltp, 127 kb/s (default)
     Metadata:
       creation_time   : 2008-06-03 05:23:28
       handler_name    : Apple Sound Media Handler
     Stream #0:1(eng): Video: h264 (Constrained Baseline) (avc1 /
 0x31637661), yuv420p(tv, smpte170m), 640x360, 1495 kb/s, 24 fps, 24 tbr,
 2400 tbn, 4800 tbc (default)
     Metadata:
       creation_time   : 2008-06-03 05:23:28
       handler_name    : Apple Video Media Handler
 Please use -q:a or -q:v, -qscale is ambiguous
 Output #0, mov, to 'out.mov':
   Metadata:
     major_brand     : M4V
     minor_version   : 1
     compatible_brands: M4V M4A mp42isom
     date            : 2008
     copyright       : © 2008 Blender Foundation | www.bigbuckbunny.org
     title           : Big Buck Bunny
     artist          : Peach Open Movie Team
     composer        : Sacha Goedegebure / Ton Roosendaal
     encoder         : Lavf56.4.101
     Stream #0:0(eng): Video: mpeg4 (mp4v / 0x7634706D), yuv420p, 640x360,
 q=2-31, 200 kb/s, 24 fps, 12288 tbn, 24 tbc (default)
     Metadata:
       creation_time   : 2008-06-03 05:23:28
       handler_name    : Apple Video Media Handler
       encoder         : Lavc56.1.100 mpeg4
     Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo,
 fltp, 128 kb/s (default)
     Metadata:
       creation_time   : 2008-06-03 05:23:28
       handler_name    : Apple Sound Media Handler
       encoder         : Lavc56.1.100 aac
 Stream mapping:
   Stream #0:1 -> #0:0 (h264 (native) -> mpeg4 (native))
   Stream #0:0 -> #0:1 (aac (native) -> aac (native))
 Press [q] to stop, [?] for help
 Error while filtering.
 frame=    1 fps=0.0 q=2.0 Lsize=      22kB time=00:00:00.51 bitrate=
 356.4kbits/s
 video:10kB audio:11kB subtitle:0kB other streams:0kB global headers:0kB
 muxing overhead: 7.893614%

 }}}

 This appears to be present in the build of FFmpeg I just did.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/3977#comment:6>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list