hello everybody , i was just wondering if there is such a thing as a program that joins ac3 files . if so please could you let me know what it is called . the reason you wonder ? i have a film in 3 parts with ac3 sound and i can save the video and audio seperately and can create 1 video from the saved mv2 files . now i want to put the audio back and need to create 1 audio file to use in tmpgenc dvd author ,please help .
thx in advanced
+ Reply to Thread
Results 1 to 7 of 7
-
-
AC3 files are headerless, so they can simply be concatenated:
Code:Copy file1.ac3+file2.ac3+file3.ac3 allfiles.ac3
-
WOW!
Had to look that one up!
con·cat·e·nate (v) -
1) To connect or link in a series or chain.
2) Computer Science. To arrange (strings of characters) into a chained list. -
that tip looks familier
\
yes - that works ussually , all parts should be the same though in terms of settings and bit rate"Each problem that I solved became a rule which served afterwards to solve other problems." - Rene Descartes (1596-1650) -
Copy file1.ac3+file2.ac3+file3.ac3 allfiles.ac3
Code:cat file1.ac3 file2.ac3 file3.ac3 > allfiles.ac3
Ted Rossin
http://www.tedrossin.0sites.net/ -
Or an easier way for the DOS challenged like myself, get a program called VOB Merge. It's free! It's called VOB Merge, but it actually joins all types of file types including vob, m2v, ac3, etc.
You can find it here:
http://www.digital-digest.com/dvd/downloads/vobmerge.html"Can You Dig It!" -
Originally Posted by divvy_1
Similar Threads
-
MPEG Joiner ?
By ashe09 in forum Video ConversionReplies: 12Last Post: 12th Oct 2011, 03:14 -
AVI Joiner
By vipertongn in forum EditingReplies: 10Last Post: 25th Oct 2010, 17:42 -
Need an MP3 joiner
By OM2 in forum AudioReplies: 5Last Post: 6th Apr 2010, 23:53 -
RM Joiner
By nic3 in forum EditingReplies: 2Last Post: 8th Sep 2009, 05:24 -
Best Video Joiner
By funnyclown11 in forum EditingReplies: 1Last Post: 4th Jul 2007, 01:29