VideoHelp Forum
+ Reply to Thread
Results 1 to 4 of 4
Thread
  1. I'm trying to interpolate some frames using Hybrid with this tutorial. I'm on a Mac and everything looks a bit different so I don't use the exact same settings. In any case, the configuration string always includes "--fade-compensate 0" which throws an error when I start the job. Any ideas why this might be the case?

    This is the configuration:

    x264 --preset veryfast --pass 1 --bitrate 5000 --profile high444 --level 5.2 --sync-lookahead 1 --fade-compensate 0 --pic-struct --sar 1:1 --qpfile GENERATED_QP_FILE --non-deterministic --stats "/private/var/folders/qb/03xt5xdd6lq64qrkc9_q6xg00000gn/T/my_movie_interp1.stats" --demuxer raw --input-res 3840x2160 --input-csp i420 --input-range tv --input-depth 10 --fps 60/1 --output-depth 10 --output NUL -

    x264 --preset veryfast --pass 2 --bitrate 5000 --profile high444 --level 5.2 --sync-lookahead 1 --fade-compensate 0 --vbv-maxrate 720000 --vbv-bufsize 720000 --pic-struct --sar 1:1 --qpfile GENERATED_QP_FILE --non-deterministic --colormatrix bt709 --stats "/private/var/folders/qb/03xt5xdd6lq64qrkc9_q6xg00000gn/T/my_movie_interp1.stats" --demuxer raw --input-res 3840x2160 --input-csp i420 --input-range tv --input-depth 10 --fps 60/1 --output-depth 10 --output "/private/var/folders/qb/03xt5xdd6lq64qrkc9_q6xg00000gn/T/my_movie_interp1.264" -

    I should also add that I'm using a Mac with Apple Silicon.
    Quote Quote  
  2. That error indicates that the x264 binary that you are using (or the one that is bundled with hybrid) has not been compiled with the fade-compensate patch. You can try updating the binary to one that has it, or changing the commandline (just remove --fade-compensate 0 from both passes, "0" means you're not using it anyways)

    I think selur no longer supports Mac platform for hybrid
    Quote Quote  
  3. Thank you! Are you familiar with hybrid? I don't see a way to change the command line options from within the program.

    If there's no way, how would you go about running my frame interpolation?
    Quote Quote  
  4. I don't use hybrid, but there should be a way to edit the commandline passed
    Quote Quote  



Similar Threads

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