Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#1 | Link |
|
Registered User
Join Date: Jan 2003
Location: France
Posts: 4
|
How to simply merge AC3 files into one?
Hi all!
As I use DVDauthoring IFOedit functionality, I need to have ONE big M2V file and ONE big AC3 file... To merge some M2V files into one, I use the dos command : COPY /B "X1.M2V"+"X2.M2V"+...+"Xn.M2V" "RESULT.M2V" --> OK, no pb But what about AC3 files? It seems that I can't use this DOS command again because of the AC3 headers in files, So does anybody know how can I definetly merge AC3 files into one? In Standard DVD, I obtain directly one 1C3 because, there is only one PGC but know I'm working on a DVD movie which contains several PCGs... Thanks a lot guys! Mattbag
__________________
Let Freedom Rings With A Shotgun Blast... (Machine Head) |
|
|
|
|
|
#4 | Link |
|
Registered User
Join Date: Mar 2003
Location: Germany
Posts: 18
|
i cant merge 2 AC3 Streams
Hi,
I want to merge 2 AC3 streams, but i dont know how.I maked a Join.lst with the following content: C:\Programme\Ripping\DVD Decrypter\VIDEO_TS 2\VTS_01_1 - 0x81 - Audio - AC3 - 6ch - 48kHz - DRC - Deutsch - DELAY -80ms 2.AC3 C:\Programme\Ripping\DVD Decrypter\VIDEO_TS 2\VTS_01_1 - 0x81 - Audio - AC3 - 6ch - 48kHz - DRC - Deutsch - DELAY -80ms.AC3 And then i maked connection (i dont know the right word in german it is in windows "Verknüpfung", but i think another word is icon) with the following content: C:\Programme\Ripping\BeSweet\BeSweet.exe -core( -input join.lst -output stream.ac3 -payload ) But when i start it, it doesn´t work. The Output file is a 0 byte File! Can someone help me and tell me how to merge two ac3 files? p.s. Vobinput.dll is in the besweet directory. p.s.2 Iam german and my english is not the best, i hope everybody understand what i mean! |
|
|
|
|
|
#5 | Link |
|
Registered User
Join Date: May 2003
Location: germany
Posts: 51
|
You can try a little tool named filemerger http://fysx.acwu.com/Programs/Downlo...r-01-07-14.zip
or an alternative that has the same name http://home.planet.nl/~doesw008/file...2.2-redist.zipdon't know which is better, cause both seem to be very equal . Drag and drop the files you need to merge and press merge or Go!. The output is good, you almost don't notice it. Und nochma auf deutsch ![]() Nimm eines der Tools, das zweite hab ich eben nebenbei gefunden, beide sind irgendwie ziemlich ähnlich. Einfach reinschieben die teilen und dann mergen. Das ergebnis ist ganz gut, also man merkt fast nichts. Kannst damit eigentlich fast alles zusammenfügen. (Verknüpfung = Link *g*)
__________________
I WANT TO BELIEVE |
|
|
|
|
|
#8 | Link |
|
Registered User
Join Date: Mar 2003
Location: Germany
Posts: 18
|
i have found a problem: when you merge 2 ogg sound files vdubmod cant put the new file in a ogm file (he only put the first part of the old file in). now i test if ac3 work better. i think the problem is the header!
|
|
|
|
|
|
#10 | Link |
|
Registered User
Join Date: Nov 2001
Posts: 9,770
|
you can also try good old dos commandline:
Code:
copy /b "c:\input1.ac3"+"c:\input2.ac3" "c:\output.ac3"
__________________
Between the weak and the strong one it is the freedom which oppresses and the law that liberates (Jean Jacques Rousseau) I know, that I know nothing (Socrates) MPEG-4 ASP FAQ | AVC/H.264 FAQ | AAC FAQ | MP4 FAQ | MP4Menu stores DVD Menus in MP4 (guide) Ogg Theora | Ogg Vorbis use WM9 today and get Micro$oft controlling the A/V market tomorrow for free |
|
|
|
|
|
#11 | Link |
|
Registered User
Join Date: Mar 2003
Location: Germany
Posts: 18
|
when i merge ac3 and then encode it to ogg vorbis with besweet i have no problems!but i read somewhere that ogg vorbis has a more complex header like mp3 and that why i think that file merger cant merge ogg 100% right
|
|
|
|
|
|
#12 | Link |
|
Anime God
Join Date: Jun 2002
Location: "The World"
Posts: 385
|
AC3 joining (another one)
None of the FAQs help, since I SUCK at command lines. Is there an interface or program with a gui that can just merge the two files togather?
I experimented (badly) with BeSweet with no such luck. Or if anyone can tell me the exact lines I would use to join these two files... prt1ENG.ac3 and prt2ENG.ac3 They're both in the root of my drive "F". Anyone? |
|
|
|
|
|
#14 | Link |
|
Registered User
Join Date: Jun 2003
Location: Great Lakes, USA
Posts: 1,433
|
Try not to get aggravated, and try this:
First, open up notepad, and type the following two lines: Code:
f:\prt1ENG.ac3 f:\prt2ENG.ac3 Then run besweet using the following commandline: Code:
besweet -core ( -input "f:\filename.lst" -payload -output "f:\output.ac3" )
__________________
KpeX Audio FAQs: General | BeSweet | SVCD/MP2 | MP3 | Vorbis | AC3 | DTS | AAC Linux Audio/Video FAQ |
|
|
|
![]() |
|
|