I just finished building a sinthgunt package for the MEPIS Community
Repository.
In doing so, I confirmed this bug is present using either latest release
(2.0.2) or svn.
Sinthgunt needs to look at the results of both "ffmpeg -formats"
and "ffmpeg -codecs" to get a full list of the installed ffmpeg
capabilities.
Patch to current svn (20100912) attached
Attachments:
01-get-all-ffmpeg-capabilities.patch 1.9 KB
Thank you, Tim. I will apply the patch asap
my way
#!/bin/bash
# Remote Download - Encoded to MP4
# automated logic, mysoogals
# linux dependency ubuntu 8.10 - 10.04 - linux mint 9 -
# build qt-faststart -&- ffmpeg -
http://ubuntuforums.org/showthread.php?t=786095
wget="http://amd.co.at:8083/Crazy-Cop.wmv"
ffmpeg="Crazy-Cop.wmv"
loop="Crazy-Cop.mp4"
ffmpegout="$loop"
qtinput="$loop"
qtout="$loop"
wget $wget && ffmpeg -i $ffmpeg -acodec libfaac -ab 128k -ac 2 -vcodec
libx264 -vpre slow -crf 22 -threads 0 $ffmpegout && qt-faststart $ffmpegout
$ffmpegout.qt.mp4 && rm $ffmpeg && rm $ffmpegout && chmod 777
$ffmpegout.qt.mp4 && mv $ffmpegout.qt.mp4 /var/www/uploads/