Last active
April 24, 2017 04:33
-
-
Save trickkiste/fc2aba2fd1ffae2c73c87b6893c53afc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set root=/srv/assets/ | |
| uadd avformat:rtmp://rtmp-api.facebook.com:80/rtmp/XXX | |
| uset u0 consumer.realtime=1 | |
| uset u0 consumer.mlt_profile=atsc_1080p_25 | |
| user u0 consumer.target=rtmp://rtmp-api.facebook.com:80/rtmp/XXX | |
| uset u0 consumer.pix_fmt="yuv420p" | |
| uset u0 consumer.f="flv" | |
| uset u0 consumer.bufsize=1835008 | |
| # libx264 settings | |
| uset u0 consumer.vcodec=libx264 | |
| uset u0 consumer.vpre=fast | |
| #uset u0 consumer.tune | |
| #uset u0 consumer.vprofile=main | |
| #uset u0 consumer.level=3.1 | |
| uset u0 consumer.vb=2000k | |
| uset u0 consumer.minrate=2000k | |
| uset u0 consumer.maxrate=2000k | |
| uset u0 consumer.r=25 | |
| uset u0 consumer.g=50 | |
| #uset u0 consumer.bf=2 | |
| uset u0 consumer.x264opts="keyint=50:min-keyint=50:scenecut=0" | |
| uset u0 consumer.keyint_min=0 | |
| uset u0 consumer.sc_threshold=0 | |
| uset u0 consumer.threads=0 | |
| # aac settings | |
| uset u0 consumer.acodec=aac | |
| uset u0 consumer.ab=64k | |
| # unit settings | |
| uset u0 eof=loop | |
| uset u0 terminate_on_pause=0 | |
| uset u0 realtime=1 | |
| # loading files | |
| load u0 audio-bbc.mp4 | |
| apnd u0 audio-sync.mp4 | |
| # play | |
| play u0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment