Eu tenho um erro com 1gb videofile e avconv
Application provided invalid, non monotonically increasing
dts to muxer in stream 1: 177873 >= 177849
av_interleaved_write_frame(): Invalid argument
eu uso
avconv -i /root/video/112-1.wmv -y -strict experimental -b:v 1800K -ss 00:00:10 -c:v libx264 -c:a libfaac -ar 44100 -ac 1 -b:a 128k -threads 0 -maxrate 1850k -bufsize 1000k -vf "scale=w=1280:h=720, drawtext=fontfile=FreeSans.ttf:text='site.com':[email protected]:fontsize=20:x=1130:y=695" /root/converted/112-1.wmv
Aqui está o meu log link
Eu tentei suprimir b-frames adicionando a opção -bf 0
, mas também o mesmo erro.
Como posso evitar esse erro?
Tags libav