[MEncoder-users] Script for h264 conversion for mencoder - link to working script
Cameron Just
lists.mplayerhq.hu at spam.phoenixdigital.com
Tue Jan 22 04:01:08 CET 2008
I have started to use faac and have the following script however it has
a bit of sync issues... is there such as thing as a constant bitrate AAC?
All my AVI's are CBR mp3 audio encoding to avoid audio sync issues.
Here is my current audio fix script to convert H264,mp3 -> H264,aac in
an mp4 container
chdir /d "%~dp1"
move %1 "%~dp1input.avi"
MP4Box -aviraw video "input.avi"
MP4Box -aviraw audio "input.avi"
c:\system\apps\mencoder2\mplayer -vo null -vc null -ao
pcm:fast:file=audio.wav input_audio.mp3
faac -b 128 audio.wav audio.aac
MP4Box -add input_video.h264 -add audio.aac output.mp4
move "%~dp1output.mp4" "%~dp1%~n1.mp4"
move "%~dp1input.avi" %1
del input_audio.mp3
del input_video.h264
del audio.aac
del audio.wav
Cameron Just wrote:
> (Sorry about the double post before meant to send this one)
>
> Now that I have this working I was wondering if anyone knew of a good
> windows command line mp3 -> aac converter.... I want to convert all my
> current
>
> h264, mp3 AVI's
> to
> h264, aac mp4's
>
> Without having to reencode the video component
>
> Thanks
>
>
> Cameron Just wrote:
>
>> Ok here is a very rough website with how to encode mp4 files for
>> playback on the xbox 360 and also how to setup windows media player 11
>> to stream these mp4 files to your xbox 360.
>>
>> It contains links to all relevant scripts and registry changes.
>>
>> http://www.phoenixdigital.com/mp4_creation_with_mencoder/
>>
>> Thankyou all for your help I hope this can be of use to others
>>
>> GeBu wrote:
>>
>>
>>> Please send it here.
>>> Jirka (GeBu)
>>>
>>>
>>>
>>>> Thanks again... almost got a working batch file...
>>>>
>>>>
>>>>
>>>>
>>> _______________________________________________
>>> MEncoder-users mailing list
>>> MEncoder-users at mplayerhq.hu
>>> http://lists.mplayerhq.hu/mailman/listinfo/mencoder-users
>>>
>>>
>>>
>> _______________________________________________
>> MEncoder-users mailing list
>> MEncoder-users at mplayerhq.hu
>> http://lists.mplayerhq.hu/mailman/listinfo/mencoder-users
>>
>>
> _______________________________________________
> MEncoder-users mailing list
> MEncoder-users at mplayerhq.hu
> http://lists.mplayerhq.hu/mailman/listinfo/mencoder-users
>
More information about the MEncoder-users
mailing list