[FFmpeg-user] m3u8 segmenter (segmenter.c)
Diogo Serrano
diogopmserrano at gmail.com
Wed Aug 27 20:29:05 CEST 2014
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
More information about the ffmpeg-user
mailing list