GNOME Bugzilla – Bug 629648
ffenc_dvdsub wrongly categorized as audio encoder
Last modified: 2011-01-03 10:46:12 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):
+ Trace 223719
self.addRecordAction()
self.have_video, self.have_audio)
encodersettings=export.acodecsettings)
self.output_stream.pad_name = p.name_template
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.
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