howto:mkv-edit
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
howto:mkv-edit [2017/09/03 11:39] – created Wulf Rajek | howto:mkv-edit [2024/10/07 00:13] (current) – [Convert DVD VIDEO_TS folder] Wulf Rajek | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Edit MKV Files ====== | + | ====== Video Editing ====== |
+ | |||
+ | ===== Lossless Cut Cut/ | ||
+ | |||
+ | LosslessCut aims to be the ultimate cross platform ffmpeg GUI for extremely fast and lossless operations on video, audio, subtitle and other related media files. The main feature is lossless trimming and cutting of video and audio files, which is great for saving space by rough-cutting your large video files. | ||
+ | |||
+ | https:// | ||
+ | https:// | ||
+ | |||
+ | |||
+ | ===== Edit MKV Files ===== | ||
To remove audio or subtitle tracks from mkv files, the mkvmerge command can be used. | To remove audio or subtitle tracks from mkv files, the mkvmerge command can be used. | ||
Line 22: | Line 32: | ||
Tags for track ID 3: 7 entries | Tags for track ID 3: 7 entries | ||
Tags for track ID 4: 7 entries | Tags for track ID 4: 7 entries | ||
+ | </ | ||
+ | |||
+ | For more detailed information the mkvinfo command can be used: | ||
+ | < | ||
+ | mkvinfo videofile.mkv | ||
</ | </ | ||
Line 29: | Line 44: | ||
</ | </ | ||
+ | To extract tracks from an mkv file, use the mkvextract command using the IDs obtained from mkvinfo: | ||
+ | < | ||
+ | mkvextract tracks videofile.mkv 2: | ||
+ | </ | ||
+ | |||
+ | ===== Fix broken header/ | ||
+ | |||
+ | < | ||
+ | ffmpeg -i ' | ||
+ | </ | ||
+ | |||
+ | ===== Flip video ===== | ||
+ | |||
+ | To Flip Video Vertically (upside down): | ||
+ | < | ||
+ | ffmpeg -i INPUT.mp4 -vf vflip -c:a copy OUTPUT.mp4 | ||
+ | </ | ||
+ | |||
+ | To Flip Video Horizontally (left/ | ||
+ | < | ||
+ | ffmpeg -i INPUT.mp4 -vf hflip -c:a copy OUTPUT.mp4 | ||
+ | </ | ||
+ | |||
+ | ===== Convert DVD VIDEO_TS folder ===== | ||
+ | < | ||
+ | ffmpeg -i " | ||
+ | |||
+ | or | ||
+ | |||
+ | cat ./ | ||
+ | </ |
howto/mkv-edit.1504435193.txt.gz · Last modified: 2023/05/29 11:53 (external edit)