All Projects → JuliaIO → VideoIO.jl

JuliaIO / VideoIO.jl

Licence: other
Reading and writing of video files in Julia via ffmpeg

Programming Languages

julia
2034 projects

Projects that are alternatives of or similar to VideoIO.jl

p5.rec
🍿 p5.rec lets you record your p5.js sketches and convert them to mp4 in your browser ▶️
Stars: ✭ 70 (-32.04%)
Mutual labels:  ffmpeg
NaraeAudioRecorder
AudioRecorder for Android powered by Kotlin
Stars: ✭ 82 (-20.39%)
Mutual labels:  ffmpeg
crusher
Develop.Test. Ship.🦖 Open source e2 low-code web testing. Blazing fast alternative to Selenium, Cypress.
Stars: ✭ 148 (+43.69%)
Mutual labels:  ffmpeg
Super-Stitch
一款视频超级拼接软件
Stars: ✭ 28 (-72.82%)
Mutual labels:  ffmpeg
poc-mp4-websocket
Streaming MP4 over Websocket using BMFF
Stars: ✭ 25 (-75.73%)
Mutual labels:  ffmpeg
streamingDemo
No description or website provided.
Stars: ✭ 56 (-45.63%)
Mutual labels:  ffmpeg
FFmpegMetalPlayer
xcoderliu.github.io
Stars: ✭ 18 (-82.52%)
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 (-71.84%)
Mutual labels:  ffmpeg
plexEncode
BASH post-processing script for Plex DVR, Shell, Sonarr, Radarr
Stars: ✭ 37 (-64.08%)
Mutual labels:  ffmpeg
transcoder
DEPRECATED Transcode videos to various formats, and provide thumbnails of the video
Stars: ✭ 24 (-76.7%)
Mutual labels:  ffmpeg
react-native-ffmpeg-test
Test applications for react-native-ffmpeg. Not maintained anymore. Superseded by FFmpegKitTest.
Stars: ✭ 22 (-78.64%)
Mutual labels:  ffmpeg
Real-Time-Video-Streaming
a real time streaming video application using RTSP
Stars: ✭ 15 (-85.44%)
Mutual labels:  ffmpeg
showroom
Script for archiving AKB48 Group related Showroom streams
Stars: ✭ 48 (-53.4%)
Mutual labels:  ffmpeg
wagtailvideos
Videos for Wagtail CMS, including transcoding
Stars: ✭ 43 (-58.25%)
Mutual labels:  ffmpeg
Synfonia
Cross-platform C# Audio Player made with AvaloniaUI
Stars: ✭ 153 (+48.54%)
Mutual labels:  ffmpeg
rtsp-samsung-tv
Display RTSP streams from IP Cameras on Samsung Smart TV (Tizen TV)
Stars: ✭ 40 (-61.17%)
Mutual labels:  ffmpeg
MovieBarCodeGenerator
User friendly tool to create your own movie barcodes
Stars: ✭ 57 (-44.66%)
Mutual labels:  ffmpeg
aplayer
ffplay友好版本. 对ffplay裁剪重构以适合初学者阅读、理解
Stars: ✭ 41 (-60.19%)
Mutual labels:  ffmpeg
ffmpeg-xcode
FFmpeg Xcode project
Stars: ✭ 55 (-46.6%)
Mutual labels:  ffmpeg
pulverize
A multi-process rendering script for Blender VSE.
Stars: ✭ 54 (-47.57%)
Mutual labels:  ffmpeg

VideoIO.jl

Reading and writing of video files in Julia.

Functionality based on a dedicated build of ffmpeg via FFMPEG.jl and the JuliaPackaging/Yggdrasil cross-compiler.

Docs Join the julia slack

Installation

The package can be installed with the Julia package manager. From the Julia REPL, type ] to enter the Pkg REPL mode and run:

pkg> add VideoIO

Or, equivalently, via the Pkg API:

julia> import Pkg; Pkg.add("VideoIO")

Documentation

  • documentation of the most recently tagged version.
  • documentation of the in-development version.

Project Status

The package is tested against, and being developed for, Julia v1 on Linux, macOS, and Windows, for x86, x86_64, armv7 and armv8 (aarch64).

Questions and Contributions

Usage questions can be posted on the Julia Discourse forum under the videoio tag, and/or in the #video channel of the Julia Slack.

Contributions are very welcome, as are feature requests and suggestions. Please open an issue if you encounter any problems.


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