TiVo Community Forum banner

Problem with mkv2tivomp4.bat

2118 Views 5 Replies 6 Participants Last post by  xyth
I've been successfully using mkv2tivomp4.bat for some time now. However, I just tried to run it against an mkv file and got the following error message:

Code:
Gathering file information. Please wait...

Input file information:
-----------------------
1: h264/AVC, 1920x1072 24p (120:67)
2: DTS Master Audio, 5.1 channels, 16 bits, 48kHz
3: DTS Master Audio, 5.1 channels, 16 bits, 48kHz
4: Subtitle (PGS)

48 was unexpected at this time.
Any ideas?
1 - 6 of 6 Posts
What do you use to transfer to the Tivo? If you use PyTivo, you do not need to convert to anything since PyTivo will do it for you.

I have transferred .MP4, .MKV using PyTivo and there was no problems that I know of yet.
I've been successfully using mkv2tivomp4.bat for some time now. However, I just tried to run it against an mkv file and got the following error message:

Code:
Gathering file information. Please wait...

Input file information:
-----------------------
1: h264/AVC, 1920x1072 24p (120:67)
2: DTS Master Audio, 5.1 channels, 16 bits, 48kHz
3: DTS Master Audio, 5.1 channels, 16 bits, 48kHz
4: Subtitle (PGS)

48 was unexpected at this time.
Any ideas?
I have a strong feeling it's the embedded parens (). My computers with the code (and sample video files) are packed up waiting for movers to ship to my new location in Columbia MO. I'll grab a the zip off the code.google project site and so some testing with a mock "tmp" file using the information you provided, and get back to you!
What do you use to transfer to the Tivo? If you use PyTivo, you do not need to convert to anything since PyTivo will do it for you.

I have transferred .MP4, .MKV using PyTivo and there was no problems that I know of yet.
There are many advantages to having the files stored in tivo compatible format prior to pyTivo pushing them. For one, the transfers are much faster. Faster than real time so they replace the function of streaming.

Properly formated and pushed HD files take far less space on the tivo.

Also any unknowns about IF they will transfer correctly are handled before hand. When I or a family member asks the tivo to watch a show, that is not the time to find out it does not play correctly.
What do you use to transfer to the Tivo? If you use PyTivo, you do not need to convert to anything since PyTivo will do it for you.

I have transferred .MP4, .MKV using PyTivo and there was no problems that I know of yet.
What the OP is using doesn't convert, it re-muxes, for pyTivo to "push" without transcoding. There's zero quality loss, vs the MPG conversion that pyTivo does to MP4 and MKVs by default when "pulling" to the Tivo.
I've been successfully using mkv2tivomp4.bat for some time now. However, I just tried to run it against an mkv file and got the following error message:

Code:
Gathering file information. Please wait...

Input file information:
-----------------------
1: h264/AVC, 1920x1072 24p (120:67)
2: DTS Master Audio, 5.1 channels, 16 bits, 48kHz
3: DTS Master Audio, 5.1 channels, 16 bits, 48kHz
4: Subtitle (PGS)

48 was unexpected at this time.
Any ideas?
What version of eac3to.exe are ypu using? 3.24 is the current version. Support for PCS subtitles was not added until version 3.18, so if your using a version older than that it might be your problem.

Also, the batch file I'm using has this section:

IF NOT DEFINED h264_ID CALL :h264 : h264
IF NOT DEFINED ac3_ID CALL :AC3 : AC3
IF NOT DEFINED dts_ID CALL :DTS : DTS
::IF NOT DEFINED sID CALl :Subtitle : Subtitle %aLang% %sLang%

Notice the fourth line is remarked out on my version. Perhaps yours is different?
1 - 6 of 6 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top