PDA

View Full Version : Megui + muxer


tomcat_
29th March 2009, 13:03
I'm trying to mux a .264 file with 2 audio .aac, subtitles .idx and chapter info from OGG.txt

I'm getting the following error log:

[Error] Log
-[Information] Versions
--[NoImage] MeGUI Version : 0.3.1.1022
--[NoImage] OS : Windows XP Professional x86 SP3 (5.1.196608.2600)
--[NoImage] Framework used : 2.0 SP1 (2.0.50727.3082)
-[Information] Hardware
--[NoImage] CPU : Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz
-[Error] Log for job1 (mux, VTS_09_1.264 -> VTS_09_1-muxed.mp4)
--[Information] [29/03/2009 11:58:26] Started handling job
--[Information] [29/03/2009 11:58:26] Preprocessing
--[NoImage] Job commandline: "C:\Program Files\megui\tools\mp4box\mp4box.exe" -add "D:\DVD Raw\Charlotte's web\1\VTS_09_1.264:fps=25.0" -add "D:\DVD Raw\Charlotte's web\1\VTS_09_1 T81 2_0ch 192Kbps DELAY 0ms.m4a#trackID=1" -add "D:\DVD Raw\Charlotte's web\1\VTS_09_1 T80 2_0ch 192Kbps DELAY 0ms.m4a#trackID=1" -add "D:\DVD Raw\Charlotte's web\1\VTS_09_0.idx" -chap "D:\DVD Raw\Charlotte's web\1\VTS_09 - Chapter Information - OGG.txt" -tmp "D:\DVD Raw\Charlotte's web\1" -new "D:\DVD Raw\Charlotte's web\1\VTS_09_1-muxed.mp4"
--[Information] [29/03/2009 11:58:26] Encoding started
--[Error] Error line: Error importing D:\DVD Raw\Charlotte's web\1\VTS_09_0.idx: Bad Parameter
--[NoImage] Standard output stream
---[NoImage] AVC-H264 import - frame size 720 x 464 at 25.000 FPS
---[NoImage] Import results: 5476 samples - Slices: 103 I 2107 P 3266 B - 1 SEI - 91 IDR
---[NoImage] Stream uses B-slice references - max frame delay 2
---[NoImage] IsoMedia import - track ID 1 - Audio (SR 48000 - 2 channels)
---[NoImage] IsoMedia import - track ID 1 - Audio (SR 48000 - 2 channels)
---[NoImage] VobSub import - subpicture stream 'dan'
---[NoImage] Error importing D:\DVD Raw\Charlotte's web\1\VTS_09_0.idx: Bad Parameter
--[NoImage] Standard error stream
--[Information] [29/03/2009 11:58:27] Job completed


funny thing is when i use a small program (yamb) that uses mp4box i can mux all these files with no problem.

any ideas?

buzzqw
29th March 2009, 14:20
different version of mp4box ?

is the command line used by yamb different from megui ?

BHH

tomcat_
29th March 2009, 19:30
different version of mp4box ?

is the command line used by yamb different from megui ?

BHH

hmm...no idea...i don't see the command line of yamb in order to compare...

but i really prefer to have all in one program like megui...and i was wondering why it is muxing some tracks with subtitles and some others cannot mux them...

buzzqw
29th March 2009, 19:43
you can force yamb to show command line...

BHH

tomcat_
29th March 2009, 20:48
these are the command lines taken from their respective logs:

Yamb: [19:42:44] : Command Line used for Creation : "C:\Program Files\Yamb\MP4Box.exe" -add "D:\DVD Raw\Charlotte's web\1\VTS_09_1.264:fps=25.000" -add "D:\DVD Raw\Charlotte's web\1\VTS_09_1 T80 2_0ch 192Kbps DELAY 0ms.m4a#1" -add "D:\DVD Raw\Charlotte's web\1\VTS_09_1 T81 2_0ch 192Kbps DELAY 0ms.m4a#1" -add "D:\DVD Raw\Charlotte's web\1\VTS_09_0.idx#1:lang=da" -add "D:\DVD Raw\Charlotte's web\1\VTS_09_0.idx#2:lang=en" -add "D:\DVD Raw\Charlotte's web\1\VTS_09_0.idx#3:lang=no" -add "D:\DVD Raw\Charlotte's web\1\VTS_09_0.idx#4:lang=en" -chap "D:\DVD Raw\Charlotte's web\1\VTS_09 - Chapter Information - OGG.txt" -itags tool="Yamb 2.1.0.0 [http://yamb.unite-video.com]" "D:\DVD Raw\Charlotte's web\1\VTS_09_1.mp4"
megui: --[NoImage] Job commandline: "C:\Program Files\megui\tools\mp4box\mp4box.exe" -add "D:\DVD Raw\Charlotte's web\1\VTS_09_1.264:fps=25" -add "D:\DVD Raw\Charlotte's web\1\VTS_09_1 T81 2_0ch 192Kbps DELAY 0ms.m4a#trackID=1" -add "D:\DVD Raw\Charlotte's web\1\VTS_09_1 T80 2_0ch 192Kbps DELAY 0ms.m4a#trackID=1" -add "D:\DVD Raw\Charlotte's web\1\VTS_09_0.idx" -chap "D:\DVD Raw\Charlotte's web\1\VTS_09 - Chapter Information - OGG.txt" -tmp "D:\DVD Raw\Charlotte's web\1" -new "D:\DVD Raw\Charlotte's web\1\VTS_09_1-muxed.mp4"

buzzqw
29th March 2009, 21:03
yamb for language in idx, while megui not

try jsut adding "#2:lang=en" (without quotes) to megui command line (just after .idx)

BHH