Hi ffmeg group users I need to generate a specific mpegts file.
So i found on the internet some segmenter for hls ( http://pastebin.com/7F40NEjU) that generate all the ts very well. But i need to pass an argument to specify a specific range (like a number, sequence, timestamp). I tried to use this function, but with no success.. int nRet = av_seek_frame(input_context, -1, timestamp, AVSEEK_FLAG_ANY ); Thanks a lot Diogo _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
