[FFmpeg-user] DAV file importing (DVR-made files)

Carl Eugen Hoyos cehoyos at ag.or.at
Fri Mar 11 09:05:48 CET 2016


Emanuel Piza <emanuel <at> esportes.co> writes:

> ffmpeg -y -i ./HDCVI_ch1_main_20160303201400_20160303201500.dav 
> -vcodec libx264 -crf 24  -filter:v "setpts=1.666666666666*PTS" 

Use the input option -r instead:
$ ffmpeg -r 15 -i HDCVI_ch1_main_20160303201400_20160303201500.dav 

Carl Eugen



More information about the ffmpeg-user mailing list