View Single Post
Old 7th February 2010, 17:40   #3262  |  Link
dgeor
Registered User
 
Join Date: Jan 2010
Posts: 10
Quote:
Originally Posted by stax76 View Post
@dgeor

The test build has a option to append code to the generated Trim function calls (Options > Advanced > Filters > Code appended to trim functions), I've defined 'FadeIn0(100).FadeOut0(100)' and enabled the NicAudio cutting method, both audio and video was faded at the cut points.

nice try stax, really nice try
but it ain't working as expected
cause it stays stuck at fading 100 frames, even if I set it to 10 or 25 or anything, I can't tell why, a bug maybe
and even more, it won't help me out
you can leave it as an extra feature anyway

what I asked was not the fades between cuts, just two fades at the start and at the end of the resulting video

this is why I suggested to simply keep the filter sequence in the _cutting.avs

this is what I get now:
Code:
MPEG2Source("N:\to do\lacta temp files\lacta.d2v")
AudioDub(last, NicMPG123Source("N:\to do\lacta temp files\lacta.mp2"))
Trim(146,170).FadeIn0(100).FadeOut0(100) + Trim(288,325).FadeIn0(100).FadeOut0(100) + Trim(482,537).FadeIn0(100).FadeOut0(100)
%Ft4U logo middle 10f%
what I wan't is this structure directly passed to the _cutting.avs


resulting into a _cutting.avs that looks like this

Code:
MPEG2Source("N:\to do\lacta temp files\lacta.d2v")
AudioDub(last, NicMPG123Source("N:\to do\lacta temp files\lacta.mp2"))
Trim(146,170) + Trim(288,325) + Trim(482,537)
%Ft4U logo middle 10f%
FadeIn0(10)
FadeOut0(25)
just that

and, as I can see I've bothered you enough, have a look at it, only if you have spare time, it's not so important, just another request
thank you
dgeor is offline