From 4cb7c298f289c1393849974a4ed79219c7560ae8 Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Sun, 6 Nov 2016 16:55:37 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2869ed20..c6715a41 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,9 @@ # LosslessCut 🎥 [![Travis](https://img.shields.io/travis/mifi/lossless-cut.svg)]() -Simple, cross platform video editor for lossless trimming / cutting of videos. Great for rough processing of large video files taken from a video camera, GoPro, drone, etc. Lets you quickly extract the good parts from your videos. It doesn't do any decoding / encoding and is therefore extremely fast and has no quality loss. Also allows for taking JPEG snapshots of the video at the selected time. This app uses the awesome ffmpeg🙏 for doing the grunt work. Also supports lossless cutting in the most common audio formats. +Simple, cross platform video editor for lossless trimming / cutting of videos. Great for rough processing of large video files taken from a video camera, GoPro, drone, etc. Lets you quickly extract the good parts from your videos and discard GB of data without losing quality. It doesn't do any decoding / encoding and is therefore extremely fast. Also allows for taking JPEG snapshots of the video at the selected time. This app uses the awesome ffmpeg🙏 for doing the grunt work. Also supports lossless cutting in the most common audio formats. ffmpeg is now included in the app! 🎉 -For an indication of supported formats / codecs, see https://www.chromium.org/audio-video - ![Demo](https://thumbs.gfycat.com/HighAcclaimedAnaconda-size_restricted.gif) ## Installing / running @@ -20,6 +18,12 @@ For an indication of supported formats / codecs, see https://www.chromium.org/au - Windows (64/32bit) - Linux (64/32bit, not tested) +### Supported formats + +Since LosslessCut is based on Chromium and uses the HTML5 video player, not all ffmpeg supported formats will be supported. +The following formats/codecs should generally work: MP4, MOV, WebM, MKV, OGG, WAV, MP3, AAC, H264, Theora, VP8, VP9 +For more information about supported formats / codecs, see https://www.chromium.org/audio-video. + ### Typical flow - Drag drop a video file into player to load or use /CTRL+O. - Press SPACE to play/pause