digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: What to use to Join 2 movie files '+' or '++' (http://www.digitalfaq.com/archives/avisynth/13863-avisynth-join-movie.html)

supermule 10-06-2005 08:45 AM

what to use to Join 2 movie files '+' or '++'
 
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.

Dialhot 10-06-2005 08:59 AM

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.

supermule 10-21-2005 04:46 AM

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...

Dialhot 10-21-2005 05:15 AM

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.

supermule 10-23-2005 12:41 PM

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 ????

Dialhot 10-23-2005 01:08 PM

Simple : I never use Headac3che. Besweet is my choice.

Note: your wav is probably at 32khz. Isn't it ?

supermule 10-24-2005 02:51 AM

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.


All times are GMT -5. The time now is 09:59 PM  —  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.