[FFmpeg-trac] #5945(avfilter:new): Lavfi & filter_complex ignore fps filter

FFmpeg trac at avcodec.org
Sun Nov 13 14:45:59 EET 2016


#5945: Lavfi & filter_complex ignore fps filter
------------------------------------+------------------------------------
             Reporter:  LordHDL     |                    Owner:
                 Type:  defect      |                   Status:  new
             Priority:  normal      |                Component:  avfilter
              Version:  git-master  |               Resolution:
             Keywords:              |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+------------------------------------

Comment (by LordHDL):

 Full console output is in the file I had attached.

 The following command worked for me:

 {{{
 ffmpeg -y -loop 1 -i ~/Desktop/FP2.tiff -i ~/Desktop/fp.mov -i
 ~/Desktop/fp.mov -lavfi \
 "[0:v]fps=60[bg]; \
 [bg][1:v]overlay=10:(main_h/2)-(overlay_h/2):format=rgb[v1]; \
 [v1][2:v]overlay=460:(main_h/2)-(overlay_h/2):shortest=1:format=rgb[final]"
 \
 -map "[final]" -map 1:a -map 2:a -c:v ffv1 -level 3 -c:a copy
 ~/Desktop/filtergraph.nut
 }}}

 This method seems to set the frame rate for everything as a whole.  Is
 there any way to control each video overlay's frame rate individually
 without reencoding them first?

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


More information about the FFmpeg-trac mailing list