i tried to frame serve a dv(avi), captured w/VideoStudio 8 via firewire, using AVS script to TMPEG, but it has a problem with the dv(avi) file.
is it dv(avi) unsupported by avisynth ? and need to be converted to other format (lossless codec) first or thereīs a way around?
i can open the dv(avi) file directly in tmpeg
the script line that gives the error ..... avisource(c:\test\Clip1.avi") ......
thks
+ Reply to Thread
Results 1 to 6 of 6
-
-
What type of DV avi is this (type-1 or 2) and what DV codec is installed on your machine?
I can use DV avi with avisynth anytime!I prefer Type-2 (because VDub can handle that) -
the DV codec was installed w/VideoStudio 8 (i think)
i installed the panasonic DV codec but the VideoStudio 8 in DV capture(total quality) donīt let me choose the codec.
i have to try another software that let me choose the DV codec
thanks for the reply -
With capturing there should only be the choice of type-1 or type-2 (DVApp), as DV in fact doesn't need a coder during capturing (it's just a file transfer).
Look at the FOURCC and in your registry, to find out the name of the codec, which comes into play when you playback or reencode the avi (after editing). -
the dv file must be type-2 because i tried to convert the DV file using dvconverter tool (type 1 to type 2) without sucess-is not a type-1.
in VS8 there is no option for type 1 or 2 in DV mode, but at hone i try to find out what kind of "DV codec" (tranfer) is in use.
by the way i can open the dv file w/virtdubmod
it seems that avisynth 2.08 donīt like DV file
thanks -
Can you use the ConvertToYUY2() setting in your script? That usually works for me (mainconcept codec).
Drak
Similar Threads
-
tmpeg - no sound on output file
By greytop1 in forum Video ConversionReplies: 1Last Post: 3rd Mar 2011, 16:20 -
Cannot encode my avisynth file
By V-Spatial in forum Newbie / General discussionsReplies: 6Last Post: 25th Feb 2010, 14:13 -
How to open aac file in avisynth?
By lovyagin in forum Video ConversionReplies: 13Last Post: 16th Aug 2009, 08:25 -
Saving AviSynth script to file
By Leo48 in forum Newbie / General discussionsReplies: 6Last Post: 24th Jun 2008, 14:35 -
Filter just part of a file with AviSynth?
By Holonet in forum EditingReplies: 6Last Post: 2nd Aug 2007, 06:21