[FFmpeg-user] Question on Segment TImes

Colin Bitterfield colin at bitterfield.com
Sat Apr 4 19:13:44 EEST 2020


Thanks,

That solved it.
On Apr 4, 2020, 2:11 AM -0700, Gyan Doshi <ffmpeg at gyani.pro>, wrote:
>
>
> On 04-04-2020 11:59 am, Colin Bitterfield wrote:
> > I am trying to segment split a stream coming in from AVFOUNDATION
> >
> > ffmpeg -benchmark_all -stats -loglevel debug -copyts \
> >  -f avfoundation -capture_raw_data true -pix_fmt 0rgb -i DV-VCR -q 0 \
> >  -map 0 -c:v copy -c:a copy -segment_time 00:00:10 \
> >  -f segment  374_%03d.dv -y
> >
> > _ I have tried various combinations of “-increment_tc” and "-reset_timestamps 0"
> >
> > The video splits flawless at the time requ
>
> .dv is a bare bones container and does not support timestamps. Try MOV.
>
> Gyan
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-user mailing list