Page 1 of 1

[Fixed]Error loading Mythtv Transcoded file

Posted: Fri Nov 04, 2011 11:58 pm
by Kebast
It seems that the latest version of Handbrake will no longer read mpeg files generated by MythTV mythtranscode. This file plays just fine in any player. I get this same error in both CLI and GTK. Any ideas? Did I just screw something up on my end? Oh, also if I rename the file dropping the .tmp extension it doesn't change the result.

Code: Select all

[19:50:04] gtkgui: HandBrake svn4338 (2011110401) - Linux i686 - http://handbrake.fr
[19:50:05] hb_init: starting libhb thread
[19:50:05] hb_init: starting libhb thread
libdvdread: Using libdvdcss version 1.2.10 for DVD access
[19:50:28] hb_scan: path=/media/HDD_2/var/lib/mythtv/recordings/2121_20111102205900.mpg.tmp, title_index=0
libbluray/bdnav/index_parse.c:157: indx_parse(): error opening /media/HDD_2/var/lib/mythtv/recordings/2121_20111102205900.mpg.tmp/BDMV/index.bdmv
libbluray/bluray.c:1471: nav_get_title_list(/media/HDD_2/var/lib/mythtv/recordings/2121_20111102205900.mpg.tmp) failed (0xa751d48)
[19:50:28] bd: not a bd - trying as a stream/file instead
libdvdnav: Using dvdnav version 4.1.3
libdvdread: Using libdvdcss version 1.2.10 for DVD access
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed
libdvdread: Can't open file VIDEO_TS.IFO.
libdvdnav: vm: failed to read VIDEO_TS.IFO
[19:50:28] dvd: not a dvd - trying as a stream/file instead
[19:50:28] file is MPEG Program Stream
[19:50:28] Probing 1 unknown stream
[19:50:28]     Probe: Unsupported stream . stream id 0xe0-0x0
[19:50:28] Found the following streams
[19:50:28]     Video Streams : 
[19:50:28]     Audio Streams : 
[19:50:28]       0xbd-0x80 type AC3 (0x81)
[19:50:28]     Other Streams : 
[19:50:28]       0xe0-0x0 type Unknown (0x0)
[19:50:28] stream id 0xbd (type 0x81 substream 0x80) audio 0x8000bd
[19:50:28] libhb: scan thread found 0 valid title(s)
libdvdread: Using libdvdcss version 1.2.10 for DVD access

Re: Error loading Mythtv Transcoded file

Posted: Sat Nov 05, 2011 3:07 pm
by Kebast
I reverted to svn4337 and everything works fine there.

Code: Select all

[11:06:26] gtkgui: HandBrake svn4337 (2011110301) - Linux i686 - http://handbrake.fr
[11:06:26] hb_init: starting libhb thread
[11:06:26] hb_init: starting libhb thread
libdvdread: Using libdvdcss version 1.2.10 for DVD access
[11:06:32] hb_scan: path=/home/cshive/Videos/2121_20111102205900.mpg.tmp, title_index=0
libbluray/bdnav/index_parse.c:157: indx_parse(): error opening /home/cshive/Videos/2121_20111102205900.mpg.tmp/BDMV/index.bdmv
libbluray/bluray.c:1471: nav_get_title_list(/home/cshive/Videos/2121_20111102205900.mpg.tmp) failed (0xa8ea400)
[11:06:32] bd: not a bd - trying as a stream/file instead
libdvdnav: Using dvdnav version 4.1.3
libdvdread: Using libdvdcss version 1.2.10 for DVD access
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed
libdvdread: Can't open file VIDEO_TS.IFO.
libdvdnav: vm: failed to read VIDEO_TS.IFO
[11:06:32] dvd: not a dvd - trying as a stream/file instead
[11:06:32] file is MPEG Program Stream
[11:06:32] Probing 1 unknown stream
[11:06:32]     Probe: Found stream mpegvideo. stream id 0xe0-0x0
[11:06:32] Found the following streams
[11:06:32]     Video Streams : 
[11:06:32]       0xe0-0x0 type MPEG2 (0x2)
[11:06:32]     Audio Streams : 
[11:06:32]       0xbd-0x80 type AC3 (0x81)
[11:06:32]     Other Streams : 
[11:06:32] stream id 0xbd (type 0x81 substream 0x80) audio 0x8000bd
[11:06:32] scan: decoding previews for title 1
[11:06:32] scan: audio 0x8000bd: AC-3, rate=48000Hz, bitrate=384000 Unknown (AC3) (5.1 ch)
[11:06:32] scan: 10 previews, 1280x720, 59.940 fps, autocrop = 0/0/0/0, aspect 1.78:1, PAR 1:1
[11:06:32] scan: title (0) job->width:1280, job->height:720
[11:06:32] stream: 56 good frames, 0 errors (0%)
[11:06:32] libhb: scan thread found 1 valid title(s)
libdvdread: Using libdvdcss version 1.2.10 for DVD access

Re: Error loading Mythtv Transcoded file

Posted: Mon Nov 07, 2011 1:58 pm
by stryfewalker
With the build I downloaded on Friday (Windows Gui 4331 and CLI 4338) I was experiencing the same type of problems opening up mpeg2 HD files generated from firewire transfers from my cable box. It said it didn't recognize the format or it was a bad file. I just downloaded the latest build (svn4341) and it's now opening those files again.

Re: Error loading Mythtv Transcoded file

Posted: Mon Nov 07, 2011 4:38 pm
by JohnAStebbins

Re: Error loading Mythtv Transcoded file

Posted: Tue Nov 08, 2011 5:11 pm
by Kebast
My problem started with 4338 https://trac.handbrake.fr/changeset/4338
Probably the ffmpeg update?

Think 4341 fixed my issue too? I'll update and check later today.

Re: Error loading Mythtv Transcoded file

Posted: Wed Nov 09, 2011 2:13 am
by Kebast
All fixed! Thanks for the awesome software!