All Projects → jellyfin → jellyfin-ffmpeg

jellyfin / jellyfin-ffmpeg

Licence: other
FFmpeg for Jellyfin

Programming Languages

c
50402 projects - #5 most used programming language
assembly
5116 projects
Makefile
30231 projects
C++
36643 projects - #6 most used programming language
objective c
16641 projects - #2 most used programming language
shell
77523 projects

Labels

Projects that are alternatives of or similar to jellyfin-ffmpeg

showroom
Script for archiving AKB48 Group related Showroom streams
Stars: ✭ 48 (-45.45%)
Mutual labels:  ffmpeg
VideoIO.jl
Reading and writing of video files in Julia via ffmpeg
Stars: ✭ 103 (+17.05%)
Mutual labels:  ffmpeg
FFmpegAudioPlayer
基于FFmpeg+OpenSL ES实现的音频播放器,组合使用多种过滤器
Stars: ✭ 50 (-43.18%)
Mutual labels:  ffmpeg
transcoder
DEPRECATED Transcode videos to various formats, and provide thumbnails of the video
Stars: ✭ 24 (-72.73%)
Mutual labels:  ffmpeg
Huong-dan-cai-dat-stream-server-va-chuyen-doi-video-sang-streaming
Hướng dẫn cài đặt stream server và chuyển đổi video thường sang dạng TS Streaming
Stars: ✭ 29 (-67.05%)
Mutual labels:  ffmpeg
RemoteFFmpegGUI
使用 Vue.js + ASP.NET 搭建的 FFMpeg 的 Web GUI 平台,支持视频转码、拼接视频、合并音视频等操作。并有使用 WPF 技术的 Windows 桌面端。
Stars: ✭ 21 (-76.14%)
Mutual labels:  ffmpeg
MovieBarCodeGenerator
User friendly tool to create your own movie barcodes
Stars: ✭ 57 (-35.23%)
Mutual labels:  ffmpeg
X1Player
iOS端封装的视频播放器.支持直播,录播视频的播放,支持常用的播放界面控制,类似于ijkplayer 优点是体积更小,使用快捷
Stars: ✭ 21 (-76.14%)
Mutual labels:  ffmpeg
aplayer
ffplay友好版本. 对ffplay裁剪重构以适合初学者阅读、理解
Stars: ✭ 41 (-53.41%)
Mutual labels:  ffmpeg
AndroidFFmpeg
FFmpeg命令在Android中的使用
Stars: ✭ 28 (-68.18%)
Mutual labels:  ffmpeg
crusher
Develop.Test. Ship.🦖 Open source e2 low-code web testing. Blazing fast alternative to Selenium, Cypress.
Stars: ✭ 148 (+68.18%)
Mutual labels:  ffmpeg
ffmpeg-xcode
FFmpeg Xcode project
Stars: ✭ 55 (-37.5%)
Mutual labels:  ffmpeg
TinyClip
🚀 JavaFX开发的FFMPEG-GUI客户端
Stars: ✭ 59 (-32.95%)
Mutual labels:  ffmpeg
pulverize
A multi-process rendering script for Blender VSE.
Stars: ✭ 54 (-38.64%)
Mutual labels:  ffmpeg
ffmpeg-progressbar-cli
A colored progress bar for FFmpeg.
Stars: ✭ 140 (+59.09%)
Mutual labels:  ffmpeg
streamingDemo
No description or website provided.
Stars: ✭ 56 (-36.36%)
Mutual labels:  ffmpeg
colorize-video
colorize video using publicly available neural-networks
Stars: ✭ 24 (-72.73%)
Mutual labels:  ffmpeg
video-audio-tools
To process/edit video and audio with Python+FFmpeg. [简单实用] 基于Python+FFmpeg的视频和音频的处理/剪辑。
Stars: ✭ 164 (+86.36%)
Mutual labels:  ffmpeg
nightcoreify
Randomly generates nightcore and uploads it to YouTube. A joke that got out of hand.
Stars: ✭ 54 (-38.64%)
Mutual labels:  ffmpeg
Tana
Bringing the Picture-in-Picture experience to the desktop.
Stars: ✭ 109 (+23.86%)
Mutual labels:  ffmpeg

FFmpeg README

FFmpeg is a collection of libraries and tools to process multimedia content such as audio, video, subtitles and related metadata.

Libraries

  • libavcodec provides implementation of a wider range of codecs.
  • libavformat implements streaming protocols, container formats and basic I/O access.
  • libavutil includes hashers, decompressors and miscellaneous utility functions.
  • libavfilter provides a mean to alter decoded Audio and Video through chain of filters.
  • libavdevice provides an abstraction to access capture and playback devices.
  • libswresample implements audio mixing and resampling routines.
  • libswscale implements color conversion and scaling routines.

Tools

  • ffmpeg is a command line toolbox to manipulate, convert and stream multimedia content.
  • ffplay is a minimalistic multimedia player.
  • ffprobe is a simple analysis tool to inspect multimedia content.
  • Additional small tools such as aviocat, ismindex and qt-faststart.

Documentation

The offline documentation is available in the doc/ directory.

The online documentation is available in the main website and in the wiki.

Examples

Coding examples are available in the doc/examples directory.

License

FFmpeg codebase is mainly LGPL-licensed with optional components licensed under GPL. Please refer to the LICENSE file for detailed information.

Contributing

Patches should be submitted to the ffmpeg-devel mailing list using git format-patch or git send-email. Github pull requests should be avoided because they are not part of our review process and will be ignored.

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