After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 629648 - ffenc_dvdsub wrongly categorized as audio encoder
ffenc_dvdsub wrongly categorized as audio encoder
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: Normal normal
: 0.10.12
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-09-14 12:07 UTC by Edward Hervey
Modified: 2011-01-03 10:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Edward Hervey 2010-09-14 12:07:33 UTC
+++ This bug was initially created as a clone of Bug #629607 +++

https://bugs.launchpad.net/ubuntu/+source/pitivi/+bug/637421

To reproduce, in the rendering settings choose:
- Container: Matroska muxer [matroskamux]
- Audio: FFmpeg DVD subtitles encoder [ffenc_dvdsub]
- Video: FFmpeg MPEG-4 part 2 encoder [ffenc_mpeg4]

Try rendering, and you will get:

Traceback (most recent call last):
  • File "/usr/lib/pitivi/python/pitivi/ui/encodingdialog.py", line 147 in _recordButtonClickedCb
    self.addRecordAction()
  • File "/usr/lib/pitivi/python/pitivi/ui/encodingdialog.py", line 210 in addRecordAction
    self.have_video, self.have_audio)
  • File "/usr/lib/pitivi/python/pitivi/settings.py", line 619 in export_settings_to_render_settings
    encodersettings=export.acodecsettings)
  • File "/usr/lib/pitivi/python/pitivi/settings.py", line 420 in __init__
    self.output_stream.pad_name = p.name_template
AttributeError: 'NoneType' object has no attribute 'pad_name'


I don't know if this traceback can be fixed, or if it really is normal since it's... actually not an audio codec. But if it isn't, it shouldn't show up in that list in the first place.
Comment 1 Edward Hervey 2011-01-03 10:46:12 UTC
commit a90df26e15e124d0ee17962ed15c160ca51fef73
Author: Edward Hervey <edward.hervey@collabora.co.uk>
Date:   Mon Jan 3 11:45:04 2011 +0100

    ffmpegenc: Disable non-audio/video encoders
    
    Fixes #629648