The following warnings occurred:
Warning [2] Undefined array key 1 - Line: 313 - File: inc/plugins/google_seo/redirect.php PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/google_seo/redirect.php 313 errorHandler->error_callback
/inc/class_plugins.php 142 google_seo_redirect_hook
/global.php 100 pluginSystem->run_hooks
/showthread.php 28 require_once
Warning [2] Undefined array key 1 - Line: 314 - File: inc/plugins/google_seo/redirect.php PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/google_seo/redirect.php 314 errorHandler->error_callback
/inc/class_plugins.php 142 google_seo_redirect_hook
/global.php 100 pluginSystem->run_hooks
/showthread.php 28 require_once
Warning [2] Undefined array key "" - Line: 327 - File: inc/plugins/google_seo/redirect.php PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/google_seo/redirect.php 327 errorHandler->error_callback
/inc/class_plugins.php 142 google_seo_redirect_hook
/global.php 100 pluginSystem->run_hooks
/showthread.php 28 require_once



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.

[HELP] FFMPEG Help - x265 HDR HLG Encoding from MXF
#3
Thanks a lot! I think I got it. Heart

ffmpeg -ss 4 -i "input.mxf" -ss 4.08 -i "input.mxf" -max_muxing_queue_size 1024 -c:v libx265 -pix_fmt yuv420p10le -x265-params "aq-mode=2:repeat-headers=0:strong-intra-smoothing=1:bframes=4:b-adapt=2:frame-threads=0:colorprim=bt2020:transfer=arib-std-67:colormatrix=bt2020nc:hdr10_opt=0:hdr10=0:chromaloc=0" -crf:v 18 -preset:v slow -filter_complex "[0:1][0:2]join=inputs=2:channel_layout=stereo[a]"   -c:a aac -b:a 320k -map 1:0 -map "[a]" -map_metadata -1 -r 25 -tag:v hvc1 "output.MP4"

-ss 4: 4 second offset for audio
-ss 4.08: 4 seconds and 2 frames offset for video (I guess because of 50fps to 25fps conversion)
-c:a aac -b:a 320k: libfaac is outdated.. (?) and I need CBR @ 320k

-tag:v hcv1: works with Apple Quicktime

I also deleted -vn and -an, because it results in "Stream map '1:0' matches disabled streams." error.

One more thing: does -ss affect the encoding speed? I just rendered a small part, but it seems to be much slower (encoded 125 frames in 20.06s (6.23 fps) VS. encoded 227 frames in 22.63s (10.03 fps)).
Reply


Messages In This Thread
RE: FFMPEG Help - x265 HDR HLG Encoding from MXF - by jan2ooo - 09.09.2021, 12:50

Forum Jump:


Users browsing this thread: 2 Guest(s)