sfahadshahzad Fahad Shahzad Pakistan
Keybase proof
I hereby claim:
- I am sfahadshahzad on github.
- I am sfahadshahzad (https://keybase.io/sfahadshahzad) on keybase.
- I have a public key ASB3MuPkGZc_ws3Zuu1Bu3Z4ksldmNcroCB0RvX5zYY4pAo
@echo off | |
:: Set duration in seconds | |
set duration=10 | |
:: Temporary loop TS file to create | |
set loopfile=loop.mkv | |
:: Target mpegts URL (ESCAPE &s with ^!!! and add double quotes) | |
:: see https://www.ffmpeg.org/ffmpeg-protocols.html#udp for full syntax | |
set "target=udp://239.0.0.1:1234?ttl=13^&pkt_size=1316" |
from kivy.app import App | |
from kivy.uix.widget import Widget | |
from kivy.uix.boxlayout import BoxLayout | |
from kivy.uix.image import Image | |
from kivy.clock import Clock | |
from kivy.graphics.texture import Texture | |
import cv2 | |
import numpy as np |
sfahadshahzad Fahad Shahzad Pakistan
I hereby claim:
ffmpeg
with Decklink support on Ubuntu 18.04 Servertar -xf Blackmagic_Desktop_Video_Linux_*.tar
cd Blackmagic_Desktop_Video_Linux_*/deb/x86_64/
sudo dpkg -i desktopvideo_*.deb
sudo apt-get install -f
BlackmagicFirmwareUpdater status
# if prompted to update, perform an update:
I was able to find a VERY QUICK AND DIRTY way to use the media-autobuild suite to compile my own 64-bit static FFmpeg for Windows with the NDI library. | |
Download it and extract to a place on your computer, and keep note of the path. I put it in "D:\ndi\media-autobuild_suite-master", so for the sake of these instructions when you see "<autobuild>", you need to substitute whatever path you've put it in. | |
During the initial setup process, request to use the static build and add whatever else you'd like to have in your ffmpeg, then pause what you're doing when the on-screen prompts tell you the ffmpeg_options file has been written, then go into <autobuild>\build\ffmpeg_options.txt and add somewhere a line with | |
Code: | |
--enable-libndi_newtek | |
http://www.waveguide.se/?article=creating-dvb-t-compatible-mpeg2-streams-using-ffmpeg |
Install FFmpeg with homebrew. You'll need to install it with a couple flags for webm and the AAC audio codec.
brew install ffmpeg --with-libvpx --with-libvorbis --with-fdk-aac --with-opus
This is a collection of working commandline examples to show how one could use FFMpeg and VLC for live transcoding of video streams. All examples have been tested on OSX 10.7.5 with FFMPeg 1.1.3 and VLC 2.0.5 in early 2013.
Documentation links