VideoHelp Forum




+ Reply to Thread
Page 40 of 79
FirstFirst ... 30 38 39 40 41 42 50 ... LastLast
Results 1,171 to 1,200 of 2356
  1. Did you deinstall the previous version before installing the latest version?
    Quote Quote  
  2. Member
    Join Date
    Jul 2014
    Location
    Spain
    Search Comp PM
    Originally Posted by Selur View Post
    Did you deinstall the previous version before installing the latest version?
    I reinstalled windows7 today. I did not install the previous version of Hybrid yet.
    Quote Quote  
  3. Okay, does the "dynamic"-subfolder of Hybrid contains the msvcr120.dll and the msvcp120.dll ?
    Quote Quote  
  4. Member
    Join Date
    Jul 2014
    Location
    Spain
    Search Comp PM
    Originally Posted by Selur View Post
    Okay, does the "dynamic"-subfolder of Hybrid contains the msvcr120.dll and the msvcp120.dll ?
    Yes, of course.
    Quote Quote  
  5. What happens if you call qaac from a console?
    (it might be that I accidentally killed the check for the 'Apple Application Support which is required for qaac)
    Quote Quote  
  6. Banned
    Join Date
    Nov 2005
    Location
    United States
    Search Comp PM
    @Selur:

    this new version gives 2 error messages that prevent it from launching most of the time, one about qaac and one about msvcp120.dll missing and something about an empty output for qaac and the one time it did launch i noticed that you didn't include the divx encoder, it's not included in the install directory.
    Quote Quote  
  7. @deadrats:
    i noticed that you didn't include the divx encoder, it's not included in the install directory.
    it should be in the dynamicX folder.

    this new version gives 2 error messages that prevent it from launching most of the time, one about qaac and one about msvcp120.dll
    What does the message of the msvcp120.dll error say exactly?

    @Wruckler: still waiting for an answer to my last question to you.
    Quote Quote  
  8. Banned
    Join Date
    Nov 2005
    Location
    United States
    Search Comp PM
    a picture is worth a thousand words
    Image Attached Thumbnails Click image for larger version

Name:	error message.PNG
Views:	302
Size:	63.2 KB
ID:	26083  

    Click image for larger version

Name:	error message 2.PNG
Views:	355
Size:	40.3 KB
ID:	26084  

    Quote Quote  
  9. Ah, okay, easy to fix: delete qaac.exe from your Hybrid folder, there should be one in the 'dynamic' folder.

    ---------------------------
    mp4fpsmod.exe - System Error
    ---------------------------
    The program can't start because MSVCR100.dll is missing from your computer. Try reinstalling the program to fix this problem.
    ---------------------------
    OK
    ---------------------------
    (you can copy the content of such popups with ctrl+c )

    -> fix by deleting 'mp4fpsmod.exe' from your Hybrid folder. (There is still a version in the 'dynamic' folder'
    Quote Quote  
  10. Member
    Join Date
    Jul 2014
    Location
    Spain
    Search Comp PM
    Originally Posted by Selur View Post
    @deadrats:
    i noticed that you didn't include the divx encoder, it's not included in the install directory.
    it should be in the dynamicX folder.

    this new version gives 2 error messages that prevent it from launching most of the time, one about qaac and one about msvcp120.dll
    What does the message of the msvcp120.dll error say exactly?

    @Wruckler: still waiting for an answer to my last question to you.
    My problem was solved by the deleting of qaac from the install directory. However, where is divx hevc? Where can I download the missing divx hevc file?
    Quote Quote  
  11. DivX265 should be located inside the 'dynamicX'-folder.
    It should not be missing.
    Quote Quote  
  12. Banned
    Join Date
    Feb 2013
    Search PM
    Can't use avisynth with hybrid, Win 7 64 bit
    Image Attached Files
    Quote Quote  
  13. Looking into the other thread your problem is that you installed another avisynth version.
    Quote Quote  
  14. Member
    Join Date
    Jan 2014
    Location
    Kazakhstan
    Search Comp PM
    When the program will begin accepting hevc.mkv files?
    Quote Quote  
  15. Fixed it a yesterday (totally forgot about it), but releasing a new version for just that is too much hassle, since it doesn't seem that important.
    -> next public release should support it
    Quote Quote  
  16. Member
    Join Date
    Jan 2014
    Location
    Kazakhstan
    Search Comp PM
    Unable to use the view information about the frame =(
    PreviewAvisynth not understand Cyrillic letters in the directory / path > H:\тест\divx.hevc
    Image Attached Files
    Quote Quote  
  17. Banned
    Join Date
    Feb 2013
    Search PM
    Thanks for trying to help --- donation on the way
    Quote Quote  
  18. @Graviator:

    Background info:
    Avisynth doesn't support Unicode file and path names, so to avoid feeding it with such names Hybrid does call the Windows API function GetShortPathName, which normally works fine.

    I tried to reproduce your problem by:

    First
    1. creating a folder names 'тест' on my a disk named 'h:\'
    2. copied a file to it
    3. started Hybrid
    4. opened the file
    5. checked the Avisynth script and the name was properly converted to ANSI:
      FFVideoSource("H:\FF6D~1\test.avi", ....
    6. checked the preview and it worked too
    then I did the same thing with a user account where the 'Language for non-Unicode programs' ('Control Panel->Region and Language->Administrative->Language for non-Unicode programs') was set to 'Russian', but the file name was also properly converted.

    -> create a debug 9 output of the 'Avisynth preview'-call generation by:
    • starting Hybrid
    • loading your source
    • setting an output file or a default output path
    • enabling debug output level 9
    • starting the avisynth preview
    may be this helps.
    It should at least contains some 'asking windows for short name for: X' infos and the result Windows offered '-> shortened: Y'.
    For me it looks like this:
    Code:
    shortFileName for: H:\тест\test.avi
     trying to shorten,..
      asking windows for short name for: H:\тест\test.avi
      -> shortened: H:\FF6D~1\test.avi
     -> shortened name: H:\FF6D~1\test.avi
    Cu Selur

    Ps.:@gonca: thanks for the donation
    PPs.: @Graviator: also try if it works if you use a longer Cyrillic name for the folder.
    Last edited by Selur; 8th Jul 2014 at 00:24.
    Quote Quote  
  19. Member
    Join Date
    Jan 2014
    Location
    Kazakhstan
    Search Comp PM
    -> create a debug 9 output of the 'Avisynth preview'-call generation by:
    report
    Image Attached Files
    Quote Quote  
  20. Code:
    shortFileName for: H:\тест\test (p).mov
    trying to shorten,..
     asking windows for short name for: H:\тест\test (p).mov
      -> shortened: H:\ТЕСТ\TEST(P~1.MOV
     -> shortened name: H:\ТЕСТ\TEST(P~1.MOV
    is the output produced on your system.

    What does 'Show current Avisynth script' show?
    Quote Quote  
  21. Member
    Join Date
    Jan 2014
    Location
    Kazakhstan
    Search Comp PM
    Click image for larger version

Name:	1.jpg
Views:	263
Size:	18.6 KB
ID:	26255
    Error
    Quote Quote  
  22. I asked: What does 'Show current Avisynth script' show?
    I did not ask about the errors that come when you call 'Avisynth preview'.

    Strange thing is, that for some unknown reason 'H:\тест\test (p).mov' and 'H:\ТЕСТ\TEST(P~1.MOV' are mixed, the debug output showed 'H:\тест\TEST(P~1.MOV', which normally shouldn't happen, so I'm trying to find the place where the processing is going wrong on your system.
    Quote Quote  
  23. Member
    Join Date
    Jan 2014
    Location
    Kazakhstan
    Search Comp PM
    this?
    Image Attached Files
    Quote Quote  
  24. No, the problem is that .avs contains:
    Code:
    "H:\าลัา\TEST(P~1.MOV"
    and the folder name is not made up of ANSI characters.
    So to know where the problem originates I want to know how the script looks before it get's saved to the hdd.
    -> see attachments
    Image Attached Thumbnails Click image for larger version

Name:	press.png
Views:	280
Size:	48.1 KB
ID:	26258  

    Click image for larger version

Name:	this is what I want.png
Views:	210
Size:	19.9 KB
ID:	26259  

    Quote Quote  
  25. Member
    Join Date
    Jan 2014
    Location
    Kazakhstan
    Search Comp PM
    now I see
    LoadCPlugin("C:\Program Files\Hybrid\avisynthPlugins\ffms2.dll")
    # loading source
    FFVideoSource("H:\ТЕСТ\TEST(P~1.MOV")
    # filtering
    return last
    Quote Quote  
  26. Okay, there the script is fine. ('ТЕСТ' is used instead of 'тест')
    -> will create a new version which will add some additional debug output to find where the processing goes wrong.
    (send you a PM)
    Last edited by Selur; 8th Jul 2014 at 07:19.
    Quote Quote  
  27. Member
    Join Date
    Jan 2014
    Location
    Kazakhstan
    Search Comp PM
    new version
    Image Attached Files
    Quote Quote  
  28. What language is selected under 'Control Panel->Region and Language->Administrative->Language for non-Unicode programs' on your system?
    Quote Quote  
  29. Member
    Join Date
    Jan 2014
    Location
    Kazakhstan
    Search Comp PM
    Russian (Russia)

    Click image for larger version

Name:	rus.jpg
Views:	243
Size:	36.3 KB
ID:	26263
    Quote Quote  



Similar Threads

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