ffmpeg -i *.mp4 -vf subtitles=*.srt output.mp4
ffmpeg -i audio.aac -i ch2.h264 -acodec copy -vcodec copy -f mpegts out.ts
ffmpeg -rtsp_transport tcp -i rtsp://fuck.com/fuck/fuck -c copy -f flv rtmp://shit.com/shit/shit
| #!/bin/bash | |
| ## Script for building/installing FreeSWITCH from source. | |
| ## URL: https://gist.github.com/mariogasparoni/dc4490fcc85a527ac45f3d42e35a962c | |
| ## Freely distributed under the MIT license | |
| ## | |
| ## | |
| set -xe | |
| FREESWITCH_SOURCE=https://github.com/signalwire/freeswitch.git | |
| FREESWITCH_RELEASE=master #or set this to any other version, for example: v1.10.5 | |
| PREFIX=/usr/share/freeswitch |
| i386 : iPhone Simulator | |
| x86_64 : iPhone Simulator | |
| arm64 : iPhone Simulator | |
| iPhone1,1 : iPhone | |
| iPhone1,2 : iPhone 3G | |
| iPhone2,1 : iPhone 3GS | |
| iPhone3,1 : iPhone 4 | |
| iPhone3,2 : iPhone 4 GSM Rev A | |
| iPhone3,3 : iPhone 4 CDMA | |
| iPhone4,1 : iPhone 4S |