ADLANCAS
12th September 2004, 14:52
Hi,
I´m just using for the first time my Canon DV device and after reading a lot of info in FAQ, Stickies, threads, search ...I have doubts if I use a script in the right way. Maybe this can be used in the future for DV newbies like me;)
Here is the script that works:
v = AviSource("D:\capture.avi",audio=false)
a = DirectShowSource("D:\capture.avi").AssumeSampleRate(48000)
Return AudioDub(v,a)
Reinterpolate411() # Fix chroma upsampling bug
ReverseFieldDominance() # Change field dominance to TFF
Comments about my tests and script:
- Captured file is DV-type 1 , interlaced and BFF. Checked from TBarry and Shodan scripts available here: http://www.avisynth.org/CheckParity
- DV decoder MainConcept 2.4.4.0
- Avisource (Avisynth 2.55) only open video from DV-type 1(not audio), then I included DirectShowsource to get audio. Since sample rate is wrong only with this command, it´s necessary to set it at 48000.
- Using only DirectShowSource to open video and audio, File Information from VDubMod says FourCC YV12 instead YUY2 when using Avisource.
- After installed Canopus DV decoder and changed FourCC from dvsd to cdvc, file opened in VdubMod continue to show MC decoder:confused:
So, this is the way to open a DV file ?
Is it possible to use MainConcept or Canopus DV Decoder with DirectShowSource?
Thanks for any suggestion,
Alexandre
I´m just using for the first time my Canon DV device and after reading a lot of info in FAQ, Stickies, threads, search ...I have doubts if I use a script in the right way. Maybe this can be used in the future for DV newbies like me;)
Here is the script that works:
v = AviSource("D:\capture.avi",audio=false)
a = DirectShowSource("D:\capture.avi").AssumeSampleRate(48000)
Return AudioDub(v,a)
Reinterpolate411() # Fix chroma upsampling bug
ReverseFieldDominance() # Change field dominance to TFF
Comments about my tests and script:
- Captured file is DV-type 1 , interlaced and BFF. Checked from TBarry and Shodan scripts available here: http://www.avisynth.org/CheckParity
- DV decoder MainConcept 2.4.4.0
- Avisource (Avisynth 2.55) only open video from DV-type 1(not audio), then I included DirectShowsource to get audio. Since sample rate is wrong only with this command, it´s necessary to set it at 48000.
- Using only DirectShowSource to open video and audio, File Information from VDubMod says FourCC YV12 instead YUY2 when using Avisource.
- After installed Canopus DV decoder and changed FourCC from dvsd to cdvc, file opened in VdubMod continue to show MC decoder:confused:
So, this is the way to open a DV file ?
Is it possible to use MainConcept or Canopus DV Decoder with DirectShowSource?
Thanks for any suggestion,
Alexandre