Bug 211206 - media-video/cinelerra-cvs-20080115 broken h264 rendering w/ media-libs/x264-svn-20070924
Bug#: 211206 Product:  Gentoo Linux Version: unspecified Platform: AMD64
OS/Version: Linux Status: RESOLVED Severity: major Priority: P2
Resolution: FIXED Assigned To: media-video@gentoo.org Reported By: phs.de.vries@gmail.com
Component: Applications
URL: 
Summary: media-video/cinelerra-cvs-20080115 broken h264 rendering w/ media-libs/x264-svn-20070924
Keywords:  
Status Whiteboard: 
Opened: 2008-02-23 21:12 0000
Description:   Opened: 2008-02-23 21:12 0000
When rendering a HDV video to the H264 format media-libs/x264-svn-20070924
crashes with error:"x264 [error]: no ratecontrol method specified". Using
version media-libs/x264-svn-20061014-r1 gives no crashes/errors.

Cinelerra-cvs: media-video/cinelerra-cvs-20080115 

Reproducible: Always

Steps to Reproduce:
1. load hdv video in media-video/cinelerra-cvs-20080115 
2. render video to Quicktime for Linux, H.264
3. results in error: x264 [error]: no ratecontrol method specified




media-libs/x264-svn has been changed and is now expecting a value for rate
control and crashes if none is given (see changelog from x264). Not all
programs (like Cinelerra) do provide these options. Although it is actually a
bug in cinelerra, the change in x264 makes the system fail.

Please make older version of x264 version (20061014-r1) available again and
mask current, until  main video programs (like cinelerra) are fixed.

------- Comment #1 From Alexis Ballier 2008-03-01 20:15:40 0000 -------
(In reply to comment #0)
> Although it is actually a
> bug in cinelerra, the change in x264 makes the system fail.
> 
> Please make older version of x264 version (20061014-r1) available again and
> mask current, until  main video programs (like cinelerra) are fixed.


this sounds contradictory :)

I've comitted a new snapshot with a patch to use the old default of x264 for
the ratecontrol method until cinelerra has the ability to set it via the gui.


Thanks for the report !