Community portal: Difference between revisions
From WikiOasis Meta
More actions
Reply |
|||
| Line 276: | Line 276: | ||
[[User:PandaFiredoge|PandaFiredoge]] ([[User talk:PandaFiredoge|talk]]) 12:11, 26 January 2026 (UTC) | [[User:PandaFiredoge|PandaFiredoge]] ([[User talk:PandaFiredoge|talk]]) 12:11, 26 January 2026 (UTC) | ||
:Tracked in [[phab:T54]] --'''[[User:Zippy|zippy]]'''[[User talk:Zippy|bonzo]]''' ([[Special:Contributions/Zippy|c]] • [[Special:CentralAuth/Zippy|ca]]) 12:55, 26 January 2026 (UTC) | :Tracked in [[phab:T54]] --'''[[User:Zippy|zippy]]'''[[User talk:Zippy|bonzo]]''' ([[Special:Contributions/Zippy|c]] • [[Special:CentralAuth/Zippy|ca]]) 12:55, 26 January 2026 (UTC) | ||
== Issue with FFmpeg when using TimedMediaHandler extension == | |||
Here is the error: | |||
<pre>ffmpeg-encode.sh | |||
Exitcode: 1 | |||
Memory: 2147483648 | |||
Host: atacama-1 | |||
+ export TMH_FFMPEG_PATH=/usr/bin/ffmpeg | |||
+ export TMH_FFMPEG_PASSES=2 | |||
+ export TMH_FFMPEG_THREADS=2 | |||
+ export TMH_FFMPEG2_OPTS TMH_MOVFLAGS TMH_OPTS_VIDEO TMH_REMUX TMH_OPT_SPEED TMH_OPT_VIDEOCODEC | |||
+ export TMH_OPTS_AUDIO TMH_OPT_NOAUDIO | |||
+ export TMH_OUTPUT_FILE | |||
+ [ 2 -lt 2 ] | |||
+ doFfmpegEncode 1 | |||
+ current_pass=1 | |||
+ command -v /usr/bin/ffmpeg | |||
+ [ ! -x ] | |||
+ echo error: executable '/usr/bin/ffmpeg not found | |||
error: executable '/usr/bin/ffmpeg not found | |||
+ exit 1</pre> | |||
Thank you. [[User:Pompom454|Pompom454]] ([[User talk:Pompom454|talk]]) 20:01, 28 January 2026 (UTC) | |||