Quantcast Mencoder: Mncpartsjoin.Bat - a New Tool Avoids the 4gb Problem - digitalFAQ.com Forums [Archives]
  #1  
06-08-2004, 08:46 AM
Prodater64 Prodater64 is offline
Free Member
 
Join Date: Mar 2003
Location: Palma de Mallorca - España
Posts: 2,925
Thanks: 0
Thanked 0 Times in 0 Posts
MNCJoinningParts.bat:
It avoids make an unique VOB over 4GB, if you system don't permits it.

Warning: Maybe your final video and audio files don't play fine until multiplex it. But once multiplexed, it will be ok.


1 - Rip your DVD in several vobs and encode it with MencodeMe/Mencoder one step one. Obtain audio too.
2 - Put your movie video parts (m2v) in a folder without blank spaces in its name. Name it "part1.m2v, part2.m2v, part3.m2v" (thanks Dialhot for this hint).
3 - Put your movie audio parts (mp2 or ac3) in same folder as video parts. Name it "part1.ac3 (or mp2), part2.ac3, part3.ac3".
4 - Copy code in a text file and rename it as "MNCJoinParts.bat" or what you want with .bat extension.
5 - Run it.
6 - Input parts folder name (you can copy an paste it) and press enter.
7 - Multiplex your files with usual software.

Code:
CLS
@ECHO ::::::: Joinning Parts App for Mencoder - By Prodater64 ::::::::

@ECHO OFF
CLS
ECHO.
SET MOVIEFOLDER=
SET /P MOVIEFOLDER= Input Movie folder path: 
CLS
ECHO.
COPY /B %MOVIEFOLDER%\*.m2v %MOVIEFOLDER%\FinalMovie.m2v
COPY /B %MOVIEFOLDER%\*.mp2 %MOVIEFOLDER%\FinalMovie.mp2
COPY /B %MOVIEFOLDER%\*.ac3 %MOVIEFOLDER%\FinalMovie.ac3

--------------------------
Visit: Intermediate guide: MencodeMe/Win32 - Avisynth - MakeAvis by Prodater64.
Visit: KVCD - MencodeMe - Auxiliar Task - KVCD Docking Gate by Prodater64.
Visit: Mencoder scripting with AVSEdit and Guide for Multiple Files by Prodater64.
Visit: Mini-guide quick and easy - DVD to (S)KVCD with MencodeMe by Maurus.
Visit: Mencode-me: a newbie oriented GUI - 0.23 is out! by VMesquita.
--------------------------

Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
06-08-2004, 08:57 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Prodater64
1 - Put your movie video parts (m2v) in a folder without blank spaces in its name.
2 - Put your movie audio parts (mp2 or ac3) in same folder as video parts.
Let add a number in the name of the file to insure the correct order of the parts

(don't call them "begining.m2v, middle.m2v, end.m2v" but "part1.m2v, part2.mv2, part3.m2v")
Reply With Quote
  #3  
06-08-2004, 12:18 PM
Prodater64 Prodater64 is offline
Free Member
 
Join Date: Mar 2003
Location: Palma de Mallorca - España
Posts: 2,925
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Dialhot
Quote:
Originally Posted by Prodater64
1 - Put your movie video parts (m2v) in a folder without blank spaces in its name.
2 - Put your movie audio parts (mp2 or ac3) in same folder as video parts.
Let add a number in the name of the file to insure the correct order of the parts

(don't call them "begining.m2v, middle.m2v, end.m2v" but "part1.m2v, part2.mv2, part3.m2v")
Thank you. That's a nice hint.


--------------------------
Visit: Intermediate guide: MencodeMe/Win32 - Avisynth - MakeAvis by Prodater64.
Visit: KVCD - MencodeMe - Auxiliar Task - KVCD Docking Gate by Prodater64.
Visit: Mencoder scripting with AVSEdit and Guide for Multiple Files by Prodater64.
Visit: Mini-guide quick and easy - DVD to (S)KVCD with MencodeMe by Maurus.
Visit: Mencode-me: a newbie oriented GUI - 0.23 is out! by VMesquita.
--------------------------

Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Mencoder A/V sync problem + transcode tutorial ? [SOLVED] le_barbu Video Encoding and Conversion 3 09-12-2006 06:20 AM
Mencoder: Auto-aspect problem???? Fluffbutt Video Encoding and Conversion 3 06-16-2004 08:58 AM
Mencoder: Audio/Video sync problem rhino Video Encoding and Conversion 0 06-16-2004 08:52 AM
Mencoder: MNCSamplePreview - A new tool. Prodater64 Video Encoding and Conversion 58 06-14-2004 12:05 PM
Mencoder: Problem with Makeavis kev23m Video Encoding and Conversion 4 06-07-2004 02:33 PM

Thread Tools



 
All times are GMT -5. The time now is 05:30 AM  —  vBulletin © Jelsoft Enterprises Ltd