Re: [FFmpeg-user] Best way to record in segments

2019-03-27 Thread Felipe pi pe

That looks promising, however is there any way to either control the Interval 
at which packets are output or any way to get the timestamp of each packet?
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] Best way to record in segments

2019-03-27 Thread Carl Eugen Hoyos
2019-03-27 16:36 GMT+01:00, Felipe pi pe :
> What would be the best format to record on that has easily splittable
> fragments? I have already tried MP4 and ISMV, but extracting the boxes is
> kinda hacky and doesn't work reliably for some reason. It should output an
> uninterrupted stream of segments that can be split in 1 second clips
> without having to stop the recording.

What's wrong with mpegts?

Carl Eugen
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-user] Best way to record in segments

2019-03-27 Thread Felipe pi pe
What would be the best format to record on that has easily splittable
fragments? I have already tried MP4 and ISMV, but extracting the boxes is
kinda hacky and doesn't work reliably for some reason. It should output an
uninterrupted stream of segments that can be split in 1 second clips
without having to stop the recording.
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".