[FFmpeg-user] Splitting video based on I,P,B frames?
Henk D. Schoneveld
belcampo at zonnet.nl
Fri Apr 10 19:17:57 CEST 2015
On 10 Apr 2015, at 18:26, Jason H <jhihn at gmx.com> wrote:
> I'd like to split a video into I-frame delimted segments, that is to say given video = [IPPPIPPPPIPPIPPPP] I would get a series of videos as:
> [IPPP],[IPPPP],[IPP],[IPPPP].
>
>
> Is there any way I could do this?
I have an idea, just don’t if it will fit the bill perfectly though. Use the functions for creating hls segments with a playlist. Choosing the shortest possible value for the segments will/should do what you want. AFAIK
>
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
More information about the ffmpeg-user
mailing list