All Projects → iteufel → Nwjs Ffmpeg Prebuilt

iteufel / Nwjs Ffmpeg Prebuilt

Licence: gpl-2.0
FFmpeg prebuilt binaries for NW.js / Chromium

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Nwjs Ffmpeg Prebuilt

Voukoder
Provides an easy way to include the FFmpeg encoders in other windows applications.
Stars: ✭ 436 (-6.24%)
Mutual labels:  ffmpeg, h264
live-stream-media-source-extensions
Live stream h264 encoded mp4 video on media source extensions using ffmpeg, node.js, socket.io, and express. Works in chrome, firefox, safari, and android. Not iOS compatible. Work has moved to mse-live-player repo =>
Stars: ✭ 24 (-94.84%)
Mutual labels:  h264, ffmpeg
Ffmediatoolkit
FFMediaToolkit is a cross-platform video decoder/encoder library for .NET that uses FFmpeg native libraries. It supports video frames extraction, reading stream metadata and creating videos from bitmaps in any format supported by FFmpeg.
Stars: ✭ 156 (-66.45%)
Mutual labels:  ffmpeg, h264
Conv2mp4 Ps
This Powershell script will recursively search through a user-defined file path and convert all videos of user-specified file types to MP4 with H264 video and AAC audio using ffmpeg. The purpose of this script is to reduce transcoding CPU load on a media server like Plex or Emby and increase video compatibility across platforms.
Stars: ✭ 97 (-79.14%)
Mutual labels:  ffmpeg, h264
crusher
Develop.Test. Ship.🦖 Open source e2 low-code web testing. Blazing fast alternative to Selenium, Cypress.
Stars: ✭ 148 (-68.17%)
Mutual labels:  ffmpeg, chromium
Node Tcp Streaming Server
Experimental TCP video streaming server written in node.js. Streaming over TCP and redistributing using WebSockets.
Stars: ✭ 100 (-78.49%)
Mutual labels:  ffmpeg, h264
HandyBrowser
A Handshake enabled Chromium web browser and reference client; works with HSD and the HNSD light client. Use our example to build or integrate Handshake into any browser.
Stars: ✭ 101 (-78.28%)
Mutual labels:  nwjs, chromium
Trinity
android video record editor muxer sdk
Stars: ✭ 609 (+30.97%)
Mutual labels:  ffmpeg, h264
dji-ryze-tello
Pythonic DJI Ryze Tello Workbench
Stars: ✭ 17 (-96.34%)
Mutual labels:  h264, ffmpeg
camstudio
CamStudio fork
Stars: ✭ 83 (-82.15%)
Mutual labels:  h264, ffmpeg
Camerartmpsdk
CameraRtmpSDK is an audio and video based on ffmpeg SDK, is committed to creating a cross-platform audio and video sampling, encoding, mixing, protocol upload program.
Stars: ✭ 95 (-79.57%)
Mutual labels:  ffmpeg, h264
Androidffmpeg
android 读取摄像头和麦克风,使用rtmp推流
Stars: ✭ 298 (-35.91%)
Mutual labels:  ffmpeg, h264
Analysisavp
音视频学习,相关文件格式/协议分析。h264 nalu aac adts flv
Stars: ✭ 38 (-91.83%)
Mutual labels:  ffmpeg, h264
Digital video introduction
A hands-on introduction to video technology: image, video, codec (av1, vp9, h265) and more (ffmpeg encoding).
Stars: ✭ 12,184 (+2520.22%)
Mutual labels:  ffmpeg, h264
Ffmediaelement
FFME: The Advanced WPF MediaElement (based on FFmpeg)
Stars: ✭ 733 (+57.63%)
Mutual labels:  ffmpeg, h264
Swiftffmpeg
A Swift wrapper for the FFmpeg API
Stars: ✭ 243 (-47.74%)
Mutual labels:  ffmpeg, h264
smart rtmpd
RTMP server, smart, compact, high performance(c, c++), high concurrency, easy to maintain, easy to deploy, (supports multiple operating systems Windows and Linux, ARM, FreeBSD)
Stars: ✭ 159 (-65.81%)
Mutual labels:  h264, 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 (-37.63%)
Mutual labels:  ffmpeg, h264
Mpc Hc
MPC-HC's main repository. For support use our Trac: https://trac.mpc-hc.org/
Stars: ✭ 3,567 (+667.1%)
Mutual labels:  ffmpeg, h264
Rpi Webrtc Streamer
This repo's objective is providing something like Web Cam server on the most popular Raspberry PI hardware. By integrating [WebRTC](https://webrtc.org/native-code/) and Raspberry PI, we can stream the Raspberry camera feed to browser or native client which talks WebRTC.
Stars: ✭ 428 (-7.96%)
Mutual labels:  h264

FFmpeg prebuilt for NW.js

FFmpeg prebuilt binaries with proprietary codecs and build instructions for Window, Linux and macOS.

Downloads

Downloads can be found here

Build

Usage:

node build[-h] [-c] [--version NW_VERSION] [--arch TARGET_ARCH] or npx nwjs-ffmpeg-prebuilt [-h] [-c] [-d] [--get-download-url] [--version NW_VERSION] [--arch TARGET_ARCH]

Arguments explanied:
  • -h, --help : Show the help message and exit
  • -c, --clean : Clean the workspace, removes downloaded source code
  • -v NW_VERSION, --version NW_VERSION : Build ffmpeg for the specified Nw.js version (latest from http://nwjs.io/versions.json if not specified)
  • -a TARGET_ARCH, --arch TARGET_ARCH : Target architecture, x86, x64, arm
  • -d, --download : Download Prebuild binaries.
  • -p, --platform : Download platform, darwin, win, linux
  • --get-download-url : Get Download Url for Prebuild binaries
  • -o, --out : Output Directory

Specific guides:

You can get the FFmpeg source code from here.

License and Patent Fee

Using MP3 and H.264 codecs requires you to pay attention to the patent royalties and the license of the source code. Consult a lawyer if you do not understand the licensing constraints and using patented media formats in your application. For more information about the license of the source code, check here.

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