Gi-Ma-MiLocation: USA Gender: Unknown |
Posted: Sat Aug 05, 2006 9:43 pm Post subject: [Tutorial]Creating DVD from AVIs ( Menus & Subtitle) Post Rating: 0 |
|
|
Hi guys, I just learned how to create a DVD (NTSC) (I'm doing NTSC because I'm living in the U.S but you can also use this guide to do PAL also by changing some settings) with multiple avi files and multiple menus AND switchable subtitle!!! so I just want to share my experience.
Here is what you need:
- Avisynth
- Gspot
- HC018
- ffmpeggui03
- Gui for dvdauthor (borax (the author of this tool) helped me a lot on my actual DVD before I can write this guide, so please donate him if you can make use of my guide)
- A burning software that can burn a ‘Video_TS’ file (I’m using Nero Vision 7)
Steps’ summary:
Step 1: Get your files’ information
Step 2: Write a Avisynth script for the avi files
Step 3: Encode avi-->m2v using Hcgui in HC018 folder
Step 4: Extract the audio file (mp2) from your avi file
Step 5: Creating Main Menu
Step 6: Submenu for Subtile Selection
Step 7: Submenu for Chapters Seleciton
Step 8: Creating and Burning your DVD
Step 1: Get your files’information
Open Gspot then File-->Open-->Choose your avi file and record the frame rate down.(we are doing multiple avi files so do it twice or 3 times depending on how many avi file you want to add, in this case I’m doing 2 avi files)
Step 2: Write a Avisynth script
-Open Notepad (Start-->Program-->Accessories-->Notepad) to write and Avisynth script so we can open it in HC018 a.k.a HC_Encoder (HC018 is a software that can’t open an avi file directly)
-Copy this into your notepad:
| Code: | DirectShowSource("C:\ Somemovies.avi", fps=25).LanczosResize(640,480)
AddBorders(40,16,40,16)
KillAudio() |
-Save your avisynth script (File-->Save-->Choose the name you want, in this case I’m using ‘Some movies 1.avs’
-Do the same thing with your second avi file, except that now you have to change the name.
-Explaination:
---"C:\ Somemovies.avi"<-- file your onw path to your files, don’t copy mine.
--- fps=25<--this also, don’t copy mine, this is what you just recorded (frame rate) from Gspot (step 1).
---LanczosResize<--this is command to resize the resolution (640 in width and 480 in height)
---AddBorders<this>m2v using Hcgui in HC018 folder
Open HCgui_018.exe in the HC018
1. Open your avs file
2. Choose the name for your out put file, to make it compatible and easy to remember, I choose the same name again (‘Some movie 1’)
3. I’m doing NTSC DVD so I choose 4:3
4. Ingore this error message because it’s just a warning (not important in this case)
5. Click Encode
6. Do the same thing with your second avs file (of course, have to change the output name)
Step 4: Extract the audio file (mp2) from your avi file
Open ffmpeggui
1. Browse your avi file
2. Choose MP2
3. Choose 48000
4. Choose the name of the output file
5. Click convert
6. Do the same thing with your second avi file
Step 5: Creating Main Menu
-Open Gui for dvdauthor.
=========>
Then
==========>
-Look for the folder that you stored the files you convert using HC_encoder a.k.a HC018 (step 3)
-Drag your first m2v to the right
3. Dividing your video into chapter
4. There are 3 ways you can divide your video but in this case, I use the 2nd option
After choosing your number of chapter (I’m creating 2 chapters), click Go.
-Do the same thing with your second m2v file.
-Now, let’s create a ‘Resume’ button for your main menu
-Wanna change the Menu Background? Here is what you do:
Step 6: Now, we’re gonna create submenu for the Subtitle
-Choose where you wanna to place your button and then click on it.
-Choose the postion you want and click on it.
-Repeat everything in this step again to create another button but change the format of this button a bit different
-You are done with the Subtitle menu for the first video, do the same thing for your second video. (Open ‘TitleSet2Menu’-->Repeat everything in step 6)
Step 7: This is time for creating Chapters menu
-Choose the postion you want and click on it.
-Chapters and chapters menu are all created for the first video. Open ‘TitleSet2Menu’ and repeat everthing in step 7 for your second video.
Step 8: Creating and Burning your DVD
-Finally, you can hit to create the Video_TS for burning.
-After it’s done to find where your Video_TS has been created
Done! Hope you guys can make use of it. Plz forgive me if there are mistakes (this is my first guide ever ) _________________ PM me if interested:
-in helping me QC-ing and filling the blanks for the sub of ISWAK''s special [HQ version]
-in translating ISWAK-jap version
|
|
| Back to top |
|
alakina Joined: 29 Jul 2005 Total posts: 77 Gender: Unknown |
Posted: Sun Aug 06, 2006 11:50 am Post subject: Post Rating: 0 |
|
|
| ^^ thanks! i'll try this one
|
|
| Back to top |
|
BOGCHI Joined: 27 Jul 2006 Total posts: 297 Location: CA Gender: Male |
Posted: Mon Aug 07, 2006 4:11 am Post subject: Post Rating: 0 |
|
|
| thanks! I'll try this DVD GUI your way.. I have probalems with the other DVDAuthor GUI
|
|
| Back to top |
|
s1mple-n-swt Joined: 09 Jun 2006 Total posts: 2 Gender: Unknown |
Posted: Sun Sep 10, 2006 3:25 pm Post subject: Post Rating: 0 |
|
|
hi i need help on step 2.....i'm kinda confuse of wat to do when u open the notepad and how to save it.
thanks in advance
|
|
| Back to top |
|
Gi-Ma-MiLocation: USA Gender: Unknown |
Posted: Wed Sep 13, 2006 10:39 pm Post subject: Post Rating: 0 |
|
|
| first you need to google, download and install Avisynth and just copy the code (orange) I wrote into your notepad (remember change this part: C:\ Somemovies.avi", fps=25 to whatever path that your video is stored in, don't copy mine) save it as avs file. and then just open that avs file in HC_encoder _________________ PM me if interested:
-in helping me QC-ing and filling the blanks for the sub of ISWAK''s special [HQ version]
-in translating ISWAK-jap version
|
|
| Back to top |
|