1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-25 10:15:24 +02:00

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`