Joined
·
370 Posts
This tutorial should work for most AVC encoded movies no matter what the current container. I have had success with WMV-HD, MKV or just about anything I have thrown at it. Also to date I have not been able to extract a .264 file from a MKV and had MF6 accept it without trying to encode it. I never allow MF6 to encode. I only use MF6 to create actual HVDVD_TS folder. For a .ts file with MPEG2 encoding the tutorial works well from the Official HD DVD authoring thread here at AVS Forum. .
Programs needed.
MeGUI
H264info
tsMuxeR
Ulead MF6+ with HD PowerPack
Nero 7 (I think imgburn may work to burn the folders, but I have not tried it yet.)
AVISynth (Thanks Allargon. Like I said WTF do I know)
I also have the halia media splitter installed and ffdshow. I believe these are needed, but I like many struggled so who really knows what stuff is needed.
1. Open MeGui. Select tools from the top tabs then scroll down to AVS Script creator.
2. Click on the "..." box to browse for file. (MKV, MPEG's, and others will show, but WMV-HD's will not. Select view all files if you are trying to convert a WMV-HD file)
3. Unselect the resize option to remove the checkmark.
4. Click save file. This will kick you back to the main MeGUI interface. Sometimes you need to select it from the windows bar.
5a. Open the AVS file with notepad if the file is not 1920x1080 format. If the file is 1920x????. I simply add a line underneath that says "addborders(0,140,0,140)" for a file that is say 1920x800. (If your final file is not in 1920x1080 format MF6 will attempt to re encode the file which is bad)
5b. Open the AVS file with notepad if the file is not 1920x1080 format. If the file is 1280x720. I use a resize command like this "Lanczos4Resize(1920,1080) # Lanczos4 (Sharp)"
6. Click save in notepad.
6a. At this point I have started to reselect the "..." Box for the AVISynth Script seen at the top of the photo in Step 7. This seems to bring up the new AVS Script in another preview window and should show it in the correct 1920x1080 format. This has solved the mystery of having to re encode the entire movie because MF6 will not accept it correctly at Step 40 and the eventual OH CRAP at Step 49 confirming you are FUBAR and going to have to re encode again. This also allows you to avoid the entire Step 10a-d.
7. Select an output format. I use RAWAVC.

Programs needed.
MeGUI
H264info
tsMuxeR
Ulead MF6+ with HD PowerPack
Nero 7 (I think imgburn may work to burn the folders, but I have not tried it yet.)
AVISynth (Thanks Allargon. Like I said WTF do I know)
I also have the halia media splitter installed and ffdshow. I believe these are needed, but I like many struggled so who really knows what stuff is needed.
1. Open MeGui. Select tools from the top tabs then scroll down to AVS Script creator.
2. Click on the "..." box to browse for file. (MKV, MPEG's, and others will show, but WMV-HD's will not. Select view all files if you are trying to convert a WMV-HD file)
3. Unselect the resize option to remove the checkmark.
4. Click save file. This will kick you back to the main MeGUI interface. Sometimes you need to select it from the windows bar.
5a. Open the AVS file with notepad if the file is not 1920x1080 format. If the file is 1920x????. I simply add a line underneath that says "addborders(0,140,0,140)" for a file that is say 1920x800. (If your final file is not in 1920x1080 format MF6 will attempt to re encode the file which is bad)
5b. Open the AVS file with notepad if the file is not 1920x1080 format. If the file is 1280x720. I use a resize command like this "Lanczos4Resize(1920,1080) # Lanczos4 (Sharp)"
6. Click save in notepad.
6a. At this point I have started to reselect the "..." Box for the AVISynth Script seen at the top of the photo in Step 7. This seems to bring up the new AVS Script in another preview window and should show it in the correct 1920x1080 format. This has solved the mystery of having to re encode the entire movie because MF6 will not accept it correctly at Step 40 and the eventual OH CRAP at Step 49 confirming you are FUBAR and going to have to re encode again. This also allows you to avoid the entire Step 10a-d.
7. Select an output format. I use RAWAVC.




