VideoHelp Forum




+ Reply to Thread
Results 1 to 27 of 27
  1. i want to convert a dv type 2 with staxrip into an xvid file, but i ran into an error when staxrip creates the avs files:
    DirectShowSource("D:\deel1.avi", audio=false, convertfps=true)

    Avisynth open failure:
    DirectShowSource: couldn't open file D:\deel1.avi:
    No combination of filters could be found to render the stream.
    (D:\deel1 temp files\deel1_Source.avs, line 1)

    when i open the DV in VDmod directly it opens normally
    i have the panasonic dv codec installed
    gspot: DV Types 2 AVI

    some codec missing?
    Quote Quote  
  2. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Can you play the dv-avi in windows media player?
    Quote Quote  
  3. yes, it plays in windows media player
    i tried in stalling cedocida.dll as dv decompressor, but then i get The source image format is not acceptable (error code -2)
    Quote Quote  
  4. Member
    Join Date
    Jan 2007
    Location
    Republic of Texas
    Search Comp PM
    By any chance, did you crop the DV video to change the aspect ratio? Or perhaps, could there be any other issues that no longer make your source a legal DV avi file? What else does GSpot say about the source?
    Quote Quote  
  5. VirtualDub uses VFW decoders. DirectShowSource() uses DirectShow decoders. Try using AviSource() instead of DirectShowSource(). Get rid of Panasonic DV codec it's full of bugs. Use Cedocida instead. Enable RGB output in Cedocida if you wan't to open DV AVI files directly with VirtualDub. VirtualDub doesn't like YUV output from DV AVI files. It doesn't mind YUV if you use AviSynth instead.

    Windows includes a DirectShow DV decoder (part of quartz.dll) so DirectShowSource() should work. But something else may have messed it up. Re-registering quartz.dll may fix the problem. Open a CLI and type:

    regsvr32 c:\windows\system32\quartz.dll
    Quote Quote  
  6. ok
    how do i Enable RGB output in Cedocida?

    with AviSource()[*] AVI: Opening file "D:\deel1 temp files\deel1_Source.avs"

    [E] Error: Avisynth open failure:
    AviSource: Could not decompress frame 0
    (D:\deel1 temp files\deel1_Source.avs, line 1)
    Quote Quote  
  7. Member
    Join Date
    Jul 2009
    Location
    Spain
    Search Comp PM
    Originally Posted by sander815
    ok
    how do i Enable RGB output in Cedocida?
    On XP:
    Control Panel -> System -> Hardware -> Device Manager -> Sound, video and game controllers -> Video Codecs -> Properties -> Cedocida DV Codec -> Properties -> Settings

    However, unless you specifically requested pixel_type="RGB32" or "RGB24" in your AviSource call, your error message
    Error: Avisynth open failure:
    AviSource: Could not decompress frame 0
    (D:\deel1 temp files\deel1_Source.avs, line 1)
    suggests a more general problem with the file rather than failure to obtain RGB.
    Quote Quote  
  8. 1 have 2 pcs, the first everything works ok with the panasonic dv codec and staxrip or manually loading the avs script into VD
    i changed to Cedocida on that pc, disabled yuy2 and yv12, but then i get The source image format is not acceptable (error code -2) when i load the DV avi into VD

    on the second pc i changed the same regarding Cedocida and i get the same error in VD:[*] AVI: Opening file "D:\deel 4.avi"
    Error: VideoSourceAVI error: The source image format is not acceptable.
    (error code -2)

    and loading the avs scripts still doesn't work



    the dv's are standard dv avi's from avid liquid
    Quote Quote  
  9. Add Info() to your AVS script and open in a media player. See what it says.

    Code:
    AviSource("DV.AVI")
    Info()


    Note: since you are using AviSynth to open the DV AVI you don't need to force RGB in Cedocida. I avoid YUV to RGB conversion whenever possible so I force Cedocida to output YUY2.
    Quote Quote  
  10. Are you sure Cedocida is being used in AviSource()? Maybe some other decoder is interfering? I know that Panasonic DV codec will sometimes claim it can decode a file that it can't (like an MJPEG file). This causes symptoms like your first error message. But since your file is DV AVI that shouldn't be the case here. Did you completely remove the Panasonic DV codec?

    The second error indicates there is no DirectShow decoder for DV. This is unusual because Windows has a built in DV decoder.

    Are you using a 64 bit version of Windows? If so you have to be careful not to mix 32 bit and 64 bit software in your pipeline. And some 32 bit codecs need to be installed with an alternate procedure.
    Quote Quote  
  11. i have no idea
    i am using 32bit OS

    i decided to reinstall the system, after that i install staxrip, install cedocida, no other codecs, and still:
    [i] Starting up: VirtualDubMod build 2540/release
    [*] AVI: Opening file "E:\deel 1.avi"

    [i] AVI: OpenDML hierarchical index detected on stream 0.

    [i] AVI: OpenDML hierarchical index detected on stream 1.
    [*] Beginning dub operation.

    [E] Error: VideoSourceAVI error: The source image format is not acceptable.
    (error code -2)
    Quote Quote  
  12. I can't duplicate your error. After the error, can you select File -> File Information? What does it say?

    Did you set up Cedocida to output RGB only?
    Quote Quote  
  13. i am running server2003 btw, on the pc that i want to use for conversion
    (it needs server2003 for its normal, but its most of the time doing nothing)

    file: file information



    cedocida is setup as the image above
    Quote Quote  
  14. It looks like everything is set up correctly. I can't duplicate your problem here. Are you sure there isn't something wrong with that particular file? Try this DV AVI file:

    http://rapidshare.com/files/308803949/PalDv.avi.html

    Also try using VirtualDub instead of VirtualDubMod. Aside from being more up to date, it has a built in DV decoder that you can enable.
    Quote Quote  
  15. Export the following registry keys and post them here.

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32
    John Miller
    Quote Quote  
  16. Originally Posted by jagabo
    It looks like everything is set up correctly. I can't duplicate your problem here. Are you sure there isn't something wrong with that particular file? Try this DV AVI file:

    http://rapidshare.com/files/308803949/PalDv.avi.html

    Also try using VirtualDub instead of VirtualDubMod. Aside from being more up to date, it has a built in DV decoder that you can enable.
    that DV file opens fine in Virtualdubmod with cedocida

    Staxrip uses virtualdubmod, i don't know if i can change that
    Quote Quote  
  17. Code:
    Key Name:          HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc
    Class Name:        <NO CLASS>
    Last Write Time:   11/18/2009 - 3:27 PM
    Value 0
      Name:            msaud32.acm
      Type:            REG_SZ
      Data:            Windows Media Audio Codec
    
    Value 1
      Name:            sl_anet.acm
      Type:            REG_SZ
      Data:            Sipro Lab Telecom Audio Codec
    
    Value 2
      Name:            C:\WINDOWS\system32\l3codeca.acm
      Type:            REG_SZ
      Data:            Fraunhofer IIS MPEG Layer-3 Codec
    
    Value 3
      Name:            cedocida.dll
      Type:            REG_SZ
      Data:            Cedocida DV Codec
    
    Value 4
      Name:            xvidvfw.dll
      Type:            REG_SZ
      Data:            Xvid MPEG-4 Video Codec
    
    Value 5
      Name:            mciavi32.dll
      Type:            REG_SZ
      Data:            (MCI) Microsoft Video for Windows
    
    Value 6
      Name:            mcicda.dll
      Type:            REG_SZ
      Data:            (MCI) CD Audio
    
    Value 7
      Name:            mciseq.dll
      Type:            REG_SZ
      Data:            (MCI) Midi Sequencer
    
    Value 8
      Name:            mciwave.dll
      Type:            REG_SZ
      Data:            (MCI) Sound
    
    Value 9
      Name:            mciqtz32.dll
      Type:            REG_SZ
      Data:            mciqtz32.dll
    
    Value 10
      Name:            midimap.dll
      Type:            REG_SZ
      Data:            MIDI Mapper
    
    Value 11
      Name:            imaadp32.acm
      Type:            REG_SZ
      Data:            IMA ADPCM  Audio CODEC
    
    Value 12
      Name:            msadp32.acm
      Type:            REG_SZ
      Data:            Microsoft ADPCM Audio CODEC
    
    Value 13
      Name:            msg711.acm
      Type:            REG_SZ
      Data:            Microsoft CCITT G.711 Audio CODEC
    
    Value 14
      Name:            msgsm32.acm
      Type:            REG_SZ
      Data:            Microsoft GSM 6.10  Audio CODEC
    
    Value 15
      Name:            tssoft32.acm
      Type:            REG_SZ
      Data:            DSP Group TrueSpeech(TM) Audio CODEC
    
    Value 16
      Name:            msh263.drv
      Type:            REG_SZ
      Data:            msh263.drv
    
    Value 17
      Name:            iyuv_32.dll
      Type:            REG_SZ
      Data:            iyuv_32.dll
    
    Value 18
      Name:            msrle32.dll
      Type:            REG_SZ
      Data:            Microsoft RLE Codec
    
    Value 19
      Name:            msvidc32.dll
      Type:            REG_SZ
      Data:            Microsoft Video 1
    
    Value 20
      Name:            msyuv.dll
      Type:            REG_SZ
      Data:            msyuv.dll
    
    Value 21
      Name:            tsbyuv.dll
      Type:            REG_SZ
      Data:            tsbyuv.dll
    
    Value 22
      Name:            msacm32.drv
      Type:            REG_SZ
      Data:            Microsoft Audio Compression Manager
    
    Value 23
      Name:            msg723.acm
      Type:            REG_SZ
      Data:            msg723.acm
    
    Value 24
      Name:            msh261.drv
      Type:            REG_SZ
      Data:            msh261.drv
    
    Value 25
      Name:            C:\WINDOWS\system32\xvidvfw.dll
      Type:            REG_SZ
      Data:            xvidvfw.dll

    drivers32
    Code:
    Key Name:          HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32
    Class Name:        <NO CLASS>
    Last Write Time:   11/18/2009 - 3:27 PM
    Value 0
      Name:            midimapper
      Type:            REG_SZ
      Data:            midimap.dll
    
    Value 1
      Name:            msacm.imaadpcm
      Type:            REG_SZ
      Data:            imaadp32.acm
    
    Value 2
      Name:            msacm.msadpcm
      Type:            REG_SZ
      Data:            msadp32.acm
    
    Value 3
      Name:            msacm.msg711
      Type:            REG_SZ
      Data:            msg711.acm
    
    Value 4
      Name:            msacm.msgsm610
      Type:            REG_SZ
      Data:            msgsm32.acm
    
    Value 5
      Name:            msacm.trspch
      Type:            REG_SZ
      Data:            tssoft32.acm
    
    Value 6
      Name:            vidc.I420
      Type:            REG_SZ
      Data:            msh263.drv
    
    Value 7
      Name:            vidc.iyuv
      Type:            REG_SZ
      Data:            iyuv_32.dll
    
    Value 8
      Name:            vidc.mrle
      Type:            REG_SZ
      Data:            msrle32.dll
    
    Value 9
      Name:            vidc.msvc
      Type:            REG_SZ
      Data:            msvidc32.dll
    
    Value 10
      Name:            vidc.uyvy
      Type:            REG_SZ
      Data:            msyuv.dll
    
    Value 11
      Name:            vidc.yuy2
      Type:            REG_SZ
      Data:            msyuv.dll
    
    Value 12
      Name:            vidc.yvu9
      Type:            REG_SZ
      Data:            tsbyuv.dll
    
    Value 13
      Name:            vidc.yvyu
      Type:            REG_SZ
      Data:            msyuv.dll
    
    Value 14
      Name:            wavemapper
      Type:            REG_SZ
      Data:            msacm32.drv
    
    Value 15
      Name:            msacm.msg723
      Type:            REG_SZ
      Data:            msg723.acm
    
    Value 16
      Name:            vidc.M263
      Type:            REG_SZ
      Data:            msh263.drv
    
    Value 17
      Name:            vidc.M261
      Type:            REG_SZ
      Data:            msh261.drv
    
    Value 18
      Name:            msacm.msaudio1
      Type:            REG_SZ
      Data:            msaud32.acm
    
    Value 19
      Name:            msacm.sl_anet
      Type:            REG_SZ
      Data:            sl_anet.acm
    
    Value 20
      Name:            msacm.l3acm
      Type:            REG_SZ
      Data:            C:\WINDOWS\system32\l3codeca.acm
    
    Value 21
      Name:            vidc.dvsd
      Type:            REG_SZ
      Data:            cedocida.dll
    
    Value 22
      Name:            vidc.XVID
      Type:            REG_SZ
      Data:            xvidvfw.dll
    
    Value 23
      Name:            VIDC.YV12
      Type:            REG_SZ
      Data:            C:\WINDOWS\system32\xvidvfw.dll
    
    
    Key Name:          HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32\Terminal Server
    Class Name:        <NO CLASS>
    Last Write Time:   11/13/2009 - 1:58 PM
    
    Key Name:          HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32\Terminal Server\RDP
    Class Name:        <NO CLASS>
    Last Write Time:   11/13/2009 - 1:58 PM
    Value 0
      Name:            wave
      Type:            REG_SZ
      Data:            rdpsnd.dll
    
    Value 1
      Name:            mixer
      Type:            REG_SZ
      Data:            rdpsnd.dll
    
    Value 2
      Name:            MaxBandwidth
      Type:            REG_DWORD
      Data:            0x56b9
    
    Value 3
      Name:            wavemapper
      Type:            REG_SZ
      Data:            msacm32.drv
    
    Value 4
      Name:            midimapper
      Type:            REG_SZ
      Data:            midimap.dll
    Quote Quote  
  18. it must be a wrong dv file, i have new dv files to encode, and they load fine

    only error i now get is this:
    DirectShowSource: couldn't open file E:\week46\uitz.avi:
    No combination of filters could be found to render the stream.
    (E:\week46\uitz temp files\uitz.avs, line 1)

    what do i need now?
    Quote Quote  
  19. fixed that with avisource in staxrip

    another problem: i am cutting the avi in different, but after that the 16:9 flag is changed into 4:3. Is that a setting in virtualdub that converts the 16:9 to 4:3
    Quote Quote  
  20. As far as I know, there is no VFW (what VirtualDub uses) DV encoder that lets you specify 16:9 DAR. What you usually do is override the source DAR in whatever editor you use later.
    Quote Quote  
  21. Member
    Join Date
    Jul 2009
    Location
    Spain
    Search Comp PM
    In VirtualDub, doesn't Direct Stream Copy mode (which is all you need for cuts) preserve the DAR data from the DV stream?
    Quote Quote  
  22. this is the log from staxrip with one of the dv files:
    Video
    ID : 0
    Format : Digital Video
    Codec ID : dvsd
    Codec ID/Hint : Sony
    Duration : 3mn 58s
    Bit rate : 28.8 Mbps
    Width : 720 pixels
    Height : 576 pixels
    Display aspect ratio : 5:4
    Original display aspect ratio : 16:9

    Frame rate mode : Constant
    Frame rate : 25.000 fps
    Standard : PAL
    Resolution : 24 bits
    Colorimetry : 4:2:0
    Scan type : Interlaced
    Bits/(Pixel*Frame) : 2.778
    Stream size : 819 MiB (95%)

    why is the DAR at 5:4 instead og 16:9
    Quote Quote  
  23. It's simply calculating it from the specified width and height (i.e., 720 / 576 = 5/4). I don't know what staxrip reads from the file but unless it is pulling it directly from the DV data inside the file and not the AVI header then it may be incorrect, especially for Type 2. AVI headers for Type 2 DV are rarely entirely correct.
    John Miller
    Quote Quote  
  24. is there a way to get that corrected?
    we up all videos to dailymotion, and now they all get black bars instead of showing widescreen
    Quote Quote  
  25. Is there any reaons to believe that Dailymotion will pay any attention to DV DAR flags? Most upload sites don't. Try resizing to a 16:9 frame size and uploading that.
    Quote Quote  
  26. Member stax76's Avatar
    Join Date
    Nov 2009
    Location
    On thin ice
    Search PM
    IIRC for AVI sources StaxRip reads the DAR using MediaInfo so it's likely a problem with MediaInfo or the AVI file.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!