In one of the rooms we have this problem with videos stuck at processing on a regular basis.
I"ve checked the logs. It seems the problem is similar to the one described on github that Anton linked.
```
[2025-09-30T22:42:08.718010 #9886] DEBUG -- : [0]setpts=PTS-2867.292/TB,fps=15,tpad=stop=-1:stop_mode=clone,trim=start=0,trim=end=0.430[webcam_x0_y0];[1]setpts=PTS-2857.111/TB,fps=15,tpad=stop=-1:stop_mode=clone,trim=start=0,trim=end=0.430[webcam_x1_y0];[2]setpts=PTS-2843.256/TB,fps=15,tpad=stop=-1:stop_mode=clone,trim=start=0,trim=end=0.430[webcam_x2_y0];[3]setpts=PTS-2833.062/TB,fps=15,tpad=stop=-1:stop_mode=clone,trim=start=0,trim=end=0.430[webcam_x0_y1];[4]setpts=PTS-2818.870/TB,fps=15,tpad=stop=-1:stop_mode=clone,trim=start=0,trim=end=0.430[webcam_x1_y1];[5]setpts=PTS-2403.833/TB,fps=15,tpad=stop=-1:stop_mode=clone,trim=start=0,trim=end=0.430[webcam_x2_y1];[6]setpts=PTS-1191.186/TB,fps=15,tpad=stop=-1:stop_mode=clone,trim=start=0,trim=end=0.430[webcam_x0_y2];[webcam_x0_y0][webcam_x1_y0][webcam_x2_y0][webcam_x0_y1][webcam_x1_y1][webcam_x2_y1][webcam_x0_y2]xstack=fill=white:inputs=7:layout=2_0|214_0|426_0|2_160|214_160|426_160|2_320,pad=w=640:h=480:x=0:y=0:color=white,crop=w=640:h=480:x=0:y=0,trim=end=0.430
I, [2025-09-30T22:42:08.718503 #9886] INFO -- : Executing: ffmpeg -y -v warning -nostats -max_error_rate 1.0 -copyts -f nut -i pipe:5 -f nut -i pipe:6 -f nut -i pipe:7 -f nut -i pipe:9 -f nut -i pipe:10 -f nut -i pipe:11 -f nut -i pipe:12 -filter_complex_script /var/bigbluebutton/recording/process/presentation/d7d41d664ce3c64952970e9fd5ee278839703add-1759156949652/webcams_56.mp4.filter -an -codec libx264 -threads 2 -preset faster -tune film -x264opts subme\=2:bframes\=5:stitchable\=1 -crf 23 -force_key_frames expr:gte\(t,n_forced\*10\) -pix_fmt yuv420p -r 15 /var/bigbluebutton/recording/process/presentation/d7d41d664ce3c64952970e9fd5ee278839703add-1759156949652/webcams_56.mp4
D, [2025-09-30T22:42:08.975992 #9886] DEBUG -- : preprocessing ffmpeg command pid 9887 exit 0 (webcams_56.mp4.webcam_x0_y0.log)
D, [2025-09-30T22:42:09.020265 #9886] DEBUG -- : preprocessing ffmpeg command pid 9891 exit 0 (webcams_56.mp4.webcam_x1_y1.log)
D, [2025-09-30T22:42:09.139069 #9886] DEBUG -- : preprocessing ffmpeg command pid 9888 exit 0 (webcams_56.mp4.webcam_x1_y0.log)
D, [2025-09-30T22:42:09.143764 #9886] DEBUG -- : preprocessing ffmpeg command pid 9892 exit 0 (webcams_56.mp4.webcam_x2_y1.log)
D, [2025-09-30T22:42:09.154756 #9886] DEBUG -- : preprocessing ffmpeg command pid 9893 exit 0 (webcams_56.mp4.webcam_x0_y2.log)
D, [2025-09-30T22:42:09.155006 #9886] DEBUG -- : preprocessing ffmpeg command pid 9890 exit 0 (webcams_56.mp4.webcam_x0_y1.log)
I, [2025-09-30T22:42:10.502966 #9886] INFO -- : ffmpeg command pid 9894 SIGSEGV (signal 11) (core dumped) (webcams_56.mp4.log)
```
Where is the info about the components to process stored? I wonder whether there's a way to manually tweak it so all webcams will be skipped when processing. No super value lost if there's a webcam missing - loosing entire presentation and video is far worse.