Hi All!

I have successfully remuxed AVI/MPEG2 to Elementary stream:
    av_read_frame(_ffmpeg_format_context, &_ffmpeg_packet);
av_read_frame also returns Elementary stream, after this i get only video packets, write them to file and all works fine.

But when I do av_read_frame at the MKV/H264 file and than save video stream to file than VLC reports:
[mp3 @ 0x1964d80] Header missing
[mp3 @ 0x1964d80] Header missing
[mp3 @ 0x1964d80] Header missing
...

May be I need to add some extra header to the packets?
_______________________________________________
Libav-user mailing list
Libav-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to