Skip to content

Docker FFmpeg with NDI-h264-h265 enc/dec

Notifications You must be signed in to change notification settings

knmurphy/docker-ffmpeg-ndi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FFmpeg Encoder/Decoder with NDI included:

Run FFmpeg-NDI Docker:

For a virtual Webcam with NDI source:
Docker run --net=host ffmpeg -f libndi_newtek -i 'STUDIER (Afv.G)' -vcodec rawvideo -pix_fmt yuv420p -threads 0 -f v4l2 /dev/video0

Reencode a NDI source:
sudo docker run --net=host 7b386034558a -f libndi_newtek -i 'STUDIER (Afv.G)' -f libndi_newtek -pix_fmt uyvy422 'KAOLTEST'

Show all NDI sources:
ffmpeg -f libndi_newtek -find_sources 1 -i dummy

About

Docker FFmpeg with NDI-h264-h265 enc/dec

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Shell 100.0%