Browse Source

remove trailing whitespace

Henry Vindin 7 years ago
parent
commit
4dcb798788
1 changed files with 0 additions and 1 deletions
  1. 0 1
      pages/common/ffmpeg.md

+ 0 - 1
pages/common/ffmpeg.md

@@ -29,4 +29,3 @@
 - Remux MKV video to MP4. No re-encoding of video or audio streams, convert subtitles stream to MP4 compatible codec:
 
 `ffmpeg -i {{inpupt_video}}.mkv -codec:audio copy -codec:video copy -codec:s mov_text --movflags +faststart {{output_video}}.mp4`
-