What should I do if the video is broken on a black screen when encoding with FFmpeg(h264)?
up vote
0
down vote
favorite
The MOV is broken when H.264 is encoded as below image. Can I encode it without breaking? Encoding options: ffmpeg -y -i "background.mp4" -s "160x64" -c:v libx264 -vprofile baseline -level 3 -q:v 0 -mbtree 1 -r 30 -pix_fmt yuv420p -an -t "0:00:15.000000" "sample.mp4"
ffmpeg
share | improve this question
edited 2 days ago
kit
774 1 16
asked 2 days ago
wowi77
1