Welcome Guest ( Log In | Register )


Important

The forums will be closing permanently the weekend of March 15th. Please see the notice in the announcements forum for details.

Pages: (2) [1] 2  ( Go to first unread post )
Can't Open Quicktime Avi Files ?
« Next Oldest | Next Newest » Track this topic | Email this topic | Print this topic
Lance
Posted: Apr 1 2014, 08:10 PM


Newbie


Group: Members
Posts: 9
Member No.: 37834
Joined: 1-April 14



Hello all...
I am running the current version of Virtualdub and windows 8.1...
I also use quicktime pro to assemble a small clip from still Tiff files, I then save this small movie to AVI to deflicker in Virtualdub..... At the weekend VD was recognizing the AVI files and de flickering them, but today I am getting an error saying "Error reading source frame 0:Can't decompress etc????"

I don't know if it's quicktime that the files appear to be corrupt, but I am not doing anything different that I done with the weekends files???
Any help will be appreciated , many thanks Lance.
 
     Top
Abrazo
Posted: Apr 1 2014, 08:35 PM


Advanced Member


Group: Members
Posts: 775
Member No.: 28995
Joined: 5-November 10



The most easy way will be to install the FFMpeg inputdriver plugin for VirtualDub (thanks to dloneranger).
You can find it here (please try with version V0813):
http://sourceforge.net/projects/virtualdub.../?source=navbar

Installation means : unzip FFInputDriver.vdplugin into the plugins32 folder of your VirtualDub installation + unzip the *.dll files into plugins32\ffdlls

After that, start VirtualDub, click File > Open. In the "Open video file"-dialogbox do select the AVI and at "Files of type" do select "FFMPeg supported files". Finally click onto the Open-button.
Once the video is open, you can click File > File Information... to see which video- and audio-decoders have been used.

Eventually, you can still install the "video for windows"-compatible video-codec that is needed to open that same AVI without having to use the FFMpeg inputdriver.
 
     Top
Lance
Posted: Apr 1 2014, 10:47 PM


Newbie


Group: Members
Posts: 9
Member No.: 37834
Joined: 1-April 14



Hi...
Thanks for the support, but no luck, still won't let me play avi files...I still think it's got something to do with the quicktime pro saving avi, ???
 
     Top
Abrazo
Posted: Apr 2 2014, 03:32 PM


Advanced Member


Group: Members
Posts: 775
Member No.: 28995
Joined: 5-November 10



Maybe compressed in MJPEG ?

Try after checking both "Prefer internal video + audio decoders over installed third party codecs" in VirtualDub, via Options > Preferences > AVI.

See what this gives ...


 
     Top
raffriff42
Posted: Apr 2 2014, 08:26 PM


Advanced Member


Group: Members
Posts: 384
Member No.: 35081
Joined: 25-June 12



Please post a MediaInfo report on your problem video.

Also, please post VirtualDub's error log:
* try to open file;
* it fails;
* hit View, Log;
* right-click, Copy;
* paste the log in your reply
(hint: restart VirtualDub just before doing this or the log may be quite long)
 
     Top
Lance
Posted: Apr 2 2014, 08:39 PM


Newbie


Group: Members
Posts: 9
Member No.: 37834
Joined: 1-April 14



Hi thanks for all the help... Does this help??

