All Projects → Niek → Superview

Niek / Superview

Licence: gpl-3.0
A small program that takes a 4:3 aspect ratio video file, and transforms it to a 16:9 video using the GoPro SuperView method

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Superview

Custom Pod Autoscaler
Custom Pod Autoscaler base, allows creation of Custom Pod Autoscalers
Stars: ✭ 148 (+8.03%)
Mutual labels:  hacktoberfest, scaling
Modfy.video
A video transcoder and converter built using Web Assembly and FFMPEG to transcode and convert videos right in your browser while protecting your privacy
Stars: ✭ 283 (+106.57%)
Mutual labels:  hacktoberfest, ffmpeg
Emuflight
EmuFlight is flight controller software (firmware) used to fly multi-rotor craft.
Stars: ✭ 184 (+34.31%)
Mutual labels:  hacktoberfest, quadcopter
Gohls
A server that exposes a directory for video streaming via web interface
Stars: ✭ 409 (+198.54%)
Mutual labels:  hacktoberfest, ffmpeg
Fvid
fvid is a project that aims to encode any file as a video using 1-bit color images to survive compression algorithms for data retrieval.
Stars: ✭ 276 (+101.46%)
Mutual labels:  hacktoberfest, ffmpeg
Inav
INAV: Navigation-enabled flight control software
Stars: ✭ 1,830 (+1235.77%)
Mutual labels:  hacktoberfest, quadcopter
Radigo
Record radiko 📻
Stars: ✭ 135 (-1.46%)
Mutual labels:  ffmpeg
Vidgear
A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features 🔥
Stars: ✭ 2,048 (+1394.89%)
Mutual labels:  ffmpeg
Dockerlabs
Docker - Beginners | Intermediate | Advanced
Stars: ✭ 2,233 (+1529.93%)
Mutual labels:  hacktoberfest
Beginners C Program Examples
Simple, Short and Sweet beginners friendly C language programs
Stars: ✭ 138 (+0.73%)
Mutual labels:  hacktoberfest
Simple Dialer
A handy phone call manager with phonebook, number blocking and multi-SIM support
Stars: ✭ 138 (+0.73%)
Mutual labels:  hacktoberfest
Create robot
ROS driver for iRobot Create 1 and 2.
Stars: ✭ 137 (+0%)
Mutual labels:  hacktoberfest
Layer5
Layer5, the service mesh company, representing every service mesh
Stars: ✭ 137 (+0%)
Mutual labels:  hacktoberfest
Viabackwards
Allows the connection of older clients to newer server versions for Minecraft servers.
Stars: ✭ 135 (-1.46%)
Mutual labels:  hacktoberfest
Irremoteesp8266
Infrared remote library for ESP8266/ESP32: send and receive infrared signals with multiple protocols. Based on: https://github.com/shirriff/Arduino-IRremote/
Stars: ✭ 1,964 (+1333.58%)
Mutual labels:  hacktoberfest
Mailcare
[MIRRORING REPOSITORY] See https://gitlab.com/mailcare/mailcare. MailCare is an open source disposable email address services. Accessible via web browser or API to protect your privacy right now.
Stars: ✭ 136 (-0.73%)
Mutual labels:  hacktoberfest
Bandcamp Scraper
A scraper for https://bandcamp.com
Stars: ✭ 137 (+0%)
Mutual labels:  hacktoberfest
Angular Filemanager
JavaScript File Manager Material Design Folder Explorer Navigator Browser Manager in AngularJS with CSS3 Responsive (with FTP in PHP / Java / Node)
Stars: ✭ 1,693 (+1135.77%)
Mutual labels:  hacktoberfest
Swiftvideo
Swift Video Framework for Linux, macOS, and iOS/iPadOS
Stars: ✭ 137 (+0%)
Mutual labels:  ffmpeg
Strimzi Kafka Bridge
Apache Kafka bridge
Stars: ✭ 137 (+0%)
Mutual labels:  hacktoberfest

Superview

All Contributors

This is a small Go program that takes a 4:3 aspect ratio video file, and transforms it to a 16:9 video using the GoPro SuperView method. This means that the image is not naively scaled, but a dynamic scaling is applied where the outer areas are stretched more while the center parts stay close to the original aspect rate.

This is not a 1-1 copy of the GoPro algorithm, but an attempt to reach similar quality of output using the open-source FFmpeg encoder.

Credits for the idea go to Banelle, who wrote the initial (Python) implementation.

Here is a quick animation showing the scaling, note how the text in the center stays the same:

alt text

Requirements

This program requires FFmpeg to be installed on your computer. If needed, please install it using one of these ways:

  • Linux: install from your local package manager, for example: apt instal ffmpeg
  • Windows: Download from https://www.gyan.dev/ffmpeg/builds/ and extract the ffmpeg-release-full 7ZIP file in the same directory as superview
  • macOS: Download from https://evermeet.cx/ffmpeg/ and put in the same folder as superview, or install using Homebrew: brew install ffmpeg

Installation

Download the latest release from the releases page on GitHub. There are two versions: a graphical version called superview-gui and a command line program called superview-cli.

Usage

GUI

To run superview-gui, simply double-click the icon. Choose an input video file, optionally change some settings and click "Encode". The program will ask you where to save the output.

alt text

CLI

To use superview-cli, run the program with the -i (input file) parameter. Optionally, you can provide a -o (output) and -b (bitrate) parameter. Full usage instructions:

Usage:
  superview-cli [OPTIONS]

Application Options:
  -i, --input=FILE         The input video filename
  -o, --output=FILE        The output video filename (default: output.mp4)
  -e, --encoder=ENCODER    The encoder to use, use -h to see a list. If not specified, it takes the standard encoder of the input file codec
  -b, --bitrate=BITRATE    The bitrate in bytes/second to encode in. If not specified, take the same bitrate as the input file
  -s, --squeeze            Squeeze 4:3 video stretched to 16:9 (e.g. Caddx Tarsier 2.7k60)

Help Options:
  -h, --help               Show this help message

Development

If you want superview from source, run go build superview-gui.go or go build superview-cli.go depending on which version you'd like to build. See build.sh for an example how to cross-compile.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Roman Kuraev

🤔 💻

dangr0

🐛

DG

🤔 ⚠️

Nova_Max

📖

This project follows the all-contributors specification. Contributions of any kind welcome!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].