VideoHelp Forum




+ Reply to Thread
Page 35 of 79
FirstFirst ... 25 33 34 35 36 37 45 ... LastLast
Results 1,021 to 1,050 of 2356
  1. help me this one
    Click image for larger version

Name:	Screenshot from 2014-06-13 12:25:47.png
Views:	293
Size:	120.6 KB
ID:	25709
    Quote Quote  
  2. @dicto: looking at the output it seems like you are on a linux system and you did not install all the tools Hybrid uses, http://forum.selur.de/topic124-info-hybriddependencies-for-ubuntu.html might provide some general hints (sadly most of the links there are outdated).

    There is next to no installer/packages or similar for Hybrid on Linux (aside from the Arch Linux package (maintained by hobarrera)), since I lack the time and nobody else cares enough to create packages/installers.
    Quote Quote  
  3. Member
    Join Date
    Jan 2014
    Location
    Kazakhstan
    Search Comp PM
    Where this script insert for marking frames when encoding?
    Quote Quote  
  4. Assuming avisynth is used during encoding, same position should be fine, if not there probably is a bug.
    Custom content on it's own doesn't enforce Avisynth usage atm. (this will change with the next release), so you might have to enforce the use of Avisynth if you don't use any other filters.
    Quote Quote  
  5. Originally Posted by Selur View Post
    @dicto: looking at the output it seems like you are on a linux system and you did not install all the tools Hybrid uses, http://forum.selur.de/topic124-info-hybriddependencies-for-ubuntu.html might provide some general hints (sadly most of the links there are outdated).

    There is next to no installer/packages or similar for Hybrid on Linux (aside from the Arch Linux package (maintained by hobarrera)), since I lack the time and nobody else cares enough to create packages/installers.
    funnily, i didn't even get that error in the previous version, which means there's something wrong with your software...
    oh anyway, when i deleted .Hybrid files, i got that error.
    Quote Quote  
  6. You might be right, but sadly you did not care enough to provide enough infos to reproduce the problem.

    I just tried the latest release (2014.06.08.1) on my typical linux test systems:
    - Ubuntu 64bit 10.04 (using Qt 4.6)
    - Ubuntu 64bit 12.04 (using Qt 4.8)
    - Kubuntu 64bit 14.04 (using Qt 5.2.1)
    - Ubuntu 10.04 32bit (using Qt 4.6)
    - Ubuntu 12.10 32bit (using Qt 4.8)
    - Ubuntu 14.04 32bit (using Qt 5.2.1)
    and none showed the error popup you made a screenshot of

    -> will guess without further information:
    Try if deleting the default settings folder: '/home/USERNAME/.hybrid/' as the problem might be related to some old defaults
    Quote Quote  
  7. i'll try redownload mediainfo then..
    Quote Quote  
  8. I doubt that, that will change anything, but by no means if it pleases you, do as you wish.
    Quote Quote  
  9. ummm....what?

    1. extract previous version (140428) to home folder
    1a. delete .Hybrid folder on home folder
    2. run it through terminal
    3. error->because Hybrid detected my x265 folder on home folder as a program
    4. fine then, rename it...
    5. move Hybrid's previous files to document folder
    6. try to run the recent one with terminal
    7. it's running now
    8. "what?"

    oh anyway, when i checked the .Hybrid folder, i realised that the recent version didn't make toolinfos.xml when that error happened.
    so, i deleted .Hybrid folder and use previous version to make .Hybrid folders...

    lol, found the answer by myself... ~_~
    Quote Quote  
  10. 1. extract previous version (140428) to home folder
    -> update to latest version, I always only provide support for the latest version
    (the mis-detection of folders as programs should be fixed with the current version)
    Quote Quote  
  11. Member
    Join Date
    Jan 2014
    Location
    Kazakhstan
    Search Comp PM
    I accidentally happened that marking frames in the video coding. Now do not know how this is achieved ...
    Image Attached Files
    Last edited by Gravitator; 13th Jun 2014 at 03:25.
    Quote Quote  
  12. Member
    Join Date
    Jan 2014
    Location
    Kazakhstan
    Search Comp PM
    Still need to record a frame structure (I / P / B) - useful for testing
    Quote Quote  
  13. Lazy today ?
    -> First hit when searching for 'timecode avisynth' on google is: http://avisynth.org.ru/docs/english/corefilters/showframes.htm
    • read the documentation of ShowSMPTE
    • compare the documentation of ShowSMPTE to the documentation of ShowFrameNumber
    • look on how I used ShowFrameNumber
    • create your own ShowSMPTE accoding to those findings
    • add your ShowSMPTE call to Hybrid like you did with the ShowFrameNumber call
    • check the Avisynth Preview to see if everything worked like you wanted
    Quote Quote  
  14. Still need to record a frame structure (I / P / B) - useful for testing
    There are no P/B frames in raw uncompressed video (all frames are I-frames), so where should that information come from?

    -> You might want to fresh up your basic understanding of video processing.
    Quote Quote  
  15. Originally Posted by Selur View Post
    1. extract previous version (140428) to home folder
    -> update to latest version, I always only provide support for the latest version
    (the mis-detection of folders as programs should be fixed with the current version)
    ....?
    i have to do that to make previous version make a full directory of .hybrid folder, which is the recent version didn't make toolinfos.xml on .hybrid folder.
    Quote Quote  
  16. @dicto: I give up, there seems to be some basic misunderstanding between us two, but from the sound of it you figured out a way to make Hybrid work with your system, so I'm happy for you.
    Quote Quote  
  17. Member
    Join Date
    Jan 2014
    Location
    Kazakhstan
    Search Comp PM
    Originally Posted by Selur View Post
    Still need to record a frame structure (I / P / B) - useful for testing
    There are no P/B frames in raw uncompressed video (all frames are I-frames), so where should that information come from?

    -> You might want to fresh up your basic understanding of video processing.
    HEVC test
    Quote Quote  
  18. Does that mean your source isn't y4m but HEVC content?
    Quote Quote  
  19. Member
    Join Date
    Jan 2014
    Location
    Kazakhstan
    Search Comp PM
    HEVC; to make it easier compare different encoders.
    Quote Quote  
  20. Sorry, but I'm unclear if that is a general statement or if that is somehow intended as an answer to my question.
    --
    Opening HEVC content in Hybrid and using 'Info' in avsViewer works fine here.
    There are no different frame types in raw video (like y4m) -> so there is nothing to show.
    Quote Quote  
  21. Member
    Join Date
    Jan 2014
    Location
    Kazakhstan
    Search Comp PM
    You probably missed my question "Where this script insert for marking frames when encoding?"#1023 - Ask how you can mark frames when encoding (the example of the video) #1031- just do not know how I got it.
    Quote Quote  
  22. You probably missed my question "Where this script insert for marking frames when encoding?"#1023
    Seems like you didn't understand my answer. (#1024)

    Ask how you can mark frames when encoding (the example of the video) #1031- just do not know how I got it.
    I discribed how to do it in post #1017. (+ like I mentioned in #1024 you need to make sure avisynth is used, by now you should know how to do that)
    Quote Quote  
  23. Member
    Join Date
    Jan 2014
    Location
    Kazakhstan
    Search Comp PM
    It was a bug associated with 'in_magic.avi' (without the included avisynth filter ; perhaps view script avs this made), then replaced on the 'in_prores.mov' - not repeat (surprised). End of discussion
    Quote Quote  
  24. Banned
    Join Date
    Nov 2005
    Location
    United States
    Search Comp PM
    @Selur:

    you seem to have left off the option for the QS encoder where you actually set the bit rate and i don't see the option for the QS de-interlacer.
    Quote Quote  
  25. Deinterlacer Option is available where the other deinterlacers are (assuming QSVEnc is selected as Encoder).
    On the road atm. will look at the option for bitrate later,.. should be there, but may be I mixed something up during the model<>ui connecting phase.
    -> just checked remotely, something went wrong when merging the source branches :/
    Last edited by Selur; 13th Jun 2014 at 11:17.
    Quote Quote  
  26. Member KaddirB's Avatar
    Join Date
    Apr 2014
    Location
    Planet Earth
    Search PM
    Wow.. the new version already came out was there something wrong with the previous encoder?
    Quote Quote  
  27. There's always a changelog, btw. I'll probably release another windows version in a few hours since QSVEnc was sadly broken. :/
    Quote Quote  
  28. Member KaddirB's Avatar
    Join Date
    Apr 2014
    Location
    Planet Earth
    Search PM
    I see so fixing stuff with new versions i understand and sorry i diden't see the changelog before now i know.
    Quote Quote  
  29. Yup, normally there are three main reasons for new releases:

    a. a bunch of bugs or one I deam important was reported and fixed
    b. a bunch of tools were updated and therefore a new Hybrid version which addresses the changes to those tools is needed
    c. I added some stuff

    Cu Selur
    Quote Quote  
  30. Member KaddirB's Avatar
    Join Date
    Apr 2014
    Location
    Planet Earth
    Search PM
    alright than cool keep it up i diden't have any problems so far still it's always nice to fix stuff for new version, before you're encoding crashes interupts etc.. you know when i encode there is Always! something that keeps me from completing it crash interupt bug whatever the case and than i don't know what caused it wich sucks but it cannot be helped i still apreciate the freeware / fixes man for whatever the fix may be it can always come in handy.
    Quote Quote  



Similar Threads

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