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 -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

jquery - Keeping Kendo Datepicker in min/max range -