Skip to content

Avidemux

See more screenshots here


Features

Unlike LosslessCut it's very snappy but does not have as much cutting features.

It can be used like so:

  1. Open the app
  2. Drag in a video
  3. Play back to where you wanna make the cuts
  4. Press the A and B start/end time buttons
  5. CTRL+S opens a file save dialog

Video tutorial

tutorial by skyler (wallpaper)

Custom keybindings

If you prefer using the I and O keys to set in and out points,

you can create named settings.json in the same directory that holds avidemux.exe(1)

  1. search it up in your start menu, right click it -> open file location
"keyboard_shortcuts" : {
    "use_alternate_kbd_shortcuts" : true,
    "swap_up_down_keys" : false,
    "alt_mark_a" : "I",
    "alt_mark_b" : "O",
    "alt_reset_markers" : "R",
    "alt_goto_mark_a" : "A",
    "alt_goto_mark_b" : "B",
    "alt_begin" : "S",
    "alt_end" : "E",
    "alt_delete" : "Delete"
}