ffmpeg buffer queue drop overflow, dropping -


i got

buffer queue drop overflow, dropping 

error when try run code

ffmpeg.exe -i input.mkv -i logo.png -loop 1 -report -filter_complex "overlay=20:15,subtitles ='sub.srt'" -c:a copy -q:v 1 -f segment -segment_time 600 "out_%d.ts" 

but if removed overlay in complex filter works find produce video without logo

the following command working without logo

ffmpeg.exe -i input.mkv -i logo.png -loop 1 -report -filter_complex "subtitles ='sub.srt'" -c:a copy -q:v 1 -f segment -segment_time 600 "out_%d.ts" 


Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

mapreduce - Resource manager does not transit to active state from standby -

serialization - Convert Any type in scala to Array[Byte] and back -