nschlia / ffmpegfs

FUSE-based transcoding filesystem with video support from many formats to FLAC, MP4, TS, WebM, OGG, MP3, HLS, and others.
https://nschlia.github.io/ffmpegfs/
GNU General Public License v3.0
198 stars 14 forks source link

Fix minor typos in man page #21

Closed lenzj closed 5 years ago

lenzj commented 5 years ago

It looked like there were some minor typos for bitrate and size in the man page. Also in the example section I assume the audiobitrate was intended to be 256K vs. 256 bytes. Hopefully these are helpful. Thanks for creating and working on ffmpegfs!