Hi.
I have an issue with VideoLan 1.0 RC1 not playing H.264 video in M4V format (RAW video).
The video was encoded with FFMPEG with the following command line:
ffmpeg -i sample.mp4 -f m4v -vcodec libx264 h264.m4v
and
ffmpeg -i sample.mp4 -f h.264 -vcodec libx264 h264.m4v
The video IS playable by ffplay.
VLC just briefly shows a black screen, then closes. The logs have the following message appearing every time:
main warning: can't get output picture
Any idea how to solve this issue, or is it a bug?
Regards.