[FFmpeg-devel] Files crashing FFmpeg
Martin Lindhe
martin
Wed Nov 26 17:30:54 CET 2008
Benjamin Larsson wrote:
> It's over 5000 files and maybe there are more things to look at then
> just if it crashes FFmpeg.
>
Something along the lines of this could be a starting point
#!/bin/sh
FILE=ffmpeg_crashfiles.txt
TMP_SUFF=out.avi
if [ ! -e $FILE ]; then
wget http://tranquillity.ath.cx/$FILE
fi
while read LINE
do
ffmpeg -i $LINE $LINE-$TMP_OUT
done < $FILE
More information about the ffmpeg-devel
mailing list