saloromer / ffmbc

Automatically exported from code.google.com/p/ffmbc
0 stars 0 forks source link

Windows: Cannot find preset directory #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
ffmpeg.exe -vcodec libx264 -vpre <anything> fails to find the presets no matter 
if $FFMPEG_DATADIR is set or if an explicit path is provided. 

This occurs with ffmbc v0.3 for windows, it was a zip file previously available 
on this page.

The docs suggest creating a .ffmpeg directory in the user's home directory, 
however that is not feasible as I am calling ffmpeg.exe from a background 
service.

Original issue reported on code.google.com by icefragm...@gmail.com on 6 Aug 2010 at 3:09

GoogleCodeExporter commented 8 years ago
Presets files are removed from 0.6, use the -preset lixb264 option

Original comment by baptiste...@gmail.com on 9 Mar 2011 at 2:55