Pass -vn to ffmpeg, to ensure no video!

This commit is contained in:
craig.p.drummond
2013-04-02 19:08:05 +00:00
parent 64392a2ff9
commit e81daeb51e

View File

@@ -371,7 +371,8 @@ QStringList Encoder::params(int value, const QString &in, const QString &out) co
}
if (transcoder) {
p << "-y"; // Overwrite destination
p << "-vn" // Ensure ffmpeg does not think embedded cover-art is a video!!!
<< "-y"; // Overwrite destination
} else {
p << in;
}