View Full Version : Make very simple mux with fusion ...


Sagittaire
20th April 2005, 08:40
I want make very simple mux with fusion.exe:

- 1 Video Elementary Stream : DivX Fusion Codec
- 2 Audio Elementary Stream : mp3 codec
- 2 Subtitles stream : srt files

How make XML files for this simple mux without menu ... ???

mgh
23rd April 2005, 09:41
pl. have video.avi,audio.mp3 and sub.srt in fuse folder
make bat file muxx.bat with following line in fuse folder
fuse -v video.avi -a audio.mp3 -s sub.srt -o video.divx
run muxx.bat
It will make .divx
also it will make tmp.xml in same folder
Look at tmp.xml and i think you have your answer
:)

Sagittaire
9th May 2005, 19:03
i want chapter for video stream tag for audio stream and for sub stream ...

mux is simple with fuse.exe but i want xml file for chapter, audio tag and sub tag for hardware player testing ...

Sharktooth
9th May 2005, 19:38
fuse doesnt work at all for me.
it doesnt like .mp3 files (-a file.mp3 = Exception error)... i tried with mp3 muxed in a separated avi file and it seems to read it, but the output file is 6kbytes (sould be 700MB - obviously b0rked).
If i remove the -a option (no audio) it still produces a 6kbytes file...