[FFmpeg-user] how to detect corrupted/wrong video file

Carl Eugen Hoyos cehoyos at ag.or.at
Thu Jun 25 12:03:54 CEST 2015


qw <applemax82 <at> 163.com> writes:

> How to make ffmpeg only decode video file without 
> transcoding and output?

$ ffmpeg -i file -f null -

(This of course does "transcoding", decoding 
without transcoding is impossible.)

Carl Eugen



More information about the ffmpeg-user mailing list