[!] Plugins: Failed to load "C:\Users\Reed Family\Desktop\music for
time-lapse\plugins32\QuickTime64.vdplugin": Cannot load plugin module
"C:\Users\Reed Family\Desktop\music for
time-lapse\plugins32\QuickTime64.vdplugin": %1 is not a valid Win32
application.

  • AVI: Opening file "C:\Users\Reed Family\Desktop\landscape\land_1.AVI"


    Also does VD do a plugin for Tiff files for image squence to AVI???
  •  
         Top
    raffriff42
    Posted: Apr 2 2014, 09:39 PM


    Advanced Member


    Group: Members
    Posts: 384
    Member No.: 35081
    Joined: 25-June 12



    >plugins32\QuickTime64.vdplugin
    I think I see the problem... (you need to get the 32 bit plugin)

    Also,
    > C:\Users\Reed Family\Desktop\music for time-lapse\plugins32
    "plugins32" needs to be below VirtualDub's home folder (containing VirtualDub.exe)
     
         Top
    raffriff42
    Posted: Apr 3 2014, 02:11 AM


    Advanced Member


    Group: Members
    Posts: 384
    Member No.: 35081
    Joined: 25-June 12



    QUOTE (Lance @ Apr 2 2014, 08:39 PM)
    Also does VD do a plugin for Tiff files for image sequence to AVI???
    Yes, it's called Avisynth

    It's not really a plugin, it's a video filter scripting language and a video frameserver. What that means is you can write something like this in your favorite text editor:
    CODE
    ImageSource("filename-%03d.tif", start=0, end=999, fps=30.00)
    ... save as <something>.avs, and open the text file in VirtualDub as if it was an .AVI.

    The example assumes your TIF files are named "filename-000.tif" through "filename-999.tif."
    - "%03d" means "three-digit integer in an ascending sequence."
    - "start=0, end=999" is the first and last frame number to import.
    See http://avisynth.nl/index.php/ImageSource

    Once you have successfully imported your images, you have a wealth of video filters available. Google "avisynth deflicker" ...

    If you need help (within reason), just ask!

     
         Top
    Lance
    Posted: Apr 3 2014, 07:23 PM


    Newbie


    Group: Members
    Posts: 9
    Member No.: 37834
    Joined: 1-April 14



    Hey thanks for all your help guys, I really do appreciate it...

    I forgot to ask, is this link (Filter)the same as MSU Deflicker, if it's not which in your oppinion is the best one to work with?

    http://neuron2.net/deflick/flick.html

    Many Thanks.
     
         Top
    Lance
    Posted: Apr 4 2014, 09:01 PM


    Newbie


    Group: Members
    Posts: 9
    Member No.: 37834
    Joined: 1-April 14



    Hi raffriff...

    I have downloaded AViSynth, tested with version script and that works....But The script for the Tiff above is given me a error message of'image open failure, something about can read devildll?????
    Any advice would be great??
    Thanks Lance
     
         Top
    raffriff42
    Posted: Apr 5 2014, 02:13 AM


    Advanced Member


    Group: Members
    Posts: 384
    Member No.: 35081
    Joined: 25-June 12



    Ah yes, my memory is hazy, but I think I had to do this some time ago (from the wiki page)
    QUOTE
    1.7.8 DevIL.dll can be downloaded here. Just put the DevIL.dll in your system folder (it will overwrite the 1.6.6 DevIL.dll which comes with AviSynth).
    (BTW DevIL is short for "Developer's Image Library")
     
         Top
    Lance
    Posted: Apr 5 2014, 02:31 AM


    Newbie


    Group: Members
    Posts: 9
    Member No.: 37834
    Joined: 1-April 14



    LOL I am now getting this error??? I might be doing something wrong...



    [E] Error: Avisynth open failure:
    Script error: expected a , or )
    (C:\Users\Reed Family\Desktop\try.avs, line 1, column 23)
     
         Top
    raffriff42
    Posted: Apr 5 2014, 03:23 AM


    Advanced Member


    Group: Members
    Posts: 384
    Member No.: 35081
    Joined: 25-June 12



    Please post your script (you probably forgot to add quotes around the file name & path)
     
         Top
    Lance
    Posted: Apr 5 2014, 03:33 AM


    Newbie


    Group: Members
    Posts: 9
    Member No.: 37834
    Joined: 1-April 14



    here's my script....

    ImageSource("filename= C:\Users\Reed Family\Desktop\xsky\xsun-%03d.tif", start=0, end=250, fps=25.00)


    xsky is the folder the images are in and xsun are the tiff images????
     
         Top
    raffriff42
    Posted: Apr 5 2014, 07:31 AM


    Advanced Member


    Group: Members
    Posts: 384
    Member No.: 35081
    Joined: 25-June 12



    Remove the "filename= ":
    ImageSource("filename= C:\Users\Reed Family\Desktop\xsky\xsun-%03d.tif", start=0, end=250, fps=25.00)

    This should work:
    ImageSource("C:\Users\Reed Family\Desktop\xsky\xsun-%03d.tif", start=0, end=250, fps=25.00)

    Test with 1st image only:
    ImageSource("C:\Users\Reed Family\Desktop\xsky\xsun-000.tif")
     
         Top
    1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
    0 Members:
    17 replies since Apr 1 2014, 08:10 PM Track this topic | Email this topic | Print this topic
    Pages: (2) [1] 2 
    << Back to General Discussion