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

stream video from decklink input #3

Open
sfahadshahzad opened this issue Jan 12, 2022 · 0 comments
Open

stream video from decklink input #3

sfahadshahzad opened this issue Jan 12, 2022 · 0 comments

Comments

@sfahadshahzad
Copy link

Hi,

Hope you are doing well and keeping safe.

I want create batch file for ffmpeg to get video input from decklink and output to udp as mpegts

here is sample command;

.\ffmpeg.exe -f decklink -i 48:00000000:00300a00 -c:v libx264 -tune zerolatency -preset:v veryfast -x264opts bitrate=6000:vbv-maxrate=6000:vbv-bufsize=5000:ratetol=200:vbv-init=200 -pix_fmt yuv420p -bf 3 -b_strategy 1 -crf 18 -profile:v high -level:v 4.1 -r 25.00 -g 60 -s 1920x1080 -aspect 16:9 -b:v 6M -minrate 6M -maxrate 6M -bufsize 3M -c:a libfdk_aac -b:a 128000 -ar 44100 -ac 2 -mpegts_flags resend_headers -f mpegts -muxrate 7000k -x264-params interlaced=1 -sc_threshold 500 udp://239.253.253.4:1234?pkt_size=1316

Regards,

Fahad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant