On 21/03/16 11:51, Federico Vitali wrote: > Hi, > I'm capturing video streams from IP cameras using avconv with the following > command line options: > > avconv -i rtsp://192.168.0.16 -c copy -map 0:0 -f segment -segment_time > 1800 -segment_format mkv "TLC01_%d.mkv" > > It works great, I get exactly segments of 30 minutes duration, but I have a > problem when reproducing the segments with common videoplayers, such as VLC > because the reported clip duration is wrong i.e. about 60 hours instead of > 30 minutes. Is there something wrong in my command line ? >
If you could try with the current master would be great, I'm not seeing anything wrong there, so possibly the duration reported is wrong. lu _______________________________________________ libav-tools mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-tools
