View Single Post
Old 27th June 2007, 12:25   #22  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
first of all mencoder create an avi file with h264 and aac
then mplayer is invoked to demux

mplayer.exe movie.avi -dumpaudio -dumpfile audio.aac
mplayer.exe movie.avi -dumpvideo -dumpfile video.h264

then mp4creator is used
mp4creator.exe create=audio.aac audio.mp4
mp4creator.exe create=video.h264 -rate=framerate_of_file audio.mp4

the audio.mp4 is now the full file remuxed, i renamed it to movie.mp4

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline   Reply With Quote