On Fri, Oct 5, 2018 at 12:05 AM André Hänsel wrote:
>
> But this doesn't, it generates a normal MP4 (ftyp-free-mdat-moov):
> ffmpeg -i rtsp://192.168.1.202:554/ch01.264 -map 0:0 -c:v copy
> -frag_duration 400 -f segment -segment_time 12 -segment_format mp4
> out-%03d.mp4
>
Options for the ch
Hi list,
this successfully generates a fragmented MP4:
ffmpeg -i rtsp://192.168.1.202:554/ch01.264 -map 0:0 -c:v copy
-frag_duration 400 out.mp4
But this doesn't, it generates a normal MP4 (ftyp-free-mdat-moov):
ffmpeg -i rtsp://192.168.1.202:554/ch01.264 -map 0:0 -c:v copy
-frag_duration 400