Pixelpanic / winff

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

libavcodec has changed the API again; presets need change #131

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I am currently investigating the issue for Debian sid and Ubuntu Oneiric.

Several changes need to be made, but I am not 100% sure how.

- All the crop options have been removed. Use -vf crop=width:height:x:y instead.

  eg: I think -cropleft 52 -cropright 54 should become  -vf crop=in_w-52-54:in_h:((in_w+out_w)/2)+1 but I want someone to confirm.

- All the pad options have been removed. Use -vf pad=width:height:x:y:color 
instead.

  eg. I think -padtop 6 -padbottom 6 should become -vf pad=in_w+12 but again, I want someone to confirm.

- -maxrate values should be listed as k and not kb

- +4mv needs to be replaces by something, but I don't know what yet.

Original issue reported on code.google.com by poipodec...@hotmail.com on 6 Oct 2011 at 9:52

GoogleCodeExporter commented 8 years ago
Issue 135 has been merged into this issue.

Original comment by poipodec...@hotmail.com on 7 Oct 2011 at 5:28

GoogleCodeExporter commented 8 years ago
Issue 134 has been merged into this issue.

Original comment by poipodec...@hotmail.com on 7 Oct 2011 at 5:28

GoogleCodeExporter commented 8 years ago
Issue 133 has been merged into this issue.

Original comment by poipodec...@hotmail.com on 7 Oct 2011 at 5:30

GoogleCodeExporter commented 8 years ago
Issue 132 has been merged into this issue.

Original comment by poipodec...@hotmail.com on 7 Oct 2011 at 5:30

GoogleCodeExporter commented 8 years ago

Original comment by poipodec...@hotmail.com on 8 Oct 2011 at 6:35

GoogleCodeExporter commented 8 years ago
New preset file is available in the downloading section [1].

-flags +4mv is only valid for mpeg4 codec, so removed in xvid codec presets.
-cropleft 52 -cropright 54 became -vf crop=iw-52-54:ih:52
-padtop 6 -padbottom 6 became -vf pad=iw:ih+2*6:0:6
several presets needed an additional -aspect
-maxrate values only k or M (not kb)
-vpre <speed> added to all libx264 presets (mostly <speed> = medium, hope that 
is ok)
-ogg preset now -aq 3

[1] http://code.google.com/p/winff/downloads/list?can=3&q=presets

Original comment by poipodec...@hotmail.com on 9 Oct 2011 at 11:19

GoogleCodeExporter commented 8 years ago

Original comment by poipodec...@hotmail.com on 4 Dec 2011 at 2:45