Log in

View Full Version : Getting error in megui when muxing chapter into .mkv container .


ankurs
29th November 2008, 22:28
Getting error in megui when i'm muxing chapters into .mkv container even tho all the files which i am inputting are all right , my encoded x264 , ac3 audio , .srt subs and finally the chapters file (.txt)

without chapters it gets muxed all fine .. any reason why this isnt working ? i'm using mkvmuxer in megui .. here's my chapters file if that helps ..



00:00:00.000
00:01:49.708
00:05:07.791
00:06:51.208
00:07:56.500
00:10:56.000
00:16:30.375
00:19:32.666
00:21:18.833
00:22:54.250
00:24:55.833
00:26:02.541
00:27:57.541
00:32:14.416
00:34:33.375
00:35:39.416
00:38:06.875
00:42:03.166
00:44:11.083
00:47:47.791
00:50:46.291
00:53:12.916
00:58:53.125
01:02:27.958
01:05:07.250
01:06:52.375
01:08:08.125
01:10:25.458
01:13:10.750
01:18:24.333
01:21:08.625
01:24:31.791
01:28:53.958
01:30:28.916
01:34:00.875
01:36:50.291
01:40:35.375
01:41:59.666
01:44:55.916
01:49:53.708
01:51:44.750
01:55:38.458
01:59:10.416
02:03:55.000
02:07:28.625
02:10:43.208
02:13:57.833
02:16:29.333
02:20:07.625
02:23:36.291
02:29:00.875
02:31:39.708
02:36:33.375
02:39:48.125
02:43:05.916
02:47:44.958
02:50:20.083
02:52:48.666
02:56:51.541
03:05:59.000



error log :

-[Error] Log for job4 (mux, New AviSynth Script.mkv -> New AviSynth Script-muxed.mkv)
--[Information] [11/29/2008 1:20:14 PM] Started handling job
--[Information] [11/29/2008 1:20:14 PM] Preprocessing
--[NoImage] Job commandline: "C:\Program Files\megui\tools\mkvmerge\mkvmerge.exe" -o "C:\Documents and Settings\dv\Desktop\New AviSynth Script-muxed.mkv" -A -S "C:\dv\SIVAJI\BDMV\STREAM\New AviSynth Script.mkv" --engage keep_bitstream_ar_info -a 0 -D -S "C:\dv\SIVAJI\BDMV\STREAM\00000 PID 1101 3_2ch 448Kbps DELAY 0ms.ac3" -s 0 -D -A "C:\Documents and Settings\dv\Desktop\english subs.srt" --chapters "C:\Documents and Settings\dv\Desktop\chapters.txt" --no-clusters-in-meta-seek
--[Information] [11/29/2008 1:20:14 PM] Encoding started
--[Error] An error occurred: Error: Unknown chapter file format in 'C:\Documents and Settings\dv\Desktop\chapters.txt'. It does not contain a supported chapter format.
--[NoImage] Standard output stream: mkvmerge v2.4.0 ('Fumbling Towards Ecstasy') built on Oct 11 2008 20:10:57
--[NoImage] Standard error stream
--[Information] [11/29/2008 1:20:16 PM] Job completed

Doom9
29th November 2008, 22:42
[Error] An error occurred: Error: Unknown chapter file format in 'C:\Documents and Settings\dv\Desktop\chapters.txt'. It does not contain a supported chapter format.Doesn't that make you suspicious? mkvmerge already tells you what is wrong.. it doesn't like your chapter file. How did you create it?

ankurs
29th November 2008, 22:59
got the chapters of the bluday title from tsmuxer , i just copied and pasted the timings in a text file from tsmuxer and then was loading the .txt in the megui's muxer ..

edit : http://forum.doom9.org/showpost.php?p=1218394&postcount=2308

Atak_Snajpera
29th November 2008, 23:29
Chapters should be in OGG format
Example

CHAPTER01=00:00:00.000
CHAPTER01NAME=Intro
CHAPTER02=00:03:06.102
CHAPTER02NAME=Opening
CHAPTER03=00:04:40.530
CHAPTER03NAME=Episode
CHAPTER04=00:22:44.656
CHAPTER04NAME=Ending
CHAPTER05=00:24:09.532
CHAPTER05NAME=Preview

ankurs
30th November 2008, 00:08
^

bingo ! this helped me get it :p

it worked

thanks a lot atek !

p.s : got chapters from hdstreamdemux this time :)