You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happens with ffmbc 0.6rc6 on Ubuntu 10.04.
$ ffmbc -v 3 -i trailer_iphone.m4v -vcodec libx264 -qcomp 0.6 trailer.mp4
FFmbc version 0.6-rc6
Copyright (c) 2008-2011 Baptiste Coudurier and the FFmpeg developers
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'trailer_iphone.m4v':
Metadata:
major_brand: M4VP
minor_version: 1
compatible_brands: M4VPM4A mp42isom
creation_time: 2008-03-18 09:48:34
Duration: 00:00:33.04, start: 0.000000, bitrate: 941 kb/s
Stream #0.0(eng): Audio: aac, 44100 Hz, stereo, s16, 127 kb/s
Stream #0.1(eng): Video: h264 (Constrained Baseline), yuv420p, 480x270p, 824 kb/s, 25.00 fps
[libx264 @ 0x1a89660] bad value for 'qcompress': '0.6'
Error while opening encoder for output stream #0.0 - maybe incorrect parameters such as bit_rate, rate, width or height
This doesn't seem to be specific to a particular video, I tried it with this
file:
http://mirror.cessen.com/blender.org/peach/trailer/trailer_iphone.m4v
The qcomp option is defined in libx264.c to be of type string, while there's an
option with the same name and type float in options.c. Removing the line in
libx264.c fixes the problem.
Original issue reported on code.google.com by anselm.h...@gmail.com on 31 May 2011 at 2:46
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
anselm.h...@gmail.com
on 31 May 2011 at 2:46The text was updated successfully, but these errors were encountered: