View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005559 | ardour | bugs | public | 2013-07-02 16:26 | 2020-04-19 20:16 |
| Reporter | rich4rdmacwan | Assigned To | x42 | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 3.0 | ||||
| Summary | 0005559: Cannot export Video file when quality is set to 'retain' | ||||
| Description | Steps: 1. Open Video, do not transcode. Reference from current location 2. Record/import audio [optional] 3. Export To Video File and set Video KBit/s to 'retain' Error: ffmpeg complains about invalid option -sameq and suggests using -qscale 0 | ||||
| Additional Information | This is because of the recent change in ffmpeg where the option -sameq (same quantization NOT same quality as wildly misunderstood) was removed. It's also suggested to use -qscale 0 to preserve quality. Would be easily solved by replacing the option -sameq with -qscale 0 | ||||
| Tags | No tags attached. | ||||
|
2013-07-02 16:26
|
ardourbug.txt (4,592 bytes)
[INFO]: LV2: Discovering 4 plugins [WARNING]: Ignoring invalid LV2 plugin http://lv2plug.in/plugins/eg-metro [INFO]: Loading menus from /etc/ardour3/ardour.menus [WARNING]: Video-monitor 'xjadeo' was not found. Please install http://xjadeo.sf.net/ (a custom path to xjadeo can be specified by setting the XJREMOTE environment variable. It should point to an application compatible with xjadeo's remote-control interface 'xjremote'). [INFO]: Loaded mixer bindings from /etc/ardour3/mixer.bindings [INFO]: Loading bindings from /etc/ardour3/mnemonic-us.bindings Loading 82 MIDI patches from /home/richardm/.config/ardour3/patchfiles:/usr/share/ardour3/patchfiles [INFO]: Loading history from /home/richardm/Default/Default.history [WARNING]: ffmpeg-error: ffmpeg version 1.2.1 Copyright (c) 2000-2013 the FFmpeg developers built on May 10 2013 16:31:05 with gcc 4.8.0 (GCC) 20130502 (prerelease) configuration: --prefix=/usr --disable-debug --disable-static --enable-avresample --enable-dxva2 --enable-fontconfig --enable-gpl --enable-libass --enable-libbluray --enable-libfreetype --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libv4l2 --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid --enable-postproc --enable-runtime-cpudetect --enable-shared --enable-vdpau --enable-version3 --enable-x11grab WARNING: library configuration mismatch avutil configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-nonfree --enable-postproc --enable-version3 --enable-x11grab --enable-shared --enable-pic avcodec configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-nonfree --enable-postproc --enable-version3 --enable-x11grab --enable-shared --enable-pic avformat configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-nonfree --enable-postproc --enable-version3 --enable-x11grab --enable-shared --enable-pic avdevice configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-nonfree --enable-postproc --enable-version3 --enable-x11grab --enable-shared --enable-pic avfilter configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-nonfree --enable-postproc --enable-version3 --enable-x11grab --enable-shared --enable-pic swscale configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-nonfree --enable-postproc --enable-version3 --enable-x11grab --enable-shared --enable-pic swresample configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-nonfree --enable-postproc --enable-version3 --enable-x11grab --enable-shared --enable-pic postproc configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-nonfree --enable-postproc --enable-version3 --enable-x11grab --enable-shared --enable-pic libavutil 52. 18.100 / 52. 13.100 libavcodec 54. 92.100 / 54. 86.100 libavformat 54. 63.104 / 54. 59.106 libavdevice 54. 3.103 / 54. 3.102 libavfilter 3. 42.103 / 3. 32.100 libswscale 2. 2.100 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Option 'sameq' was removed. If you are looking for an option to preserve the quality (which is not what -sameq was for), use -qscale 0 or an equivalent quality factor option. Failed to set value '1' for option 'sameq' Error parsing global options: Invalid argument |
|
|
this is already fixed in git rev 24af570d06 (june 16) |
|
|
Issue has been closed automatically, by Trigger Close Plugin. Feel free to re-open with additional information if you think the issue is not resolved. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2013-07-02 16:26 | rich4rdmacwan | New Issue | |
| 2013-07-02 16:26 | rich4rdmacwan | File Added: ardourbug.txt | |
| 2013-07-05 09:32 | x42 | Note Added: 0015071 | |
| 2013-07-05 09:32 | x42 | Status | new => resolved |
| 2013-07-05 09:32 | x42 | Resolution | open => fixed |
| 2013-07-05 09:32 | x42 | Assigned To | => x42 |
| 2020-04-19 20:16 | system | Note Added: 0023249 | |
| 2020-04-19 20:16 | system | Status | resolved => closed |