VideoHelp Forum




+ Reply to Thread
Page 49 of 79
FirstFirst ... 39 47 48 49 50 51 59 ... LastLast
Results 1,441 to 1,470 of 2343
  1. Member
    Join Date
    Aug 2008
    Location
    at 3rd region
    Search PM
    Originally Posted by Selur View Post
    Yes, I send you a message on how to fix the link.
    -> send you a new link to my latest dev version compiled for WinXP
    Great.. I use 2014.11.21.1 now, and everything worked like a charm!..

    Brilliant work Selur. Thank you very much for your fine accomplishment! Job extremely well done and very much appreciated!
    Leo99
    Quote Quote  
  2. Are there any plans to add support for http://f265.org/ or is it too early yet? I noticed you support Kvazaar and they seem to be at about the same development state.
    Quote Quote  
  3. Thought about it, but atm. I'm not really motivated to do it since:
    • they prefer to do most of the configuration through a singe long string (see: http://f265.org/browse/f265/plain/doc/params.txt?h=develop) which is a hassle if you want to show the settings to users in a gui. Reason behind this is that they prefer to keep the cli only options (those are available through -optionname) and the encoder/codec library settings (those are the -p longString settings) separated. (http://www.f265.org/bugs/ticket/30)
    • Also params.txt lists a lot of options which are unimplemented, which really is confusing. And the whole naming schemes seem to be not finished (so implementing this an then renaming once they change their naming scheme seems to be a bother).
    • The main reason why I dropped implementing support for it (wrote some code for it already) was that I checked the development branch ( "git clone http://f265.org/repos/f265/ -b develop") and the stable branch ("git clone http://f265.org/repos/f265/") and the last commit was 23. September 2014 which led me to the assumption that the development of f265 has stopped.
      Which is probably the case since the original maintainer (Laurent Brits) changed (to Daniel Giguere), see: http://www.mail-archive.com/user@f265.org/msg00013.html .
    -> from what I can see the f265 development seems to be inactive (for 2 1/2 month) and thus I suspended the idea of adding support for it to first see if it is still under development or not.

    Cu Selur
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  4. Member
    Join Date
    Jan 2014
    Location
    Kazakhstan
    Search Comp PM
    Impossible to encode through new Hybrid builds. Noticed that does not reach indexing FFvideo
    Image Attached Files
    Quote Quote  
  5. FFVideo isn't indexing, since ffVideo isn't used.
    Encoding call is:
    Code:
    "C:\PROGRA~1\Hybrid\mencoder_64.exe" -lavdopts threads=1 -really-quiet -of rawvideo -o - -ovc raw -demuxer mov -noskip -vf scale,format=422p,scale,format=i420 -forcedsubsonly -nosub -nosound -mc 0 "C:\Users\GRAVIT~1\PARK_J~1.MOV" | "C:\PROGRA~1\Hybrid\x265.exe" --preset ultrafast --pmode --input - --input-res 1920x1088 --fps 50 --no-high-tier --no-open-gop --bitrate 1500 --colormatrix bt470bg --output "G:\TEMP\test_18_21_50_6410_01.265"
    -> Seems like mencoder can't properly decode your mov.
    No clue why your pro res content can't be handled by mencoder.
    Tested different ProRes content from here and had no problem.
    Using the 'same' (adjusted paths and used one of my sources) call you did:
    Code:
    "g:\Hybrid\mencoder_64.exe" -lavdopts threads=1 -really-quiet -of rawvideo -o - -ovc raw -demuxer mov -noskip -vf scale,format=422p,scale,format=i420 -forcedsubsonly -nosub -nosound -mc 0 "F:\TestClips&Co\ProRes\prores422_hq_23.98.mov" | "G:\Hybrid\x265.exe" --preset ultrafast --pmode --input - --input-res 1920x1088 --fps 50 --no-high-tier --no-open-gop --bitrate 1500 --colormatrix bt470bg --output "H:\Temp\test_18_21_50_6410_01.265"
    encoding works fine here.
    Last edited by Selur; 25th Dec 2014 at 07:34.
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  6. Member
    Join Date
    Jan 2014
    Location
    Kazakhstan
    Search Comp PM
    Old normally passes. How to force through FF?
    Image Attached Files
    Quote Quote  
  7. This time FFVideoSource was used since you used Filtering->Avisynth->Color->ColorMatrix.
    Can you post a short sample of your mov file? (since mine are properly decoded using mencoder)
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  8. Member
    Join Date
    Jan 2014
    Location
    Kazakhstan
    Search Comp PM
    Replaced the container through the Hybrid in *.mkv - now encoded. Check out this > Park Joy (mega.co.nz).
    Quote Quote  
  9. will look later at it
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  10. Member
    Join Date
    Jan 2014
    Location
    Kazakhstan
    Search Comp PM
    Fails repackaging.
    I can give a sample via torrent
    Image Attached Files
    Quote Quote  
  11. Code:
    tsMuxeR "G:\TEMP\Astra Ultra HD Demo_19_54_32_6910_02.meta" "G:\TEMP"
    with:
    Code:
    MUXOPT --no-pcr-on-video-pid --new-audio-pes --demux --vbr --vbv-len=500
    V_MPEGH/ISO/HEVC, "X:\test\Astra Ultra HD Demo.ts", fps=50, track=210
    inside the meta file should extract the video stream to a file named: " G:\TEMP\Astra Ultra HD Demo.track_210.265"
    But according to the log, the file wasn't created.
    So for some reason tsMuxeR doesn't seem to like the file.

    -> What happens if you call:
    Code:
    tsMuxeR "G:\TEMP\Astra Ultra HD Demo_19_54_32_6910_02.meta" "G:\TEMP"
    does tsMuxeR produce an error?

    I can give a sample via torrent
    don't use torrent

    Cu Selur

    Ps.: as a workaround you can try if it helps to enable: "Config->Input->Extraction->Stream extraction with ffmpeg"
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  12. About the parkjoy mov, seems like current '-demuxer mov' of mencoder doesn't like the mov.
    If complains about:
    Code:
    MOV: missing header (moov/cmov) chunk! Maybe broken file...
    using the default lav demuxer, extraction/decoding works. (will adjust Hybrid to not use '-demuxer mov')
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  13. Member
    Join Date
    Jan 2014
    Location
    Kazakhstan
    Search Comp PM
    Originally Posted by Selur
    What happens if you call
    Network Optix tsMuxeR. Version 2.6.12. www.networkoptix.com
    HEVC stream doesn't contain fps field. Muxing fps=50
    0.0% complete
    B-pyramid level 2 detected. Shift DTS to 3 frames
    97.7% complete
    Processed 36157 video frames
    100.0% complete
    Flushing write buffer
    Demux complete.
    Demuxing time: 5 sec


    Originally Posted by Selur
    Ps.: as a workaround you can try if it helps to enable: "Config->Input->Extraction->Stream extraction with ffmpeg
    did not help
    Quote Quote  
  14. Did tsMuxeR create a file named "G:\TEMP\Astra Ultra HD Demo.track_210.265" ?

    If neither tsMuxeR nor ffmpeg can handle the stream, Hybrid can't handle the stream.
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  15. Member
    Join Date
    Jan 2014
    Location
    Kazakhstan
    Search Comp PM
    Originally Posted by Selur View Post
    Did tsMuxeR create a file named "G:\TEMP\Astra Ultra HD Demo.track_210.265" ?
    Appears such file.
    Although this file "G:\TEMP\Astra Ultra HD Demo.track_210.265" is without problems could chase through mkvmerge

    I do not see where it is stored in the demo video > http://www.astra.de/18049106/ultra-hd
    Quote Quote  
  16. Strange thing is that according to the log, tsmuxer didn't create the file when called through Hybrid.
    Although this file is created without problems could chase through mkvmerge
    -> not sure if this means the stream is or mkvmerge is broken
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  17. Member
    Join Date
    Jan 2014
    Location
    Kazakhstan
    Search Comp PM
    Starting Main@23:14:41.840:
    "C:\PROGRA~1\Hybrid\tsMuxeR.exe" "G:\TEMP\Astra Ultra HD Demo_23_14_38_6210_02.meta" "G:\TEMP"
    finished after 00:00:05.128
    -> 23_14_38_6210_03_video crashed:ERROR: G:\TEMP\Astra Ultra HD Demo.track_210.265 was not created!
    Job 23_14_38_6210 finished!

    One moment > G:\TEMP\Astra Ultra HD Demo.track_210.hevc - another extension
    Quote Quote  
  18. Ah okay, that explains the problem.
    -> will look into it
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  19. Hi
    Im a newbie on filtering topic
    I just wanna know how to lighten up my video when I encode it with Hybrid ?
    Quote Quote  
  20. Sorry, I don't know what 'lighten up' means. :/
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  21. Member
    Join Date
    Jan 2014
    Location
    Kazakhstan
    Search Comp PM
    Originally Posted by litoo View Post
    Hi
    Im a newbie on filtering topic
    I just wanna know how to lighten up my video when I encode it with Hybrid ?
    Hi!
    Filtering > Filtering: Color adjustments
    Quote Quote  
  22. Filtering->Avisynth->Color also offers multiple filters to change the color, problem is I'm unsure what 'lighten up' means. (brightness/gamma change? Or something totally different, may be another ColorMatrix needs to be used,...)
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  23. Originally Posted by Selur View Post
    Filtering->Avisynth->Color also offers multiple filters to change the color, problem is I'm unsure what 'lighten up' means. (brightness/gamma change? Or something totally different, may be another ColorMatrix needs to be used,...)
    sry for my bad english !
    I mean I have a video that is dark I want to make it brighten more...
    so I should play brightness in avisynth ?
    Is there sth else ?
    Quote Quote  
  24. Assuming the Original is to dark, you can use on of these options:
    • Filtering->Filtering->Color adjustments (Brightness and or Gamma)
    • Filtering->Avisynth->Color->Levels (Gamma)
    • Filtering->Avisynth->Color->Tweak (Bright + Saturation)
    • Filtering->Avisynth->Color->HDR AGC (more complicated to use but gives more control)
    personally I would probably use Tweak on Windows and Color adjustments on Linux&Mac (unless Avisynth is used there too)
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  25. Hi, I found a bug in your app, basically the jobs I would add to the queue would crash seemingly at random, this happens with both x265 and x264. I tested with numerous combinations and after much investigating I was able to track it down for you. Look at this command line call:

    Starting Main@18:44:38.801:
    "C:\PROGRA~1\Hybrid\x264.exe" --preset ultrafast --tune fastdecode --tune psrn --bitrate 12000 --profile high --level 4.1 --keyint 60 --ratetol 2 --vbv-maxrate 12000 --vbv-bufsize 78125 --psnr --ssim --non-deterministic --colormatrix bt709 --input-csp i420 --fps 30000/1001 --input-res 1920x1080 --output
    x264 [error]: invalid tune 'psrn'

    Now I purposely deleted the name of the file but as you can see there is a typo when you call x264, it's psnr not psrn and so it causes a crash. More importantly, I explicitly did not use tune psnr, I have no idea where that comes from and when I try to specifically set tune none the command line doesn't change.

    Thanks.

    Found that x265 encoding also fails with a message from x265 "unknown hevc encoder".

    BTW, how do you use the -psnr and -ssim options? In other words, these options supposedly calculate the psnr and ssim values or difference between the source and the output but where are these values recorded?

    Also, what was the last version of Hybrid that supported the CUDA encoder?
    Last edited by sophisticles; 3rd Jan 2015 at 21:25.
    Quote Quote  
  26. Thanks for reporting.
    • Fixed the psnr <> psrn typo in x264.
    • Hybrid will automatically shorten the command line using '-tune x' as long as "x264->Misc->Main->Adjustments->Minimize command line" ("x265->Misc->Internals->Minimize command line") is enabled and the options used are covered by the '-tune x'.

    BTW, how do you use the -psnr and -ssim options? In other words, these options supposedly calculate the psnr and ssim values or difference between the source and the output but where are these values recorded?
    Both x264&x265 offer these options and output the values to the standard output, so in Hybrid you can see them in the normal log.

    x264 will output something like:
    Code:
    x264 [info]: SSIM Mean Y:0.9945355 (22.625db)
    for SSIM and
    Code:
    x264 [info]: PSNR Mean Y:51.252 U:54.425 V:55.638 Avg:52.174 Global:52.056 kb/s:1490.94
    for PSNR and Hybrid will show it inside the log.
    Similar output should be available when using x265, but I just spotted a bug, where which caused Hybrid to swallow the '--psnr' part.
    -> fixed (disabling the 'minimize command line'-option should work as a workaround)

    Also, what was the last version of Hybrid that supported the CUDA encoder?
    Latest Version does, when:
    • told to "*hidden* Hybrid options,...->enable support for old (nvcuenc) cuda encoder"
    • you also need to copy the 32bit or 64bit nvcuenc.dll matching your system next to the Cuda.exe

    Cu Selur

    Ps.: can send you a fixed version if you tell me the OS you are using.
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  27. Originally Posted by Selur View Post
    Ps.: can send you a fixed version if you tell me the OS you are using.
    Win 7 SP1 64bit. And thanks.
    Quote Quote  
  28. Will send you a link in a few minutes via PM.
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  29. Thanks, but both the CUDA encoder and x265 crash, x265 gives this error message:

    x265 [info]: HEVC encoder version unknown
    x265 [info]: build info [Windows][GCC 4.9.2][64 bit] 8bpp

    Gives this error message for both "minimize command line" and not.

    CUDA gives this message:

    -> 00_14_13_1410_04_video crashed:main send out an error: QProcess::Crashed
    finished after 00:00:00.025 with exitCode -1073741701
    -> 00_14_13_1410_04_video crashed:Crash: 1

    And x264 seems to be working properly.

    Thanks.
    Quote Quote  
  30. Thanks, but both the CUDA encoder and x265 crash
    Using what settings?

    x265 [info]: HEVC encoder version unknown
    x265 [info]: build info [Windows][GCC 4.9.2][64 bit] 8bpp
    That's an info not an error,..
    x265 worked for me fine with:
    1. PSNR enabled, SSIM disabled
    2. PSNR disabled, SSIM enabled
    3. PSNR enabled, SSIM enabled
    4. PSNR disabled, SSIM disabled
    -> can't reproduce the probem here

    CUDA gives this message:
    Cuda encoder works fine here.
    -> can't reproduce the probem here

    Did you copy the 64bit version of the nvcuvenc.dll next to the Cuda.exe?
    a. Call Cuda.exe from a command prompt to check if it's working. (should output the general help)
    b. clear your tool cache (Config->Tools->Clear ...)

    => Create a two separate debug output files for each of your problems.
    see: http://www.selur.de/support

    Cu Selur
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  



Similar Threads

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