Quantcast Avisynth: What to use to Join 2 Movie Files '+' or '++' - digitalFAQ.com Forums [Archives]
  #1  
10-06-2005, 08:45 AM
supermule supermule is offline
Free Member
 
Join Date: Sep 2005
Location: Donkeyland
Posts: 210
Thanks: 0
Thanked 0 Times in 0 Posts
Hi,

what is a better option to use as an operator for joining two source files '+' or '++' to be used with TMPGenc. I will encode the audio seperately. I hope it wont cause delays or desync when I finally encode.

PS: I have seen the spliced manual in avisynth, but still I need to be really sure.
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  
10-06-2005, 08:59 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
If you read the manual, you saw that line :
Quote:
The difference between the filters lies in the way they treat the sound track
As you won't use avisynth to manipulate your audio, then there is no diff.

You only have to care if you want to use an avs script to extract the audio of a clip into a wav. I do that sometimes.
Reply With Quote
  #3  
10-21-2005, 04:46 AM
supermule supermule is offline
Free Member
 
Join Date: Sep 2005
Location: Donkeyland
Posts: 210
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Dialhot
You only have to care if you want to use an avs script to extract the audio of a clip into a wav. I do that sometimes.
Dialhot, how do you extract the wav file, can you post your script ???. I looked around in the docs and couldnt find a filter to do that.

It would be a good learning and I can use it while using the trim() filter on the video.

thanks...
Reply With Quote
  #4  
10-21-2005, 05:15 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 supermule
Dialhot, how do you extract the wav file, can you post your script ???. I looked around in the docs and couldnt find a filter to do that.
Simple.

Code:
a=avisource("...") # works also with direcshowsource, not with Mpeg2source
b=avisource("...")
a+b
(do not use ++ in this situation).

You open tmpgenc, select "ES (video + audio)" and load the script as video and audio source. Then you go in file menu -> output to file -> wav file.

You can also proceed with virtualdub insteed of tmpgenc.
Reply With Quote
  #5  
10-23-2005, 12:41 PM
supermule supermule is offline
Free Member
 
Join Date: Sep 2005
Location: Donkeyland
Posts: 210
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Dialhot
You open tmpgenc, select "ES (video + audio)" and load the script as video and audio source. Then you go in file menu -> output to file -> wav file.
Well I tried using this method, but when I use headac3he to convert the .wav file to mp2, it gives me an error "cannot find data chunk". What do you use to convert the extracted wav file to another format ????
Reply With Quote
  #6  
10-23-2005, 01:08 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Simple : I never use Headac3che. Besweet is my choice.

Note: your wav is probably at 32khz. Isn't it ?
Reply With Quote
  #7  
10-24-2005, 02:51 AM
supermule supermule is offline
Free Member
 
Join Date: Sep 2005
Location: Donkeyland
Posts: 210
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Dialhot
Simple : I never use Headac3che. Besweet is my choice.

Note: your wav is probably at 32khz. Isn't it ?
No its 48 Khz, but thanks, besweet worked like cream on the cake.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I join this mpeg1 files and keep audio in sync? digitall.doc Video Encoding and Conversion 24 04-04-2004 05:52 PM
BeSweet: Join two audio files by Besweet? dongxu Audio Conversion 2 04-02-2004 03:15 AM
TMPGEnc: How to join mpeg files and burn to dvd? Mr8ond Video Encoding and Conversion 1 07-09-2003 05:33 AM
HeadAC3he: Utility to Join MP2 Files? Jellygoose Audio Conversion 6 06-20-2003 10:47 AM
Best way to join avi files before encoding to mpeg? alibrian1 Video Encoding and Conversion 4 07-27-2002 07:30 PM

Thread Tools



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