VLC와 비디오를 병합하는 데 문제가 있습니다.

VLC와 비디오를 병합하는 데 문제가 있습니다.

3개의 짧은 동영상(각각 10초 미만)을 병합하려고 합니다. 내 명령은 다음과 같습니다.

vlc 1.mp4 2.mp4 3.mp4 --sout "#gather:std{access=file,dst=final.mp4}" --sout-keep

이것은 이것을 반환합니다

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

그런 다음 모든 것이 충돌하고 출력 비디오는 소리가 없는 첫 번째 비디오일 뿐입니다. 내 실수는 무엇입니까?

관련 정보