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.

Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se

 

Go Back   Doom9's Forum > Capturing and Editing Video > DV
Register FAQ Today's Posts Search

Reply
 
Thread Tools Search this Thread
Old 15th August 2006, 17:22   #41  |  Link
henryho_hk
Registered User
 
Join Date: Mar 2004
Posts: 889
@WorBry, AviSynth does not know DV 4:2:0. It always takes it as MPEG2 4:2:0. Indeed, it does not know whether it is progressive or interlaced (which IMO is not equivalent to "field-based"). And I think AviSynth 2.56 will throw an error if you run ConvertToYV12(Interlaced=xxx) on an DV 4:2:0 source.
henryho_hk is offline   Reply With Quote
Old 15th August 2006, 20:37   #42  |  Link
scharfis_brain
brainless
 
scharfis_brain's Avatar
 
Join Date: Mar 2003
Location: Germany
Posts: 3,655
No it won't throw an error.
It simply doesn't know the difference between MPEG2 YV12 and DV YV12, because both are transferred to AVISynth using the YV12 FOURCC.
__________________
Don't forget the 'c'!

Don't PM me for technical support, please.
scharfis_brain is offline   Reply With Quote
Old 15th August 2006, 21:00   #43  |  Link
WorBry
Registered User
 
Join Date: Jan 2004
Location: Here, there and everywhere
Posts: 1,197
Quote:
Originally Posted by henryho_hk
And I think AviSynth 2.56 will throw an error if you run ConvertToYV12(Interlaced=xxx) on an DV 4:2:0 source.
Actually, no it doesnt - I've just double-checked.

Cedocida set to 'forced YV12 (DV sampling)' output with

avisource("C:\DV Type II.avi")
ConvertToYV12(interlaced=true)

opens just fine in VdubMod. File Info gives 'DivX 6.2.5 YV12 Decoder' as the (stream) decompressor.

Edit: Sorry Scharfis, you got there before me.

Last edited by WorBry; 15th August 2006 at 21:06.
WorBry is offline   Reply With Quote
Old 16th August 2006, 00:15   #44  |  Link
henryho_hk
Registered User
 
Join Date: Mar 2004
Posts: 889
Thanks for correcting me, scharfis_brain & WorBry.
henryho_hk is offline   Reply With Quote
Old 12th January 2007, 22:46   #45  |  Link
aabxx
Registered User
 
Join Date: Jul 2005
Posts: 64
This thread is confusing.

So did anyone come to any conclusions about what to use and what not to use?
aabxx is offline   Reply With Quote
Old 15th January 2007, 08:34   #46  |  Link
swiego
Registered User
 
Join Date: Feb 2006
Posts: 22
I'm wondering too.

I'm glad to have found this (I think), as I'd assumed that DV decoders wouldn't make a difference. Of course maybe that is the case after all... are the differences significant?
swiego is offline   Reply With Quote
Old 18th January 2007, 00:17   #47  |  Link
henryho_hk
Registered User
 
Join Date: Mar 2004
Posts: 889
See the screen caps here:
http://forum.doom9.org/showthread.ph...216#post733216
henryho_hk is offline   Reply With Quote
Old 19th January 2007, 17:27   #48  |  Link
aabxx
Registered User
 
Join Date: Jul 2005
Posts: 64
After studying this thread cedocida seems to be the best option.

To swiego:
The differences are significant. At least to a fairly experienced video encoder. For the casual observer they are probably only minor and in fact the added sharpness of some decoders only makes the stuff look better to them :P Chroma bugs can be noticeable on some material while on other they can be difficult to observe [under normal playback that is].
aabxx is offline   Reply With Quote
Old 27th January 2007, 10:01   #49  |  Link
lilhobo
Registered User
 
Join Date: Mar 2002
Posts: 410
Latest version:
0.1.7 (Nov 22, 2006)

Main tool site and mirror download site:
Main tool site - 150KB
Mirror download - 150KB
lilhobo is offline   Reply With Quote
Old 8th February 2007, 09:12   #50  |  Link
swiego
Registered User
 
Join Date: Feb 2006
Posts: 22
So, what decoder ships with Windows Vista? I installed Vista Ultimate and was able to play all my DV files out-of-the-box. I was wondering if this is one of the decoders described and tested in this thread, or something new. (I played the files with both windows home premium and windows ultimate.)

Just curious.
swiego is offline   Reply With Quote
Old 14th February 2007, 18:07   #51  |  Link
vlada
Registered User
 
Join Date: Apr 2003
Location: Czech Republic
Posts: 752
I believe it is still the same:
5) MS DV codec (directshow codec) for W2K
vlada is offline   Reply With Quote
Old 14th February 2007, 23:05   #52  |  Link
Chipstra
Registered User
 
Join Date: Jun 2006
Location: Netherlands
Posts: 13
Quote:
Originally Posted by swiego View Post
So, what decoder ships with Windows Vista? I installed Vista Ultimate and was able to play all my DV files out-of-the-box. I was wondering if this is one of the decoders described and tested in this thread, or something new. (I played the files with both windows home premium and windows ultimate.)

Just curious.
Swiego:
try: http://www.raadsbesluit200.nl/test/m...dv-capture.rar

4 sec. 12mb

......
Chipstra is offline   Reply With Quote
Old 5th March 2007, 10:39   #53  |  Link
wonkey_monkey
Formerly davidh*****
 
wonkey_monkey's Avatar
 
Join Date: Jan 2004
Posts: 2,888
I've been trying Cedocida, but I've had to disable it because vdub can't playback in real time with it. Anyone else had this problem?

David
wonkey_monkey is offline   Reply With Quote
Old 5th March 2007, 21:55   #54  |  Link
Fizick
AviSynth plugger
 
Fizick's Avatar
 
Join Date: Nov 2003
Location: Russia
Posts: 2,182
yes, it is slow
__________________
My Avisynth plugins are now at http://avisynth.org.ru and mirror at http://avisynth.nl/users/fizick
I usually do not provide a technical support in private messages.
Fizick is offline   Reply With Quote
Old 6th March 2007, 01:23   #55  |  Link
wonkey_monkey
Formerly davidh*****
 
wonkey_monkey's Avatar
 
Join Date: Jan 2004
Posts: 2,888
Thanks Fizick... someone in another thread said it was fast, hence my confusion

David
wonkey_monkey is offline   Reply With Quote
Old 27th October 2007, 23:42   #56  |  Link
FredThompson
Registered User
 
FredThompson's Avatar
 
Join Date: Feb 2002
Location: Charlotte, NC USA
Posts: 1,988
Quote:
Originally Posted by henryho_hk View Post
These are missing. Would you please repost them?
__________________
Reclusive fart.
Collecting Military, Trains, Cooking, Woodworking, Fighting Illini, Auburn Tigers
FredThompson is offline   Reply With Quote
Reply


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 17:37.


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