Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > NLE - Non Linear Editing

Reply
 
Thread Tools Display Modes
Old 26th May 2006, 10:46   #1  |  Link
Metallo
Registered User
 
Join Date: Jun 2004
Location: Italy
Posts: 129
Lossless Fade In/Out on captured .avi

Hi,

I've captured a movie in DV format from my digital video camera, I used VideoMaker 2.1 for the purpose.

The original movie does not have fade in/out at the beginning/end and I wanted to do it.

Questions:

1) Is it better to do it on the .avi source file or should I do it once the movie has been converted to DVD format?

2) If it is better on the source, do I have a way to do it lossless?

Thank you for your help

Alex
__________________
AOPEN AX34, PIII 1.0 GHz, 1,5GB RAM, WD 120 GB, LaCie 500 GB, Pioneer DVR-116D, Plextor PX-716A, HIS 9600 256Mb, 2xMonitor Philips 109P20, Canon i865, WXP PRO SP3
Metallo is offline   Reply With Quote
Old 26th May 2006, 13:54   #2  |  Link
jggimi
Moderator Emeritus
 
jggimi's Avatar
 
Join Date: Dec 2001
Location: The NW corner of Lake Erie
Posts: 5,562
A "capture" of DV is really just a digital file copy. You may want to look through our DV forum's stickies for more information about the DV format, per http://forum.doom9.org/announcement.php?f=10.

Your particular question, though, is likely better suited to discussion in our Non Linear Editing (NLE) forum, rather than anywhere else, so I am moving your thread there.
jggimi is offline   Reply With Quote
Old 26th May 2006, 16:46   #3  |  Link
gameplaya15143
Codec Tweaker
 
gameplaya15143's Avatar
 
Join Date: Apr 2006
Location: Earth
Posts: 184


If you want the fadein/fadeout to be on the final dvd, then you must do it using the source. Fades are an effect, and shouln't effect the source file but should only only be seen when previewed/exported from your editor.

... I'm not sure if that answers your question, but there you have it.
__________________
My Site | SKOSC | dBpowerAMP | vfw h264 decoding
lame 3.93.1 -q 5 -V 9 -k -Z --nspsytune
vorbis -q 0 --advanced-encode-option lowpass_frequency=99
gameplaya15143 is offline   Reply With Quote
Old 26th May 2006, 16:54   #4  |  Link
Metallo
Registered User
 
Join Date: Jun 2004
Location: Italy
Posts: 129
Quote:
Originally Posted by gameplaya15143


If you want the fadein/fadeout to be on the final dvd, then you must do it using the source. Fades are an effect, and shouln't effect the source file but should only only be seen when previewed/exported from your editor.

... I'm not sure if that answers your question, but there you have it.
Hi,

Well, actually I'm not sure to understand what you say, I can, either change my .avi file (Source) or the mpeg file (what you get after the encoding).

I also think it is better to do the fade in/out on the avi file, but I don't know which software to use to do it in a lossless way.
For instance, VirtualDub does it by recompressing the file, therefore you get a loss.

I could not find any software so far that allows me to do 3 sec. fading without recompressing the whole file.

Hope my question is now clearer.

Thank you
Alex
__________________
AOPEN AX34, PIII 1.0 GHz, 1,5GB RAM, WD 120 GB, LaCie 500 GB, Pioneer DVR-116D, Plextor PX-716A, HIS 9600 256Mb, 2xMonitor Philips 109P20, Canon i865, WXP PRO SP3
Metallo is offline   Reply With Quote
Old 26th May 2006, 17:08   #5  |  Link
Zarxrax
Registered User
 
Zarxrax's Avatar
 
Join Date: Dec 2001
Location: Concord, NC
Posts: 943
Yes, you will have to recompress the file, but that does NOT mean a loss if you save it using a lossless codec.
Zarxrax is offline   Reply With Quote
Old 26th May 2006, 17:11   #6  |  Link
Metallo
Registered User
 
Join Date: Jun 2004
Location: Italy
Posts: 129
Quote:
Originally Posted by Zarxrax
Yes, you will have to recompress the file, but that does NOT mean a loss if you save it using a lossless codec.
Can you give me an example of lossless codec I could use?

Alex
__________________
AOPEN AX34, PIII 1.0 GHz, 1,5GB RAM, WD 120 GB, LaCie 500 GB, Pioneer DVR-116D, Plextor PX-716A, HIS 9600 256Mb, 2xMonitor Philips 109P20, Canon i865, WXP PRO SP3
Metallo is offline   Reply With Quote
Old 26th May 2006, 21:35   #7  |  Link
Zarxrax
Registered User
 
Zarxrax's Avatar
 
Join Date: Dec 2001
Location: Concord, NC
Posts: 943
Here is my personal favorite: http://lags.leetcode.net/codec.html

On that page it also mentions a few others, if you would like to try them as well.
Zarxrax is offline   Reply With Quote
Old 26th May 2006, 22:17   #8  |  Link
smok3
videographer
 
smok3's Avatar
 
Join Date: Oct 2001
Posts: 1,679
if thats all thats required you can use avisynth and feed that to encoder...
http://www.avisynth.org/Fade

should be easy like:

avisource("somefile.avi")
fadein(50)
fadeout(50)
smok3 is offline   Reply With Quote
Old 26th May 2006, 22:51   #9  |  Link
Metallo
Registered User
 
Join Date: Jun 2004
Location: Italy
Posts: 129
Thank you guys, I will try
__________________
AOPEN AX34, PIII 1.0 GHz, 1,5GB RAM, WD 120 GB, LaCie 500 GB, Pioneer DVR-116D, Plextor PX-716A, HIS 9600 256Mb, 2xMonitor Philips 109P20, Canon i865, WXP PRO SP3
Metallo is offline   Reply With Quote
Old 4th July 2006, 19:52   #10  |  Link
jesus2099
Registered User
 
jesus2099's Avatar
 
Join Date: Oct 2005
Location: Paris
Posts: 29
Hi Metallo.

The audio inside your DV video is plain uncompressed WAV. Just edit the sound ; Only the fade-in and fade-out parts will be reprocessed by your sound editor but it's minor change really ; no compression.

So demux -> edit (any sound editor) -> compress to mpeg2 for DVD.
jesus2099 is offline   Reply With Quote
Old 5th July 2006, 12:11   #11  |  Link
Mug Funky
interlace this!
 
Mug Funky's Avatar
 
Join Date: Jun 2003
Location: i'm in ur transfers, addin noise
Posts: 4,267
metallo means to fade the video up and down (and presumably the audio too, but who knows?).

if you have a decent nonlinear editor (premiere pro isn't decent, but it'll do the job), it'll apply the fades and recompress only the parts you tell it to. the rest will be "direct stream copied" in virtualdub jargon.

but i'd go with avisynth - it wont require any recompression and wont touch your original avi file - it'll simply apply the effects and feed the result to your encoder (there's a multitute of mpeg-2 encoders that can handle avs input, including some free ones that are as fast and good quality, if not better, than the commercial encoders).
__________________
interlace... right or wrong, just deal with it.
Mug Funky is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 19:42.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.