19.02.2021, 19:13
Quote:My workflow that gives me a problem:Okay, that is wrong.
Starting Hybrid, loading video file, changing all Filtering settings, X264 settings, going back to X264/Base/Restriction Setting, changing Preset from None to Medium, pressing corresponding arrow/applying medium. Go to Configuration, Configuration Save, saving under new name. Going to Config/Global Profile, press +, saving Global profile under new name. Closing/restarting Hybrid, going to X264 under Configuration choosing last saved configuration profile, applying, pressing Medium, pressing arrow/applying. Going to Config/Global Profile, applying profile. Loading video file. Going back to X264 to check Frames settings, they all changed. Need to set them again.
If you want to use a global profile with 'medium' preset, you would:
- Start Hybrid
- Appliy medium preset (set 'x264->Base->Restriction Settings->Preset' to 'medium' , press 'x264->Base->Restriction Settings->Preset->Apply Preset')
Command line changed to:
x264 --preset veryfast --pass 1 --bitrate 1500 --profile high --level 4.1 --sync-lookahead 24 --rc-lookahead 40 --qpmax 51 --weightp 2 --sar 1:1 --qpfile GENERATED_QP_FILE --non-deterministic --stats "PATH TO THE .stats FILE" --demuxer raw --input-res 48x48 --input-csp i420 --input-range tv --input-depth 8 --fps 25/1 --output-depth 8 --output NUL -
x264 --pass 2 --bitrate 1500 --profile high --level 4.1 --sync-lookahead 24 --qpmax 51 --vbv-maxrate 62500 --vbv-bufsize 78125 --sar 1:1 --qpfile GENERATED_QP_FILE --non-deterministic --stats "PATH TO THE .stats FILE" --demuxer raw --input-res 48x48 --input-csp i420 --input-range tv --input-depth 8 --fps 25/1 --output-depth 8 --output OUTPUTFILE - Save a Globla Profile (Config->Profiles->Global profile->Save global profile)
After that you can:
- start Hybrid
- Apply the global global profile (select the profile under 'Config->Profiles->Global profile->Name' and apply the profile 'Config->Profiles->Global profile->Apply global profile')
This way all the setting that were saved in the profile are loaded and x264 settings are again:
x264 --preset veryfast --pass 1 --bitrate 1500 --profile high --level 4.1 --sync-lookahead 24 --rc-lookahead 40 --qpmax 51 --weightp 2 --sar 1:1 --qpfile GENERATED_QP_FILE --non-deterministic --stats "PATH TO THE .stats FILE" --demuxer raw --input-res 48x48 --input-csp i420 --input-range tv --input-depth 8 --fps 25/1 --output-depth 8 --output NUL -
x264 --pass 2 --bitrate 1500 --profile high --level 4.1 --sync-lookahead 24 --qpmax 51 --vbv-maxrate 62500 --vbv-bufsize 78125 --sar 1:1 --qpfile GENERATED_QP_FILE --non-deterministic --stats "PATH TO THE .stats FILE" --demuxer raw --input-res 48x48 --input-csp i420 --input-range tv --input-depth 8 --fps 25/1 --output-depth 8 --output OUTPUTFILE
My guess is that you simply might want to enable 'Config->Profiles->Auto save', this way Hybrid will remember all the settings your did before closing Hybrid and restart with those settings.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.