This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Cut support - Issue with audio not being cut
#3
I did a 'blind-test' trying to reproduce the issue without really knowing what you did,..

What I did:
  1. create a 60 seconds avi(huffyuv/pcm file) using ffmpeg.
  2. Start Hybrid
  3. enable 'Config->Cut Support'
  4. load the 60secondsHuffHD.avi file into Hybrid
  5. set 'x264->Base->General Settings->Encoding mode' to 'constatn rate factor (1-pass)' and applied 'x264->base->Restriction Settings->Preset->ultrafast'
  6. set 'Base->Processing->Cut->start' to '00:00:10.000' and 'Base->Processing->Cut->end' to '00:00:50.000'
  7. set 'Base->Processing->Audio' to 'custom'
  8. enabled 'Audio->Base->Audio Encoding Options'
  9. set 'Audio->Base->Audio Encoding Options'
  10. pressed 'Audio->Base->Add current' (to add the audio settings to the audio queue)
  11. set an output file (test.mp4 under Base->Output file)
  12. pressed 'Base->Add to queue'
  13. disabled 'Jobs->queue->Minimize job command line' to look at the calls.
First the audio extraction call:
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"
properly set the cut times.
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" -
which also properly set the cut times.

-> 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.
Reply


Messages In This Thread
RE: Cut support - Issue with audio not being cut - by Selur - 05.04.2020, 07:58

Forum Jump:


Users browsing this thread: 2 Guest(s)