When I call av_read_frame to read from a mov file that has h.264 raw
bit stream, it looks like the frame does not start with start code
(0x0000 0001), instead, it start with the length of the frame.

Inconsistently, if I use av_write_frame and pass in a frame with start
code, it is written ok, but if I write with data which is gotten from
av_read_frame, it does not work.

Maybe there is some configuration needs to be done so that I
read/write consistently with or without start code?
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to