Join several video files with VLC without transcoding

I was looking for most simple way to join several video clips into one larger clip without installing additional packages on my Debian laptop.

Most simple way I found was using command like this:

vlc 18M00S.mp4 19M00S.mp4 20M00S.mp4 21M00S.mp4 --sout "#gather:std{access=file,dst=all.mp4}" --sout-keep

Where “18M00S.mp4“, “19M00S.mp4“, “20M00S.mp4” and “21M00S.mp4” are my clips that will be joined in a file “all.mp4” in the same folder.

You can change output filetype with adding for example “mux=ts” in –sout “#gather:std{access=file,mux=ts,dst=all.mp4}“, but this was not needed in my case.

Remove enter network password popup when accessing your shares

I am really annoyed by Windows message that pops up every time when I access my network share asking me to enter my credentials.

I have Samba share running on my D-Link DNS-320 NAS with two shared volumes that I have mounted as network drives Y and Z.

Assignment of drives will work until you restart your PC. After restart you will be presented withe message like this: Continue reading “Remove enter network password popup when accessing your shares”