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
New contributor
add a comment |
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
New contributor
Share the input.
– Gyan
2 days ago
add a comment |
up vote
0
down vote
favorite
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
New contributor
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
ffmpeg
New contributor
New contributor
edited 2 days ago
kit
774116
774116
New contributor
asked 2 days ago
wowi77
1
1
New contributor
New contributor
Share the input.
– Gyan
2 days ago
add a comment |
Share the input.
– Gyan
2 days ago
Share the input.
– Gyan
2 days ago
Share the input.
– Gyan
2 days ago
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
wowi77 is a new contributor. Be nice, and check out our Code of Conduct.
wowi77 is a new contributor. Be nice, and check out our Code of Conduct.
wowi77 is a new contributor. Be nice, and check out our Code of Conduct.
wowi77 is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53373669%2fwhat-should-i-do-if-the-video-is-broken-on-a-black-screen-when-encoding-with-ffm%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Share the input.
– Gyan
2 days ago