#1  
05-08-2026, 11:12 PM
KirVHS KirVHS is offline
Free Member
 
Join Date: Mar 2026
Posts: 55
Thanked 5 Times in 5 Posts
I was thought because Hybrid has been using for MP4 files just a basic FFMPEG, and if i do this my digitizing will be much faster than basic h264

Here the settings
Code:
NVEnc --y4m -i - --fps 25.000 --codec h264 --profile high --level auto --sar 1:1 
--lookahead 16 --cbr 6600 --max-bitrate 800000 --gop-len 0 --ref 5 --bframes 3 
--direct auto --bref-mode auto --no-b-adapt --mv-precision Q-pel --cabac --deblock 
--preset default --colorrange limited --colormatrix smpte170m --colorrange limited 
--cuda-schedule sync --keyfile GENERATED_KEY_FILE --output 
"C:\Users\Griffin\AppData\Local\Temp\КудаПриводятМечты_new.264"
IGNORE RUSSIAN TITLE ITS FOR MY AUNT!
Code:
NVEnc --y4m -i - --fps 25.000 --codec h264_nvenc --profile high --level auto 
--sar 1:1 --lookahead 16 --cbr 6600 --max-bitrate 800000 --gop-len 0 --ref 5 --bframes 3 
--direct auto --bref-mode auto --no-b-adapt --mv-precision Q-pel --cabac --deblock 
--preset default --colorrange limited --colormatrix smpte170m --colorrange limited 
--cuda-schedule sync --keyfile GENERATED_KEY_FILE --output 
"C:\Users\Griffin\AppData\Local\Temp\КудаПриводятМечты_new.264"
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Ads / Sponsors
 
Join Date: ∞
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
05-09-2026, 04:44 AM
KirVHS KirVHS is offline
Free Member
 
Join Date: Mar 2026
Posts: 55
Thanked 5 Times in 5 Posts
I just saw if i disable any filtering and leave deinterlace i will get aournd 150 fps when with filters only around 30-20 fps
Reply With Quote
  #3  
05-10-2026, 07:06 AM
Selur Selur is offline
Free Member
 
Join Date: Feb 2022
Posts: 173
Thanked 48 Times in 42 Posts
You are mixing:
NVEnC: https://github.com/rigaya/NVEnc/blob..._Options.en.md
and
FFMpeg: https://ffmpeg.org/ffmpeg-all.html
FFMpeg with h264_nvenc is basically the same as using NVEncC.

on Windows: Hybrid does not use FFmpeg for H.264 encoding
When using NVEncC which is hardware supported encoding, the fastest option is to:
  • using NVEncC with Hardware->Only use encoder, downside is, this only works if your source can be decoded by the NVDec decoder chip. Here Everything is done by the vpu.
  • next thing that is potentially faster than the next, is enabling NVEnc->Misc->Misc->DirectSythLoading, here NVEncCs own script decoder is used. Download is, that sometimes it's faster, sometimes it is not.
  • next thing is simply using the default, where decoding and filtering is done by something else and NVEncC is fed with raw video.

Cu Selur
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Avidemux vs. Hybrid vs. AviSynth for encoding/deinterlacing? damianiscool Encode, Convert for streaming 3 02-11-2025 08:02 PM
Audio desync in Hybrid encoding with ffmpeg? oddmykyta Restore, Filter, Improve Quality 10 01-13-2025 07:46 AM
Best encoding settings for DVD Decrypter to Hybrid? PizzaTime Encode, Convert for streaming 0 11-30-2023 07:45 PM
Encoding animation VHS captures with Hybrid EmielBoss Restore, Filter, Improve Quality 0 07-02-2021 07:44 AM

Thread Tools Search this Thread
Search this Thread:

Advanced Search



 
All times are GMT -5. The time now is 11:59 AM