video encoding - ffmpeg overlay duration issue -


i making setting (using anothergui) burn in overlay movie:

-i "<sourcefilename>"  -i "pathto\overlay1080.mov"  -filter_complex overlay=shortest=0 -y  -vcodec prores -profile:v 3  -qscale:v 1 -acodec pcm_s16le -ar 48000 -ac 2   "<outputpath>\forcompfolder\<outputfilename>.mov" 

the compositing fine, overlay video 999 frames long , first input video shorter. when render opts length of overlay video. doing wrong?

thanks in advance.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

c# - How do I get the Nth largest element from a list with duplicates, using LINQ? -

jsp - "Sending a redirect is forbidden after the response has been committed" in sendRedirect -