PDA

View Full Version : Kill Image?


Guest
6th December 2004, 15:41
Hi,
I'm trying to to get QuEnc to render out a mp2 file - my avsvideo is generated in avisynth and not loaded(I have to use the images for rendering a fadeout2 on the sound).

Any idears of how to kill the image in avisynth?

Tin2tin

lark
6th December 2004, 15:58
sorry, but at least i (me stupid) didn't get what you are after.
do you want to blank the video remove it totally so that you have only an audio in your output?

to my understanding the latter is not possible,
but you can always feed your AVS e.g. to VD and save just the audio...

regards
t :)

Guest
6th December 2004, 16:06
do you want to blank the video remove it totally so that you have only an audio in your output?
Yessir. This is it. But I would like find a solution so I can render the mp2 with QuEnc. VD is not an option for me.

What I after is the image version of killaudio() aka. killimage():) or some other way to just output the audio(after actually working with image).

I need it for my DVDslideshowGUI (http://wxbasic.sourceforge.net/phpBB2/viewtopic.php?t=668)

So I can mplex the m2v and mp2/ac3 outputs later.

Tin2tin

lark
6th December 2004, 16:11
doesn't sound like a good idea, but what if you just let quenc process the video as well (you can crop it to 16x16 black clip) and then demux your mp2 out of the result...

but if you are generating your video with avisynth, why don't you just incorporate your audio into the same script?

regards
t :)

Guest
6th December 2004, 16:14
The muxxing in QuEnc isn't working(yet). If I render a mp2/ac3 with image the mplex is giving me errors!?

Is there a demux commandline tool?

Tin2tin

Guest
7th December 2004, 12:47
I guess another way is to use some avs2mp2/avs2ac3 cli tool - anyone have any experiences in that direction?

Tin2tin

Wilbert
7th December 2004, 17:55
Why don't you use Besweet for your audio (or its cli variant)?

Guest
7th December 2004, 18:06
Now I found a way:
- Render avs(with sound) to mpg with QuEnc.
- Demux.exe the mpg(as lark suggested(I just didn't know this program)
or if a mux'ed mpg is needed :
- mplex.exe the demuxed mp2/ac3 + m2v

Thanks for your help - I'll soon upload the DVDslideshowGUI - which now works perfectly with GUI for DVDauthor and DVDauthorGUI.

Tin2tin