The following warnings occurred:
Warning [2] Trying to access array offset on null - Line: 198 - File: inc/plugins/google_seo.php PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/google_seo.php 198 errorHandler->error_callback
/inc/plugins/google_seo/redirect.php 135 google_seo_tid
/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: 311 - 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 311 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: 312 - 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 312 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: 325 - 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 325 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: 332 - 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 332 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 variable $change - Line: 369 - 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 369 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] Trying to access array offset on null - Line: 14 - File: inc/plugins/cookielaw.php(272) : eval()'d code PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/cookielaw.php(272) : eval()'d code 14 errorHandler->error_callback
/inc/plugins/cookielaw.php 272 eval
/inc/class_plugins.php 142 cookielaw_global_intermediate
/global.php 100 pluginSystem->run_hooks
/showthread.php 28 require_once
Warning [2] Trying to access array offset on null - Line: 14 - File: inc/plugins/cookielaw.php(272) : eval()'d code PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/cookielaw.php(272) : eval()'d code 14 errorHandler->error_callback
/inc/plugins/cookielaw.php 272 eval
/inc/class_plugins.php 142 cookielaw_global_intermediate
/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.

outputDir: is empty on Mac version?
#5
(25.09.2017, 05:29)Selur Wrote: Hybrid calls:
"/private/var/folders/5y/z9ph64xx6qz1jx322dmy_s3h0000gn/T/AppTranslocation/92279A4E-AD7B-42B4-B89B-67F192E8380E/d/Hybrid 2.app/Contents/MacOS/ffmpeg" -y -threads 4 -i "/Users/gabi/Desktop/C0225.MP4" -map 0:0 -an -sn  -vsync 0 -strict -1 -pix_fmt yuv422p10le   -vcodec prores_ks -profile:v 1 -vtag apcs -f mov "/Users/gabi/Desktop/prorestest/C0225_14_49_45_1821_01.mov"
which creates a file named "/Users/gabi/Desktop/prorestest/C0225_14_49_45_1821_01.mov" which is 722.056 MB in size.
then it calls:
"/private/var/folders/5y/z9ph64xx6qz1jx322dmy_s3h0000gn/T/AppTranslocation/92279A4E-AD7B-42B4-B89B-67F192E8380E/d/Hybrid 2.app/Contents/MacOS/ffmbc" -y  -i "/Users/gabi/Desktop/prorestest/C0225_14_49_45_1821_01.mov" -vcodec copy -map 0:0  -aspect 177778:100000 -metadata handler_name="Hybrid 2017.05.06.1" -r 23.976 -f mov "/Users/gabi/Desktop/prorestest/C0225.mov"
which apparently doesn't create the output file like it should.

-> Please call those two calls (one after the other) inside a terminal window and see whether the second one causes any problem.
From the looks of it the calls themselves look fine to me. Only thing that looks strange is the path Hybrid is located at.

Cu Selur

Ps.: Will look into it later today after work and report back.

Thanks a lot!

I noticed that when I only do video (ignoring audio) the file converts just fine with no errors, although the resulted files show an 'apcs' format instead of ProRes. Nevertheless, they converted fine but without the audio.
Audio causes the crash apparently.
Hybrid is on my Mac's desktop, maybe that's why the weird file path?

Here's attached a fresh log trying to convert a new clip to prores including audio.

Thanks for looking into this!

Cheers!
GABi

EDIT: I just tried the same on a Windows machine, same error. I attached the windows error log here as well.
Reply


Messages In This Thread
RE: outputDir: is empty on Mac version? - by gabster - 25.09.2017, 15:00

Forum Jump:


Users browsing this thread: 1 Guest(s)