Bug#687048: avconv: x264 profile only supports main and baseline

2012-09-30 Thread Reinhard Tartler
tags 687048 moreinfo
stop

 I'm trying to use avconv to convert to h264 using libx264.  I want
 to set the profile to high, but I still get main.

 I can change it to (constrained) baseline.  But setting any other
 valid profile will get me the main profile.  Setting it to an invalid
 option gives me an error.  So it does recoginse the strings,
 it just doesn't seem to accept them for what ever reason.

Just to be sure, can you please provide the complete command that you
have used in your tests? Do you use the old, deprecated -vpre options
or the newish x264 codec private options:

 avconv -help | grep x264
[...]
   mbtree  E.V.. use macroblock tree ratecontrol (x264 only)
-crf   float E.V.. enables constant quality mode, and
selects the quality (x264)
-keyint_minint   E.V.. minimum interval between IDR-frames (x264)
libx264 AVOptions:
-presetstring E.V.. Set the encoding preset (cf. x264 --fullhelp)
-tune  string E.V.. Tune the encoding params (cf. x264 --fullhelp)
-profile   string E.V.. Set profile restrictions (cf. x264
--fullhelp)

 Using x264 directly does give me the profile I request.

Okay, that means that libx264 is functional.

-- 
regards,
Reinhard


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#687048: avconv: x264 profile only supports main and baseline

2012-09-30 Thread Kurt Roeckx
On Sun, Sep 30, 2012 at 12:02:06PM +0200, Reinhard Tartler wrote:
 tags 687048 moreinfo
 stop
 
  I'm trying to use avconv to convert to h264 using libx264.  I want
  to set the profile to high, but I still get main.
 
  I can change it to (constrained) baseline.  But setting any other
  valid profile will get me the main profile.  Setting it to an invalid
  option gives me an error.  So it does recoginse the strings,
  it just doesn't seem to accept them for what ever reason.
 
 Just to be sure, can you please provide the complete command that you
 have used in your tests? Do you use the old, deprecated -vpre options
 or the newish x264 codec private options:

I used something like:
avconv -i inputfile -vcodec libx264 -profile high outputfile

I don't think -vpre option still work?  At least not all of them.


Kurt


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org