Hi,

I want to copy frames from a source file containing MPEG2 video and AC3 audio to a new file with av_write_frame. Was no problem with MPEG2 and MP2 cause I could use a predefined AVOutputFormat for the AVFormatContext. I've tried to alter an existing predefined format containing MPEG2 and setting it's audio_codec to CODEC_ID_AC3 and to register it using av_register_output_format but the first call to av_write_frame crashes.

Any hints?

Thanks,

Thomas

_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to