Requirements:
Quicktime http://www.apple.com/quicktime
Mpeg4PUI http://mp4ui.sourceforge.net/
TMPGEnc http://www.tmpgenc.net/e_news.html
TMPGEnc Mov Plugin QuickTime Reader http://www.geocities.com/SiliconValley/4942/QTReader.zip
For Win9x Users:
Accessibility Option and Tools(oleacc.dll required for MpegPUI to run)
Note:
If installed and run mp4ui and recieved "Unable to locate Oleacc.dll..." error message, you must install Accessibility Option and Tools. Located in Add/remove programs, windows setup then select accessibility to install.
1. Open mp4ui
,
click New/Open, browse and select the mp4 file.
Mp4 screen will look similar to this
2. Goto Video section and click Track 1
3. Click Export to Extract the video stream only and Save as "filename-video.avi". The Operation window will appear
to process mp4 to video only avi.
Note 2: You can extract the Audio track but its not an AC3 or Wav format. More info can be found about AAC(Advanced Audio Coding) here http://www.aac-audio.com/.
4. When Video finished, open TMPGEnc
,
drag and drop mp4 file within TMPGEnc window
.
5. Goto File, Output to file, select wave file, and click
save to decompress the audio.
.
This will output to wav format.
6. Finally use your favorite program to stuck'em together.
Enjoy
+ Reply to Thread
Results 1 to 8 of 8
-
FireWalker and IceBreaker{BaWp}
of Black and White Productions -
When I try to open the mp4 file with Mpeg4PUI I'm receiving an error "Exception MPEG-4 internal. Couldn't open file ..................(Invalid atom size).
Any help pls?Hello from the island of Malta. -
Sorry Selena21.... I never came across an "Execption MPEG-4 internal" error before. I assume this file is playable on your pc. Also assuming that the original creator of the file didn't miss type the file extension....blah.mkv or blah.org and just renamed to mp4. Mpeg4PUI hasn't updated since i posted this article. If playable thru windows media player(classic version mplayer2) what are the codec properties?
FireWalker and IceBreaker{BaWp}
of Black and White Productions -
Uh, FireWalker... One note: Media Player Classic (MPC) is unrelated to Windows Media Player. Two completely separate products.
-
Only one product mentioned here kschang.
Hint: mplayer2 - What you didn't get that memo?FireWalker and IceBreaker{BaWp}
of Black and White Productions -
Originally Posted by FireWalker
windows media player(classic version -
Another method, which does not alter the video stream:
Requirements:
VirtualDub
AVISynth
YAMB
CoreAAC DirectShow Codec
Step 1 - Splitting the streams
Open the MP4 using YAMB then extract the desired streams:
1.1-The 'vide' stream as an AVI (#1)
[x] Extract Visual Track ID [ 1 ] to an AVI file.
[x] Extract Track ID [ 2 ] in RAW Format.
Create an AVISynth script that merges the split AAC and AVI streams (note that FAAD could also be used to create the WAV):
merge.avs
v=AVISource("1x21-Xmas Special(iPod)_track1.avi")
a=DirectShowSource("1x21-Xmas Special(iPod)_track2.aac")
AudioDub(v,a)
Step 3 - Create a proper v+a AVI
Open the video-only AVI file from Step 1.1. Do not use the AVS from step 2, it is a decompressed framebuffer that would have to be recompressed, which is what we are trying to avoid.
Set Video Processing to 'Direct Stream Copy'
Select WAV audio from Step 2 and set Audio Processing to 'Full Processing Mode'
Set Audio Compression to MP3 (I prefer CBR)
Save as AVI
DONE! -
i covered this with a complete guide some time ago but heres the link hope it helps, it gives a full step buy step...
https://forum.videohelp.com/viewtopic.php?t=276352&start=0&postdays=0&postorder=asc&highlight=
Similar Threads
-
Question about settings for convert movies in divx/xvid to m4v or mp4
By Marcelo_Ramone in forum Newbie / General discussionsReplies: 1Last Post: 12th Sep 2011, 09:25 -
How to convert DVD TV episodes to AVI Xvid or MP4 H264 with subtitles
By Baldrick in forum User guidesReplies: 9Last Post: 5th Jun 2010, 02:06 -
What the best format to convert to, AVI(Xvid), MP4 or MKV
By adamf154 in forum Video ConversionReplies: 2Last Post: 1st Mar 2010, 16:48 -
Converting AVI (DivX/XviD) to MP4/MOV/3GP...
By JaleAlbatros in forum Video ConversionReplies: 5Last Post: 23rd Jul 2009, 17:51 -
trying to convert an Xvid avi to mp4 w/ SUPER. audio is out of sync!
By cduval04 in forum Video ConversionReplies: 3Last Post: 10th Oct 2007, 18:45