Ich versuche, drei kurze Videos (jedes unter 10 Sekunden) zusammenzufügen. Hier ist mein Befehl:
vlc 1.mp4 2.mp4 3.mp4 --sout "#gather:std{access=file,dst=final.mp4}" --sout-keep
was dies zurückgibt
VLC media player 3.0.7 Vetinari (revision 3.0.7-0-g86cee31)
[0000000000d7b400] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
TagLib: MP4: No audio tracks
TagLib: MP4: No audio tracks
TagLib: MP4: No audio tracks
Qt: Session management error: None of the authentication protocols specified are supported
TagLib: MP4: No audio tracks
TagLib: MP4: No audio tracks
TagLib: MP4: No audio tracks
TagLib: MP4: No audio tracks
QObject::~QObject: Timers cannot be stopped from another thread
Dann stürzt alles ab und das Ausgabevideo ist nur das erste Video ohne Ton. Was ist mein Fehler?