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

Reply
 
Thread Tools Search this Thread Display Modes
Old 17th March 2006, 00:01   #1  |  Link
ou8thisSN
Registered User
 
Join Date: Feb 2002
Posts: 119
how do Sony DV camcorders encode frames? TFF or BFF

I have a Sony DCR-TRV103NTSC, its a Digital8 camcorder. I recently tried doing an encode using Procoder, but it asked if the source was TFF or BFF? How do i figure that out or do any of you know?

there was an answer about that in the FAQ but I couldnt figure out if what was seeing is right... please help

also, when making DVDs that are ... DVD compliant, i should set it to encode TFF right?
ou8thisSN is offline   Reply With Quote
Old 17th March 2006, 00:13   #2  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
DV is BFF.

Encode your DVD BFF. Otherwise, you'll have to reverse the field dominance.
Guest is offline   Reply With Quote
Old 17th March 2006, 00:32   #3  |  Link
ou8thisSN
Registered User
 
Join Date: Feb 2002
Posts: 119
whoa, in the guides and other places, it says the frames are rarely ever BFF, and op in #doom9 even told me TFF

here's my script that i got from Fred Thompson:

#LoadPlugin("D:\Filter\DeGrainMedian.dll")
LoadPlugin("D:\Filter\RemoveGrainS.dll")
LoadPlugin("D:\Filter\RepairS.dll")
LoadPlugin("D:\Filter\SSEToolsS.dll")
Import("D:\Filter\DeHalo_alpha.avs")
Import("D:\Filter\LRemoveDust.avs")
aviSource("D:\Test Avi\test.avi")
ConvertToYV12(Interlaced=True)
SeparateFields()
#DeGrainMedian(limitY=2,limitUV=3,mode=1,interlaced=true)
DeHalo_Alpha()
LRemoveDust_YV12(10,1)
Weave()


based on this script, does this reverse field dominance? or should both settings on procoder be set to BFF ?
ou8thisSN is offline   Reply With Quote
Old 17th March 2006, 01:30   #4  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
If your AVI is DV, then it is BFF.

Your script delivers BFF video.

Your encoder should be configured for BFF.
Guest is offline   Reply With Quote
Old 17th March 2006, 03:31   #5  |  Link
Video Dude
Senior Member
 
Join Date: Apr 2004
Posts: 1,053
I don't know what guides you looked at, but the DV to DVD guide hosted by doom9 says that DV is bottom field first.


From the guide http://www.doom9.org/dv/guide.html:
Quote:
The "Field order" is for interlaced sources only. DV should be "Bottom field first (field B)"

Also, since you are working with NTSC you should really be using the ReInterpolate411 filter. Place it as your first filter after AviSource.

DVDs can be either TFF or BFF.


If you really want to convert to TFF, you can add the line:
Code:
DoubleWeave().SelectOdd()
at the end of your script.

But I would leave the video bff and encode it bff.

Last edited by Video Dude; 17th March 2006 at 03:41.
Video Dude is offline   Reply With Quote
Old 17th March 2006, 04:58   #6  |  Link
ou8thisSN
Registered User
 
Join Date: Feb 2002
Posts: 119
why do i need ReInterpolate411? I used to use that before, but I no longer use it because i'm following someone else's updated script. Whats so integral about that function?

also, what do you all do when you encode with filters? do you do a pass as a loss less stream once in... lets say virtualdub, with your filters, then encode in CCE, HC, or whatever encoder you use? seems like this would save a lot of time.
ou8thisSN is offline   Reply With Quote
Old 17th March 2006, 05:32   #7  |  Link
Video Dude
Senior Member
 
Join Date: Apr 2004
Posts: 1,053
From trbarry's homepage:
Quote:
ReInterpolate411

This is a fast simple filter to correct the improper 4:1:1 => 4:2:2 conversion that seems to occur with some DV/4:1:1 codes when used with Avisynth.


I do all passes in CCE and leave it to encode overnight. I don't create a temp lossless file using virtualdub.
Video Dude is offline   Reply With Quote
Old 17th March 2006, 05:55   #8  |  Link
ou8thisSN
Registered User
 
Join Date: Feb 2002
Posts: 119
Whats the harm in creating a Lossless temp file? otherwise it would take me 36 hours to encode + clean in CCE. doing it this way takes only 10 hours total.

I dont see the downside...
ou8thisSN is offline   Reply With Quote
Old 17th March 2006, 16:46   #9  |  Link
bb
Moderator
 
bb's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 2,665
@ou8thisSN:
There is no downside in creating a lossless intermediate file regarding quality. It needs lots of hdd space, but it can save much time. But sometimes it can be slower than frameserving, too. It depends on your script (the filter chain used) and the number of passes.

bb
bb is offline   Reply With Quote
Old 20th March 2006, 15:50   #10  |  Link
WorBry
Registered User
 
Join Date: Jan 2004
Location: Here, there and everywhere
Posts: 1,197
The Matrox DV codec encodes/decodes TFF, but that's easily corrected with ReverseFieldDominance(). So far as I know, it's the only codec that does.
WorBry is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 20:27.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.