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

Unable to load some m2v files #32

Closed
tgoyne opened this issue Aug 19, 2013 · 4 comments
Closed

Unable to load some m2v files #32

tgoyne opened this issue Aug 19, 2013 · 4 comments

Comments

@tgoyne
Copy link
Member

tgoyne commented Aug 19, 2013

From wazner on November 09, 2010 17:11:15

What steps will reproduce the problem? 1. Download http://www.mediafire.com/file/v9jp3ifvy3ytbxu/test.m2v 2. Attempt to read using FFVideoSource("test.m2v") What is the expected output? What do you see instead? Expected: file loads correctly
Observed: FFVideoSource: Can't open 'test.m2v' What version of the product are you using? On what operating system? v2.14 on Windows 7 64-bit with 32-bit Avisynth 2.58
v2.14 on 64-bit Linux using 32-bit wine and 32-bit Avisynth 2.58 Please provide any additional information below. I have a script that demux's program chains from DVD menus and converts any short video sequences to PNGs. It uses FFVideoSource in the workflow. Many DVD menu program chains have a duration of 1 frame.

I've just upgraded to v2.14 and find some m2v files can no longer be opened by FFVideoSource.

Here's an example m2v file where it fails: http://www.mediafire.com/file/v9jp3ifvy3ytbxu/test.m2v The error I see with v2.14 is:
FFVideoSource: Can't open 'test.m2v'

As far as I can tell there is nothing wrong with the m2v file, I can 'play' it ok in ZoomPlayer, MPC-HC and VLC.

v2.13 has the same problem. v2.12 works correctly.

Original issue: http://code.google.com/p/ffmpegsource/issues/detail?id=32

@tgoyne
Copy link
Member Author

tgoyne commented Aug 19, 2013

From kalle.blomster on November 10, 2010 11:26:00

It seems to be a bug in ffmpeg; av_open_input_file refuses to open the file. I guess I'll go harass them about it.

Status: Accepted

@tgoyne
Copy link
Member Author

tgoyne commented Aug 19, 2013

From kalle.blomster on November 17, 2010 12:17:03

https://roundup.ffmpeg.org/issue2363

@tgoyne
Copy link
Member Author

tgoyne commented Aug 19, 2013

From fredrik.mellbin on July 13, 2011 07:07:04

A patch suggestion was prepared 6 months ago by the FFmpeg developers. Then it died. Don't expect this to be fixed.

@tgoyne
Copy link
Member Author

tgoyne commented Aug 19, 2013

From kalle.blomster on July 20, 2011 06:53:20

Well, we can't fix this ourselves, so harass the ffmpeg people if you want it fixed. Closing.

Status: SorryBro

@tgoyne tgoyne closed this as completed Aug 19, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant