The following warnings occurred:
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
/printthread.php 16 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
/printthread.php 16 require_once



Selur's Little Message Board
scale=out_range=tv error with ffmpeg - Printable Version

+- Selur's Little Message Board (https://forum.selur.net)
+-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html)
+--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html)
+--- Thread: scale=out_range=tv error with ffmpeg (/thread-1235.html)



scale=out_range=tv error with ffmpeg - marco44 - 12.01.2020

Hi, I'm having trouble with latest (200111) Hybrid version when trying to encode videos.


It's very similar to : https://forum.selur.net/Thread-can-not-start-encoding-ubuntu-18-10-crash , in the sense that I'm also having a scale=out_range=tv in the ffmpeg that doesn't please ffmpeg. Here is the generated ffmpeg command:

"/usr/bin/ffmpeg" -y  -noautorotate -nostdin -threads 8 -i "/home/marc/files/my_movie.mkv" \
-map 0:0 -an -sn  scale=out_range=tv -pix_fmt yuv420p10le -strict -1 -vsync 0  -f yuv4mpegpipe

This crashes with

[NULL @ 0x558c44455dc0] Unable to find a suitable output format for 'scale=out_range=tv'

scale=out_range=tv: Invalid argument

Full debug log attached. Everything is almost default (just changed the x265 crf parameter) and reencode audio.

BTW, I'm using Linux (arch, 64 bits, up to date), and I started with a brand new Hybrid configuration to be on the safe side.

Regards,
MarcPlease, read the 'Infos needed to fix&reproduce bugs,..'-sticky before you post about a problem.


RE: scale=out_range=tv error with ffmpeg - Selur - 12.01.2020

Argh, seems like I missed that. (the case when ffmpeg isn't compiled with zscale)
-> will look into it

Cu selur


RE: scale=out_range=tv error with ffmpeg - Selur - 12.01.2020

send you a pm with a link to a Hybrid dev version which should fix the issue.

Cu Selur


RE: scale=out_range=tv error with ffmpeg - marco44 - 12.01.2020

Yup, fixed. Thanks a lot !