Pixelpanic / winff

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

winff needs different call for crop function in recent ffmpeg #137

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Additional to the changes needed for bug 131, also winff code needs update. As 
the previous -cropleft, -cropright, -croptop and -cropbottom
calls are now combined in one option, the call created by winff in the 
Additional options section should be updated as well in the following way:

-vf 
crop=iw-<cropleft>-<cropright>:ih-<croptop>-<cropbottom>:<cropleft>:<croptop>

where <cropXXX> is the value from the XXX crop box. 

Original issue reported on code.google.com by poipodec...@hotmail.com on 20 Oct 2011 at 7:08

GoogleCodeExporter commented 8 years ago
Commit change to svn to fix this; revision 551

http://code.google.com/p/winff/source/diff?spec=svn551&old=546&r=551&format=unid
iff&path=%2Ftrunk%2F+winff+--username+bggmtt%2Funit1.pas

Original comment by poipodec...@hotmail.com on 30 Oct 2011 at 8:59