remove trailing whitespace

This commit is contained in:
Henry Vindin
2017-10-24 08:59:33 +11:00
committed by Henry Vindin
parent 999df15f7c
commit 4dcb798788

View File

@@ -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`