All Projects → amiaopensource → Ffmprovisr

amiaopensource / Ffmprovisr

Repository of useful FFmpeg commands for archivists!

Projects that are alternatives of or similar to Ffmprovisr

Qtav
A cross-platform multimedia framework based on Qt and FFmpeg(https://github.com/wang-bin/avbuild). High performance. User & developer friendly. Supports Android, iOS, Windows store and desktops. 基于Qt和FFmpeg的跨平台高性能音视频播放框架
Stars: ✭ 2,997 (+885.86%)
Mutual labels:  ffmpeg
Youtube Audio Stream
youtube audio stream
Stars: ✭ 276 (-9.21%)
Mutual labels:  ffmpeg
Awesome Live Stream
Webrtc && Nginx && DASH && Quic 学习资料收集,持续更新中
Stars: ✭ 290 (-4.61%)
Mutual labels:  ffmpeg
Python Ffmpeg Video Streaming
📼 Package media content for online streaming(DASH and HLS) using FFmpeg
Stars: ✭ 269 (-11.51%)
Mutual labels:  ffmpeg
Ffdynamic
Library with dynamic audio/video composition and runtime control
Stars: ✭ 274 (-9.87%)
Mutual labels:  ffmpeg
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 (-6.91%)
Mutual labels:  ffmpeg
catnip
terminal audio visualizer for linux/unix/macOS/windblows*
Stars: ✭ 79 (-74.01%)
Mutual labels:  ffmpeg
Androidffmpeg
android 读取摄像头和麦克风,使用rtmp推流
Stars: ✭ 298 (-1.97%)
Mutual labels:  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 (-9.21%)
Mutual labels:  ffmpeg
Ffmpeg Android Java
FFmpeg Android java is a java library that simplifies your task of using ffmpeg in Android project which I've compiled using FFmpeg-Android
Stars: ✭ 3,098 (+919.08%)
Mutual labels:  ffmpeg
Video Hub App
Official repository for Video Hub App
Stars: ✭ 272 (-10.53%)
Mutual labels:  ffmpeg
Zftplayer
iOS平台下基于IJKplayer封装的视频播放器,主要适用于视频点播。针对视频格式,前后台切换,内存管理控件的层级分离做了相应优化
Stars: ✭ 273 (-10.2%)
Mutual labels:  ffmpeg
Avbuild
ffmpeg花式编译. build tool for all platforms: iOS, android, raspberry pi, win32, uwp, linux, macOS etc.
Stars: ✭ 285 (-6.25%)
Mutual labels:  ffmpeg
Mobile Ffmpeg
FFmpeg for Android, iOS and tvOS. Not maintained anymore. Superseded by FFmpegKit.
Stars: ✭ 3,204 (+953.95%)
Mutual labels:  ffmpeg
Ffmpeg Build Script
The FFmpeg build script provides an easy way to build a static FFmpeg on OSX and Linux with non-free codecs included.
Stars: ✭ 290 (-4.61%)
Mutual labels:  ffmpeg
Node Ffmpeg Installer
Platform independent binary installer of FFmpeg for node projects
Stars: ✭ 255 (-16.12%)
Mutual labels:  ffmpeg
Ffmpeg Cpp
A clean, easy-to-use C++ wrapper around the ffmpeg libraries
Stars: ✭ 281 (-7.57%)
Mutual labels:  ffmpeg
Jessibuca
Jessibuca是一款开源的纯H5直播流播放器
Stars: ✭ 301 (-0.99%)
Mutual labels:  ffmpeg
Yunbt
Aria2 FFmpeg 的多用户下载视频转码
Stars: ✭ 294 (-3.29%)
Mutual labels:  ffmpeg
Gsyvideoplayer
视频播放器(IJKplayer、ExoPlayer、MediaPlayer),HTTPS,支持弹幕,外挂字幕,支持滤镜、水印、gif截图,片头广告、中间广告,多个同时播放,支持基本的拖动,声音、亮度调节,支持边播边缓存,支持视频自带rotation的旋转(90,270之类),重力旋转与手动旋转的同步支持,支持列表播放 ,列表全屏动画,视频加载速度,列表小窗口支持拖动,动画效果,调整比例,多分辨率切换,支持切换播放器,进度条小窗口预览,列表切换详情页面无缝播放,rtsp、concat、mpeg。
Stars: ✭ 16,948 (+5475%)
Mutual labels:  ffmpeg

ffmprovisr

Repository of useful FFmpeg command lines for archivists!

What is this?

Project Objective

To facilitate better understanding of FFmpeg through collaborative sharing of useful scripts and detailed flag-level description of how each script works, so archivists can copy-paste and produce their own scripts, but also understand how and why they work.

How do I see it?

The code is found in the gh-pages branch (the default primary branch). Readme is right here. You can see the site live on GitHub pages.

You can also install the latest release on your computer with the two commands:

brew tap amiaopensource/amiaos
brew install ffmprovisr

and then call it locally with the command:

ffmprovisr

This works currently under macOS, Linux and the Linux apps on Windows (Ubuntu and Debian tested). On classic Windows you can install the last release manually and the open index.html in a browser.

Parseable list of the commands

A list of all recipes in an easily parseable ASCII text format is provided as well. It contains for each recipe its title and command in the following format:

# title of recipe 1
ffmpeg command 1
# title of recipe 2
ffmpeg command 2

...

# title of recipe n-1
ffmpeg command n-1
# title of recipe n
ffmpeg command n

The used one-liner is in the scripts folder.

How do I contribute?

You are welcome to edit the codebase yourself, or just supply the information and ask it to be added to the site.

Edit codebase

To contribute to this project directly (and more quickly), clone this repository and create a new branch (git checkout -b your-branch-name) and add or modify a new block in index.html. Then submit a pull request and the maintainers will review and integrate your code. There is a commented-out sample block available at the bottom of index.html that can be a guideline for your command.

Guidelines for contributing

  • Recipes should ideally do just one thing or solve one problem, to keep things as user-friendly as possible and to avoid unintended side-effects
  • Explanations and examples for recipes should be as generic as possible, to allow users to alter the command for their own use-case.
  • Some recipes may benefit from including a GIF that shows the output
  • Some recipes require an explanatory section which may not fit gracefully into the recipe itself
  • Recipes involving -filter_complex can be some of the most verbose and difficult to understand, so breaking these down as much as possible into their relevant sections is ideal
  • Some recipes may refer to a specific standard or vocabulary, and it's useful to link to these so that the user can scale the recipe to their use case

Make a request

If you are having trouble with coding it yourself or with GitHub, feel free to submit an issue with the kind of command you would like to see added to the site.

General help

If you want to help but don't have a new script to add, you can help us by testing out the scripts available, by refining or clarifying the documentation, or creating an issue for anything that sounds confusing and requires clarification.

Code of Conduct

You can read our contributor code of conduct here.

Maintainers

Ashley Blewer, Katherine Frances Nagels, Kieran O'Leary and Andrew Weaver

Contributors

Code Contributors:
ablwr (Ashley)
alavigne12 (A. Lavigne)
Anushka-codergirl (Anushka Raj)
bastibeckr (Basti Becker)
bturkus
dericed (Dave Rice)
digitensions (Joanna White)
edsu (Ed Summers)
jamessam (Jim Sam)
jfarbowitz (Jonathan Farbowitz)
kfrn (Katherine Frances Nagels)
kgrons (Kathryn Gronsbell)
kieranjol (Kieran O'Leary)
llogan (Lou Logan)
macasaurusrex (Maura)
mgiraldo (Mauricio Giraldo)
pjotrek-b (Peter B.)
privatezero (Andrew Weaver)
retokromer (Reto Kromer)
rfraimow

All Contributors:
ablwr (Ashley)
alavigne12 (A. Lavigne)
Anushka-codergirl (Anushka Raj)
audiovisualopen
bastibeckr (Basti Becker)
brainwane (Sumana Harihareswara)
bturkus
dericed (Dave Rice)
digitensions (Joanna White)
drodz11 (Dave Rodriguez)
edsu (Ed Summers)
EG-tech (Ethan Gates)
federicomenaquintero (Federico Mena Quintero)
Fizz24
GregH18
jamessam (Jim Sam)
jfarbowitz (Jonathan Farbowitz)
JonnyTech
jronallo (Jason Ronallo)
kellyhaydon (metacynic)
kfrn (Katherine Frances Nagels)
kgrons (Kathryn Gronsbell)
kieranjol (Kieran O'Leary)
llogan (Lou Logan)
macasaurusrex (Maura)
mercuryswitch
mgiraldo (Mauricio Giraldo)
mulvya
nkrabben (Nick Krabbenhoeft)
pjotrek-b (Peter B.)
privatezero (Andrew Weaver)
retokromer (Reto Kromer)
rfraimow
richardpl (Paul B Mahol)
ross-spencer (Ross Spencer)
taschenbach (Tommy Aschenbach)
todrobbins (Tod Robbins)

Repo: amiaopensource/ffmprovisr
GitHub Contributors: 20
All Contributors: 37
Last updated: 2019-12-11

AVHack Team

Association of Moving Image Archivists & Digital Library Federation Hack Day 2015

Ashley Blewer, Eddy Colloton, Rebecca Dillmeier, Jonathan Farbowitz, Rebecca Fraimow, Samuel Gutterman, Kelly Haydon, Reto Kromer, Nicole Martin, Katherine Frances Nagels, Kieran O'Leary, Catriona Schlosser, Ben Turkus

Sister projects

The Cable Bible: A Guide to Cables and Connectors Used for Audiovisual Tech
FFCommand_Engine: a tool for easier use of FFmpeg binaries
QEMU QED: instructions for using QEMU (Quick EMUlator), a command line application for computer emulation and virtualization
Script Ahoy: Community Resource for Archivists and Librarians Scripting
sourcecaster: helps you use the command line to work through common challenges that come up when working with digital primary sources.

Articles and mentions

License

Creative Commons License
This work by ffmprovisr is licensed under a Creative Commons Attribution 4.0 International License.
Based on a work at https://github.com/amiaopensource/ffmprovisr.

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].