[FFmpeg-user] Slight blur on converted video

Carl Eugen Hoyos ceffmpeg at gmail.com
Mon Mar 27 11:08:02 EEST 2017


2017-03-23 12:43 GMT+01:00 Dave <dave at bit.st>:

> ffmpeg -y -i in.mxf -r 25 -vf settb=1/25 -flags +ilme+ildct -timecode 00:00:00:00
> -acodec pcm_s16le -filter_complex "[:1:a][:2:a]amerge=inputs=2[aout]"
> -map "[aout]" -map 0:0 -qscale:v 6 -vcodec prores_ks -profile:v 1
> -video_track_timescale 25 -copytb -1 out.mov

Do you see the blurring only using the Adobe decoder or also when decoding
with FFmpeg?

Doesn't "-profile:v 3" increase the quality?
Please remove qscale from your command line, it has no effect on prores
encoding.

Please find out what "top-posting" means and avoid it here if you request
support.

Carl Eugen


More information about the ffmpeg-user mailing list