GNOME Bugzilla – Bug 609426
traceback when importing an MPEG2-TS file (.mts, .m2ts)
Last modified: 2010-02-09 15:49:44 UTC
Tested with .mts files from a Sony HDR-XR200 camcorder. In pitivi git, simply importing the file in a blank project causes the following traceback: Traceback (most recent call last):
+ Trace 220499
stream = self._addStreamFromPad(ghost)
stream = get_stream_for_pad(pad)
stream.pad_id = pad_id
Ah, forgot to mention this originated in https://bugs.launchpad.net/ubuntu/+source/pitivi/+bug/505509 A sample file is available here: http://jeff.ecchi.ca/public/pitivi-609426-sample.MTS
That file contained a subpicture stream. Moved it to be handled as a TextStream for the time being. commit 2a6eb078dde64908ead171f1938d916f7ac3c6aa Author: Edward Hervey <bilboed@bilboed.com> Date: Tue Feb 9 16:48:14 2010 +0100 stream: Detect subpicture/* as TextStream(s) Fixes #609426