Combine multiple videos using VLC media player [2022]

Описание к видео Combine multiple videos using VLC media player [2022]

Detailed instructions: https://uglyduckblog.wordpress.com/20...

The command is:
vlc.exe 1.mp4 2.mp4 --sout "#gather:std{access=file,dst=final_file_name.mp4}" --sout-keep

For my case, in Windows 11 system, the command would be:
"c:\Program Files\VideoLAN\VLC\vlc.exe" VIDEO_1-converted.mp4 VIDEO_2-converted.mp4 --sout "#gather:std{access=file,dst=final_file_name2.mp4}" --sout-keep

Комментарии

Информация по комментариям в разработке