29.08.2017, 12:24
I have this problem that when i convert a video 30 min long the output file will not play when hybrid says job is done. no errors or warning video simply wint play.
I have tried a short 9 secong video with the same setting and everything is fine.
x264 --preset superfast --pass 1 --bitrate 17000 --profile high --level 4.2 --direct auto --qcomp 0.5 --aq-mode 0 --sar 1:1 --qpfile GENERATED_QP_FILE --non-deterministic --range tv --stats "C:\Users\bikealley\AppData\Local\Temp\test60.stats" --demuxer raw --input-depth 8 --input-res 1920x1080 --input-csp i420 --fps 60 --output NUL -
x264 --pass 2 --bitrate 17000 --profile high --level 4.2 --direct auto --qcomp 0.5 --no-mbtree --partitions i4x4,p8x8,b8x8 --no-fast-pskip --subme 5 --trellis 0 --weightp 1 --aq-mode 0 --vbv-maxrate 62500 --vbv-bufsize 78125 --sar 1:1 --qpfile GENERATED_QP_FILE --non-deterministic --range tv --colormatrix bt709 --stats "C:\Users\bikealley\AppData\Local\Temp\test60.stats" --demuxer raw --input-depth 8 --input-res 1920x1080 --input-csp i420 --fps 60 --output "C:\Users\bikealley\AppData\Local\Temp\test60.264" -
I have tried a short 9 secong video with the same setting and everything is fine.
x264 --preset superfast --pass 1 --bitrate 17000 --profile high --level 4.2 --direct auto --qcomp 0.5 --aq-mode 0 --sar 1:1 --qpfile GENERATED_QP_FILE --non-deterministic --range tv --stats "C:\Users\bikealley\AppData\Local\Temp\test60.stats" --demuxer raw --input-depth 8 --input-res 1920x1080 --input-csp i420 --fps 60 --output NUL -
x264 --pass 2 --bitrate 17000 --profile high --level 4.2 --direct auto --qcomp 0.5 --no-mbtree --partitions i4x4,p8x8,b8x8 --no-fast-pskip --subme 5 --trellis 0 --weightp 1 --aq-mode 0 --vbv-maxrate 62500 --vbv-bufsize 78125 --sar 1:1 --qpfile GENERATED_QP_FILE --non-deterministic --range tv --colormatrix bt709 --stats "C:\Users\bikealley\AppData\Local\Temp\test60.stats" --demuxer raw --input-depth 8 --input-res 1920x1080 --input-csp i420 --fps 60 --output "C:\Users\bikealley\AppData\Local\Temp\test60.264" -