You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding an intro to a video (both mp4 format but different resolutions) always throws
Error: ffmpeg exited with code 1: Stream specifier '' in filtergraph description [1][0]scale2ref=w=iw:h=ih[intro-outro][main];[intro-outro][main]scale2ref=w=iw:h=ih[to-scale][main];[to-scale]drawbox=t=fill[to-scale-bg];[1][to-scale-bg]scale2ref=w=iw:h=ih:force_original_aspect_ratio=decrease:flags=spline[to-scale][to-scale-bg];[to-scale-bg][to-scale]overlay=x=(main_w - overlay_w)/2:y=(main_h - overlay_h)/2[intro-outro-resized];[intro-outro-resized][main]concat=n=2:v=1:unsafe=1[v] matches no streams.
at ChildProcess.<anonymous> (/var/www/peertube/versions/peertube-v7.0.1/node_modules/fluent-ffmpeg/lib/processor.js:180:22)
at ChildProcess.emit (node:events:518:28)
at ChildProcess._handle.onexit (node:internal/child_process:293:12)
Peertube was updated to 7.0.1 from 6.3.2 and Ubuntu upgraded to 22 LTS to get an above recommanded version of FFMPEG but still got the same error as before.
In another older installation upgraded to 6.3.3 from an older 5.something and with ubuntu 20 LTS the problem is not happening
PeerTube Version: 7.0.1
NodeJS version: v20.18.2
Ffmpeg version: 4.4.2-0ubuntu0.22.04.1
UPDATE:
the issue seems to be linked to the configuration setting "Split audio and video streams" that is enabled in the server with the error. If I disable it I get no ffmpeg error. Should I update ffmpeg to a more recent version to fix the problem? Any suggested version?
The text was updated successfully, but these errors were encountered:
Adding an intro to a video (both mp4 format but different resolutions) always throws
and in logs I get these two errors
Peertube was updated to 7.0.1 from 6.3.2 and Ubuntu upgraded to 22 LTS to get an above recommanded version of FFMPEG but still got the same error as before.
In another older installation upgraded to 6.3.3 from an older 5.something and with ubuntu 20 LTS the problem is not happening
UPDATE:
the issue seems to be linked to the configuration setting "Split audio and video streams" that is enabled in the server with the error. If I disable it I get no ffmpeg error. Should I update ffmpeg to a more recent version to fix the problem? Any suggested version?
The text was updated successfully, but these errors were encountered: