05.04.2020, 07:58
I did a 'blind-test' trying to reproduce the issue without really knowing what you did,..
What I did:
properly set the cut times.
then the video encoding call:
which also properly set the cut times.
-> Without detailed information what you are doing I can't reproduce the issue.
Cu Selur
What I did:
- create a 60 seconds avi(huffyuv/pcm file) using ffmpeg.
- Start Hybrid
- enable 'Config->Cut Support'
- load the 60secondsHuffHD.avi file into Hybrid
- set 'x264->Base->General Settings->Encoding mode' to 'constatn rate factor (1-pass)' and applied 'x264->base->Restriction Settings->Preset->ultrafast'
- set 'Base->Processing->Cut->start' to '00:00:10.000' and 'Base->Processing->Cut->end' to '00:00:50.000'
- set 'Base->Processing->Audio' to 'custom'
- enabled 'Audio->Base->Audio Encoding Options'
- set 'Audio->Base->Audio Encoding Options'
- pressed 'Audio->Base->Add current' (to add the audio settings to the audio queue)
- set an output file (test.mp4 under Base->Output file)
- pressed 'Base->Add to queue'
- disabled 'Jobs->queue->Minimize job command line' to look at the calls.
ffmpeg -y -threads 8 -i "E:\Test\60secondsHuffHD.avi" -map 0:1 -vn -sn -ss 00:00:10.000 -t 00:00:40.000 -ac 6 -ar 48000 -acodec pcm_s16le -f wav -map_metadata -1 -metadata encoding_tool="Hybrid 2020.04.04.1" "E:\Temp\iId_2_aid_0_DELAY_-53ms_07_53_04_9410_01.wav"
then the video encoding call:
ffmpeg -y -loglevel fatal -noautorotate -nostdin -threads 8 -i "E:\test\60secondsHuffHD.avi" -map 0:0 -an -sn -ss 00:00:10.000 -t 00:00:40.000 -vf zscale=rangein=tv:range=tv -pix_fmt yuv420p -vsync 0 -f rawvideo - | x264 --preset ultrafast --crf 18.00 --profile high --level 4.1 --scenecut 0 --sync-lookahead 24 --vbv-maxrate 62500 --vbv-bufsize 78125 --sar 1:1 --non-deterministic --range tv --colormatrix bt709 --demuxer raw --input-res 1920x1080 --input-csp i420 --input-range tv --input-depth 8 --fps 24000/1001 --output-depth 8 --output "E:\Temp\07_53_04_9410_04.264" -
-> Without detailed information what you are doing I can't reproduce the issue.
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.