VideoHelp Forum




+ Reply to Thread
Results 1 to 13 of 13
  1. Member
    Join Date
    Jan 2004
    Location
    United Kingdom
    Search Comp PM
    Hi,
    I am having probs with FAVC, it was fine and working wonderfully but then I tried converting an MKV file and a box came up saying it didnt recognise the file type and needed Avisynth 2.52 etc. So I dl the new Avisynth and thought I installed it ok. I gave up on the MKV file and am now trying to convert an AVI file like I uised to and am getting the same prob. It seems my Avisynth is not installed properly. Can anyone help please?
    Quote Quote  
  2. Member rickydavao's Avatar
    Join Date
    Jun 2007
    Location
    Victoria, Canada
    Search Comp PM
    As was mentioned in an earlier thread, FAVC doesn't like to process MKV's and OGM's that have subtitles muxed inside of them, and will generate the type of error that you are seeing now. You can check if the subtitles are muxed with a tool such as MediaInfo. If they are, you can use the tool MKVMerge to remux the MKV (or OGM if necessary) without the subtitles, and then use FAVC on the new remuxed file. The new file should be processed OK by FAVC.
    Quote Quote  
  3. Member
    Join Date
    Jan 2004
    Location
    United Kingdom
    Search Comp PM
    The point I was making was that FAVC wont convert any AVI's now. It just says it cant load the source because of Avisynth. So something has gone wrong when I installed the new version of Avisynth. It is there because I have tried a conversion with a different tool which users it and its fine but FAVC wont see it at the mo.
    Quote Quote  
  4. Mod Neophyte redwudz's Avatar
    Join Date
    Sep 2002
    Location
    USA
    Search Comp PM
    I don't know if this will help, but try uninstalling both AVISynth and FAVC. Then re-install AVISynth, then FAVC. It may be that FAVC isn't finding the new version of AVISynth you installed. It's wouldn't hurt to download fresh versions of each program while you are at it.

    You might also want to check to see that you only have one version of AVISynth installed on your computer.
    Quote Quote  
  5. Member Soopafresh's Avatar
    Join Date
    Jan 2004
    Location
    United States
    Search Comp PM
    I've been having weird problems with FAVC v1.05. It's complaining about normal Xvid videos. Time to go back to v1.04 for the moment.
    Quote Quote  
  6. Member
    Join Date
    Aug 2007
    Location
    United States
    Search Comp PM
    Originally Posted by Soopafresh
    I've been having weird problems with FAVC v1.05. It's complaining about normal Xvid videos. Time to go back to v1.04 for the moment.
    Ditto - I've needed to go back to v1.04 also

    http://download.videohelp.com/favc/Old_Version/FAVC_104.exe
    Quote Quote  
  7. Member stewiegriffin711's Avatar
    Join Date
    Jan 2006
    Location
    north of south
    Search Comp PM
    Ditto to powerpc123's
    Ditto
    - same problem as Soopafresh so I've switched back to FAVC 1.04. Problems disappeared.
    Quote Quote  
  8. Member
    Join Date
    Jan 2004
    Location
    United Kingdom
    Search Comp PM
    Right, just gone back to 1.04 and all running OK. So what's the prob with 1.05?
    Quote Quote  
  9. Member olyteddy's Avatar
    Join Date
    Dec 2005
    Location
    United States
    Search Comp PM
    IDK, but I saw this thread and V.1.04 solved my problem too. 1.05 gave me some mumbo jumbo about the wrong AviSynth even though FAVC installed it.
    Quote Quote  
  10. Member Mr_Odwin's Avatar
    Join Date
    Feb 2006
    Location
    United Kingdom
    Search Comp PM
    Can someone who has had problems with 1.05 try to open one of the generated avisynth files (from a working folder) in virtualdub and help me to find what the problem is?
    Quote Quote  
  11. Member
    Join Date
    Aug 2007
    Location
    United States
    Search Comp PM
    When first clicking "Generate DVD" I am presented with this message


    When loading the v1.05 generated .avs file in VirtualDUB, I am presented with this message


    The Title0Info.avs file contains the following text:

    LoadPlugin("C:\FAVCv1.05\Avisynth Plugins\Decomb.dll")
    LoadPlugin("C:\FAVCv1.05\Avisynth Plugins\QTSource.dll")
    LoadPlugin("C:\FAVCv1.05\Avisynth Plugins\FFmpegSource.dll")
    Import("C:\FAVCv1.05\Avisynth Plugins\FAVCModHW.avsi")
    Try {
    AVISource("C:\Temp\test.xvid.avi")
    }
    Catch(Err_Msg) {
    Try {
    DirectShowSource("C:\Temp\test.xvid.avi",FPS=23.97 6,ConvertFPS=True)
    }
    Catch(Err_Msg) {
    FFmpegSource("C:\Temp\test.xvid.avi", atrack = -1, vcachefile="C:\FAVCv1.05_WORKING\Working Folder 1\Title0V.cache", acachefile="C:\FAVCv1.05_WORKING\Working Folder 1\Title0A.cache",accompression=-1,seekmode=0)
    }
    }
    FAVCModHW()
    ConvertToYV12()
    WriteFileStart("C:\FAVCv1.05_WORKING\Working Folder 1\Title0Info.txt", "Width()")
    WriteFileStart("C:\FAVCv1.05_WORKING\Working Folder 1\Title0Info.txt", "Height()", True)
    WriteFileStart("C:\FAVCv1.05_WORKING\Working Folder 1\Title0Info.txt", "Framecount()", True)
    WriteFileStart("C:\FAVCv1.05_WORKING\Working Folder 1\Title0Info.txt", "FrameRateNumerator()", True)
    WriteFileStart("C:\FAVCv1.05_WORKING\Working Folder 1\Title0Info.txt", "FrameRateDenominator()", True)
    WriteFileStart("C:\FAVCv1.05_WORKING\Working Folder 1\Title0Info.txt", "Round(Framerate()*1000)", True)
    WriteFileStart("C:\FAVCv1.05_WORKING\Working Folder 1\Title0Info.txt", "GetParity()", True)
    (Framecount>249)==true? SelectEvery(Floor(Framecount/50),0,1,2,3,4): nop()
    WriteFile("C:\FAVCv1.05_WORKING\Working Folder 1\Title0Info.txt", "IsCombed()", True)
    Trim(0,249)
    Quote Quote  
  12. Member Mr_Odwin's Avatar
    Join Date
    Feb 2006
    Location
    United Kingdom
    Search Comp PM
    Thanks powerpc123. That helps me.
    Quote Quote  
  13. Member
    Join Date
    Nov 2007
    Location
    United States
    Search Comp PM
    I'm experiencing the same problems that powerpc123 and others are mentioning with v1.05. Version 1.04 works perfectly. Stumbled across your program not long ago Mr_Odwin and I am really liking it. Thanks for your work on it.

    Cheers,
    Rick
    Quote Quote  



Similar Threads

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