Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support FFmpeg Devices #30

Open
sfahadshahzad opened this issue May 17, 2022 · 3 comments
Open

Support FFmpeg Devices #30

sfahadshahzad opened this issue May 17, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@sfahadshahzad
Copy link

Hi,

It would be great if you add function to get SDI input from BlackMagic devices.

Regards,

Fahad

@alfg
Copy link
Owner

alfg commented May 21, 2022

Hey @sfahadshahzad, can you provide an example of the command output you're looking for? Thanks.

@sfahadshahzad
Copy link
Author

Dear @alfg,

Hope you are doing well and keeping safe.

I am using ffmpeg with decklink to produce perfect CBR MPEGTS output;

ffmpeg -f decklink -i "DeckLink Quad (1)" -deinterlace -s 1920x1080 -r 25 -aspect 16:9 -c:v libx264 -x264opts nal-hrd=cbr:force-cfr=1
-b:v 2300k -minrate 4500k -maxrate 4500k -bufsize 5500k -c:a libfdk_aac -b:a 192k
-flush_packets 0 -muxrate 5500000 -f mpegts "udp://127.0.0.1:10000?pkt_size=1316&bitrate=5500000"

Regards,

Fahad

@alfg
Copy link
Owner

alfg commented May 25, 2022

@sfahadshahzad. Got it. I don't think I'll be supporting input/output devices in the near future for this project. However, I'll keep this issue open as a suggestion to support devices referenced https://ffmpeg.org/ffmpeg-devices.html.

@alfg alfg changed the title BMD Video Input Device Support FFmpeg Devices May 25, 2022
@alfg alfg added the enhancement New feature or request label May 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants