We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: