2010-05-05, 07:10 AM
IF YOU TRY ANY OF THIS YOU DO SO AT YOUR OWN RISK! I WILL NOT BE RESPONSIBLE FOR LOST RECORDINGS, ETC...
I really like MCEBuddy. It is well-written and works pretty well for making MP4 files from MPG files on a dual core CPU, but it works really fast and well on a quad core CPU.
Now on my MP4 files, I like to use 160 bit rate for the AAC audio and 1000 average bit rate for video. My converted MPG files look GREAT and are a lot smaller in file size with almost unnoticeable loss of quality.
To set up MCEBuddy...
Here is the code for "mencoder.conf"...
ONE LAST NOTE
When I first started doing this, none of my MP4 files would play in GBPVR. I had to do a Windows reinstall anyway and after doing that and reinstalling GBPVR, all my latest recordings play fine in GBPVR.
I really like MCEBuddy. It is well-written and works pretty well for making MP4 files from MPG files on a dual core CPU, but it works really fast and well on a quad core CPU.
Now on my MP4 files, I like to use 160 bit rate for the AAC audio and 1000 average bit rate for video. My converted MPG files look GREAT and are a lot smaller in file size with almost unnoticeable loss of quality.
To set up MCEBuddy...
- Download MCEBuddy from http://www.mcebuddy.com/ and install it. There are both 32-bit and 64-bit versions.
- Go to "C:\Program Files\Tyrell\MCEBuddy\mplayer".
- Open "mencoder.conf" with Notepad.
- Add the code below to the top of "mencoder.conf" and re-save the file.
- Open MCEBuddy.
- Select "H.264 MP4 1000/160 TV (No Resize, 2 Pass)" from the drop-down list.
- Check the boxes in front of DELETE ORIGINAL (at your own risk and only if you no longer want the original MPG file), SORT BY SERIES, and SUB DIRECTORIES.
- Change FILE SELECTION to *.mpg and change the VIDEO PATHS SOURCE and DESTINATION to where GBPVR saves recordings to.
- Click START to start the MCEBuddy service.
Here is the code for "mencoder.conf"...
Code:
[H264MP42P-1-1]
profile-desc="H.264 MP4 1000/160 TV (No Resize, 2 Pass)"
vf=pullup,softskip,pp=fd,hqdn3d,harddup
lavdopts=threads=2
ovc=x264=yes
x264encopts=bitrate=1000:subq=6:frameref=6:qcomp=0.8:b_pyramid=yes:weight_b=yes:me=umh:partitions=p8x8,i4x4:bime=yes:brdo=yes:nodct_decimate=yes:trellis=1:direct_pred=auto:level_idc=30:nocabac=yes:threads=auto:pass=1
oac=faac=yes
faacopts=br=160:raw=yes:mpeg=4:tns=yes:object=2
of=lavf=yes
lavfopts=format=mp4
sws=9
#FileExtension=mp4
#Remux=yes
#Pass2=H264MP42P-2-1
[H264MP42P-2-1]
profile-desc="H.264 MP4 1000/160 TV (No Resize, 2 Pass)"
vf=pullup,softskip,pp=fd,hqdn3d,harddup
lavdopts=threads=2
ovc=x264=yes
x264encopts=bitrate=1000:subq=6:frameref=6:qcomp=0.8:b_pyramid=yes:weight_b=yes:me=umh:partitions=p8x8,i4x4:bime=yes:brdo=yes:nodct_decimate=yes:trellis=1:direct_pred=auto:level_idc=30:nocabac=yes:threads=auto:pass=2
oac=faac=yes
faacopts=br=160:raw=yes:mpeg=4:tns=yes:object=2
of=lavf=yes
lavfopts=format=mp4
sws=9
#FileExtension=mp4
#Remux=yes
ONE LAST NOTE
When I first started doing this, none of my MP4 files would play in GBPVR. I had to do a Windows reinstall anyway and after doing that and reinstalling GBPVR, all my latest recordings play fine in GBPVR.