User Tools

Site Tools


howto:merge-video

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
howto:merge-video [2025/05/04 18:52] Wuffhowto:merge-video [2025/12/07 03:54] (current) Wuff
Line 1: Line 1:
 ====== Merge/Combine/Join Video ====== ====== Merge/Combine/Join Video ======
  
-GUI tool for mkv files. Older version is in default debian/ubuntu repositories, but latest can be installed in Mint using, afterwards associate mkv files with mktoolnix:+GUI tool for mkv files. Older version is in default debian/ubuntu repositories, but latest can be installed in Mint 22 Wilma using the following, afterwards associate mkv files with mktoolnix:
 <code> <code>
-sudo wget -O /usr/share/keyrings/gpg-pub-moritzbunkus.gpg https://mkvtoolnix.download/gpg-pub-moritzbunkus.gpg+sudo wget -O /etc/apt/keyrings/gpg-pub-moritzbunkus.gpg https://mkvtoolnix.download/gpg-pub-moritzbunkus.gpg 
 cat <<EOF | sudo tee /etc/apt/sources.list.d/mkvtoolnix.list cat <<EOF | sudo tee /etc/apt/sources.list.d/mkvtoolnix.list
-deb [arch=amd64 signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/linuxmint/ vanessa main +deb [arch=amd64 signed-by=/etc/apt/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/linuxmint/ wilma main 
-deb-src [arch=amd64 signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/linuxmint/ vanessa main+deb-src [arch=amd64 signed-by=/etc/apt/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/linuxmint/ wilma main 
 EOF EOF
 sudo apt update sudo apt update
Line 12: Line 13:
 </code> </code>
  
-{{:howto:pasted:20241124-224334.png}} +{{.:pasted:20250823-213148.png}}
  
 MPG/MPEG files: MPG/MPEG files:
Line 94: Line 94:
  
 output="$filename.mergedprogress.$container" output="$filename.mergedprogress.$container"
-sort --o $TMPFILE"_sort" $TMPFILE+sort --o $TMPFILE"_sort" $TMPFILE
  
 echo "The following files will be merged in this order:" echo "The following files will be merged in this order:"
howto/merge-video.1746381173.txt.gz · Last modified: by Wuff