Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unspecified pixel format #4

Open
com4343568 opened this issue Aug 24, 2016 · 2 comments
Open

unspecified pixel format #4

com4343568 opened this issue Aug 24, 2016 · 2 comments

Comments

@com4343568
Copy link

./recode roundtrip 5.mov
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x2150ba0] stream 0, offset 0x24: partial file
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x2150ba0] Could not find codec parameters for stream 0 (Video: h264 (avc1 / 0x31637661), none, 640x480, 397 kb/s): unspecified pixel format
Consider increasing the value for the 'analyzeduration' and 'probesize' options
Exception (St13runtime_error): Invalid input stream information: Invalid data found when processing input

@lfaraone
Copy link

Can you provide a reproducer?

@Manouchehri
Copy link

Workaround (thanks to @kepstin):

ffmpeg -i input.mp4 -c copy -movflags faststart output.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants