Skip to content

Instantly share code, notes, and snippets.

@enesser
Created May 19, 2018 23:55
Show Gist options
  • Select an option

  • Save enesser/b554a68a7a5fcc3fecf8ff5379900e3f to your computer and use it in GitHub Desktop.

Select an option

Save enesser/b554a68a7a5fcc3fecf8ff5379900e3f to your computer and use it in GitHub Desktop.

Revisions

  1. enesser revised this gist May 19, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion convert-mkv-to-mp4.sh
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    ffmpeg -i LostInTranslation.mkv -codec copy LostInTranslation.mp4
    ffmpeg -i source.mkv -codec copy dest.mp4
  2. enesser created this gist May 19, 2018.
    1 change: 1 addition & 0 deletions convert-mkv-to-mp4.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    ffmpeg -i LostInTranslation.mkv -codec copy LostInTranslation.mp4