All Projects → kanryu → pipeffmpeg

kanryu / pipeffmpeg

Licence: other
A frontend for ffmpeg using only pipes, not under GPL, but under BSD license.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to pipeffmpeg

Ok jose
Pipe elixir functions that match ok/error tuples or custom patterns.
Stars: ✭ 91 (+62.5%)
Mutual labels:  pipe
Fluids
Fluid dynamics component of Chemical Engineering Design Library (ChEDL)
Stars: ✭ 154 (+175%)
Mutual labels:  pipe
Ngx Order Pipe
▼ Angular 5+ orderBy pipe
Stars: ✭ 224 (+300%)
Mutual labels:  pipe
Sspipe
Simple Smart Pipe: python productivity-tool for rapid data manipulation
Stars: ✭ 96 (+71.43%)
Mutual labels:  pipe
Pipetools
Functional plumbing for Python
Stars: ✭ 143 (+155.36%)
Mutual labels:  pipe
Pipeline.rs
☔️ => ⛅️ => ☀️
Stars: ✭ 188 (+235.71%)
Mutual labels:  pipe
Ngx Pipes
⚡️ Useful pipes for Angular with no external dependencies!
Stars: ✭ 1,252 (+2135.71%)
Mutual labels:  pipe
purelove
Purelove is a lightweight penetration testing framework, in order to better security testers testing holes with use.
Stars: ✭ 52 (-7.14%)
Mutual labels:  frame
Onhold
🔊 Play sounds while and after shell jobs complete
Stars: ✭ 146 (+160.71%)
Mutual labels:  pipe
Lwrb
Lightweight generic ring buffer manager library
Stars: ✭ 215 (+283.93%)
Mutual labels:  pipe
Lessmd
A small markdown viewer/converter for unix terminal.
Stars: ✭ 122 (+117.86%)
Mutual labels:  pipe
Ng2 Search Filter
Angular 2 / Angular 4 / Angular 5 custom pipe npm module to make a search filter on any input, 🔥 100K+ downloads
Stars: ✭ 137 (+144.64%)
Mutual labels:  pipe
Ppipe
pipes values through functions, an alternative to using the proposed pipe operator ( |> ) for ES
Stars: ✭ 192 (+242.86%)
Mutual labels:  pipe
Ng Brazil
Commons and utils in angular for brazillian apps ( pipes / validators / directives / masks )
Stars: ✭ 92 (+64.29%)
Mutual labels:  pipe
Termsql
Convert text from a file or from stdin into SQL table and query it instantly. Uses sqlite as backend. The idea is to make SQL into a tool on the command line or in scripts.
Stars: ✭ 230 (+310.71%)
Mutual labels:  pipe
Irccat
cat to IRC
Stars: ✭ 91 (+62.5%)
Mutual labels:  pipe
Pipe
🎷 B3log 分布式社区的 Go 博客端节点系统,欢迎加入下一代社区网络。B3log distributed community blog-end node, welcome to join the next generation community network.
Stars: ✭ 169 (+201.79%)
Mutual labels:  pipe
react-device-frame
Preview website on a device
Stars: ✭ 24 (-57.14%)
Mutual labels:  frame
pipe
Functional Pipeline in Go
Stars: ✭ 30 (-46.43%)
Mutual labels:  pipe
Lightweightrunloop A Reactor Style Nsrunloop
NSRunLoop Reactor Style Implementation: Using BSD kqueue implements iOS/Mac NSRunLoop and RunLoop-Relative Foundation such as perform selector(or delay some times) on other thread , Timer, URLConnection ,LWStream(LWInputStream、LWOutputStream) , LWPort(LWSocketPort) etc.
Stars: ✭ 196 (+250%)
Mutual labels:  pipe

PipeFFmpeg

A frontend for ffmpeg(libav) using only pipes, to encode/decode/convert videos by each frame, not under GPL, but under BSD license.

Features:

  • To get ffmpeg's infomation (versions,codecs,formats,pix_fmts,...)
  • To decode frames from a video
  • To encode a video within posting frames in Python

You can install and test pipeffmpeg as follows:

  1. download ffmpeg(libav) binary or source and build that (not necessary as shared-library).
  2. set bin/ffmpeg or ffmpeg.exe(under Windows) into PATH environment
  3. download pipeffmpeg.py into your current directory or site-packages

pipeffmpeg (currently version 0.1.1) is also available at PyPI

pip install pipeffmpeg

Please report issues as well as configuration details for your working PipeFFmpeg installations at [email protected]

Thus, your feedback is welcome at [email protected].

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