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 629607 - choosing ffenc_dvdsub as an audio codec causes a traceback (crash) with AttributeError in __init__()
choosing ffenc_dvdsub as an audio codec causes a traceback (crash) with Attri...
Status: RESOLVED OBSOLETE
Product: pitivi
Classification: Other
Component: Rendering
0.13.5
Other Linux
: Normal critical
: 0.91
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2010-09-14 03:01 UTC by Jean-François Fortin Tam
Modified: 2013-09-30 19:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jean-François Fortin Tam 2010-09-14 03:01:53 UTC
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 2010-09-14 12:05:34 UTC
opening a clone bug for the wrong categorization of ffenc_dvdsub