Hello Victor again, This is only an addition to the last question from me. So please be so kind and read the last post also, thank you very much.
> Then my last question is, if I want to mux h.264 content from a > transportstream into a new mkv or anything else containerformat with your > solution, is it possible to do that with ffmpeg without using > av_read_frame() and av_write_frame()? Or is it possible to put NAL-packets > (stored in a separate buffer) into a new AVPacket-structure (with > AVPacket.data-Pointer) and give it then to av_write_frame()? > I know that one avc coded frame is delivered in several NAL-Packets. So the last question means, may I use the av_write_frame()-Function for a muxer? May I use the AVPacket.data-Pointer to point to a buffer contained several NAL-Packets belonging to a frame? regards, Sven _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
