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
ffmpeg -v 3 -i movie.mov -re -acodec libfaac -ab 64k -ar 44000 -ac 1 -strict experimental -vcodec libx264 -b 600k -bt 225k -minrate 400k -maxrate 800k -bufsize 887.04k -r 25 -s 720x400 -aspect 16:9 -trellis 1 -subq 7 -me_range 16 -i_qfactor 0.71 -bf 3 -b_strategy 1 -refs 2 -partitions partp8x8 -flags +loop -flags2 +dct8x8 -g 50 -qmin 1 -qmax 51 -qdiff 4 -qcomp 0.5 -level 30 -sc_threshold 40 -sn -threads 8 -f flv rtmp://... |
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
#!/usr/bin/env python | |
# | |
# atemClient.py | |
# Copyright (c) 2012 Thorsten Philipp <[email protected]> | |
# | |
# Permission is hereby granted, free of charge, to any person obtaining a copy of | |
# this software and associated documentation files (the "Software"), to deal in the | |
# Software without restriction, including without limitation the rights to use, copy, | |
# modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, | |
# and to permit persons to whom the Software is furnished to do so, subject to the |
NewerOlder