digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   Mencoder: MNCPartsJoin.bat - A new tool avoids the 4GB problem (http://www.digitalfaq.com/archives/encode/10159-mencoder-mncpartsjoinbat-tool.html)

Prodater64 06-08-2004 08:46 AM

Mencoder: MNCPartsJoin.bat - A new tool avoids the 4GB problem
 
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.
--------------------------

http://www.digitalfaq.com/archives/error.gif

Dialhot 06-08-2004 08:57 AM

Re: MNCPartsJoin.bat - A new tool.
 
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")

Prodater64 06-08-2004 12:18 PM

Re: MNCPartsJoin.bat - A new tool.
 
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.
--------------------------

http://www.digitalfaq.com/archives/error.gif


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

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.