[FFmpeg-user] Multiple filter files

ojm37 omortensen at imvinfo.com
Fri Aug 17 17:15:36 CEST 2012


I don't have any console output as the project runs inside a web-page and the
output is lost.

The command-line is built inside an asp file and is concatinated from
several strings. The emdash and regular dash are byproducts of windows cut
and paste :-(

The command line, more exactly, is the concatinated string:
converter + "\\ffmpeg.exe -i" + strPath + "\\" + originalVideoName + " -s "
+ videoDimension[0] + "x" + videoDimension[1] + " -acodec aac -ac 1 -ab 48K
-strict experimental -vcodec libx264 -fpre " + converter +
"\\presets\\libx264-slow.ffpreset -fpre " + converter +
"\\presets\\libx264-ipod640.ffpreset -b 450K -bt 450K -threads 0 " + strPath
+ "\\" + newVideoName;

Where converter is the path to the ffmpeg exe and strPath is the path to
where the videos are stored.




--
View this message in context: http://ffmpeg-users.933282.n4.nabble.com/Multiple-filter-files-tp4652628p4652689.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.


More information about the ffmpeg-user mailing list