Hi I'm trying to put H264/H265 videos in the Transport Stream by the FFMPEG API, especially livavformat. At first I had the error "first pts value must be set"; but after setting the pts value equal to the dts value, I have not seen it any more. But here is my question: how do we set the correct PTS value? I'm thinking about the decoding function in order to get the right PTS value but how can I call these functions in the Transport Stream multiplexing part in FFMPEG?
Thanks a lot for your advice and help!
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
