In den Encoder-Tabs sieht man die wesentlichen Befehle die Hybrid für den Encoder verwendet, z.B.:
Wenn Du einen Job erstellst, kannst Du im 'Jobs->Queue'-Tab auch 'Minimize job command lines' deaktivieren und die Befehle der Subjobs sehen, z.B.:
Hybrid nutzt nur für ein paar wenige Encoder ffmpeg zum Encoden, i.d.R. wird ein Decoder (das kann auch ffmpeg sein) verwendet und dessen Ausgabe in einen Encoder gepiped.
Cu Selur
x264 --preset fast --pass 1 --bitrate 1500 --profile high --level 5.1 --ref 1 --direct auto --b-adapt 0 --rc-lookahead 40 --sync-lookahead 11 --qcomp 0.50 --qpmax 51 --partitions none --no-8x8dct --me dia --subme 2 --trellis 0 --aq-mode 0 --sar 1:1 --qpfile GENERATED_QP_FILE --non-deterministic --range tv --stats "J:\tmp\test.stats" --demuxer raw --input-res 640x352 --input-csp i420 --input-range tv --input-depth 8 --fps 25/1 --output-depth 8 --output NUL -
ffmpeg -y -loglevel fatal -noautorotate -nostdin -threads 8 -i "G:\TestClips&Co\files\test.avi" -map 0:0 -an -sn -pix_fmt yuv420p -fps_mode passthrough -f rawvideo - | x264 --preset fast --pass 1 --bitrate 1500 --profile high --level 5.1 --ref 1 --direct auto --b-adapt 0 --rc-lookahead 40 --sync-lookahead 11 --qcomp 0.50 --qpmax 51 --partitions none --no-8x8dct --me dia --subme 2 --trellis 0 --aq-mode 0 --sar 1:1 --non-deterministic --range tv --stats "J:\tmp\2025-04-10@15_02_49_4110\test_1_2025-04-10@15_02_49_4110_01.stats" --demuxer raw --input-res 640x352 --input-csp i420 --input-range tv --input-depth 8 --fps 25/1 --output-depth 8 --output NUL -
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.