 
      
    | You are here | www.swyx.io | ||
| | | | | www.virag.si | |
| | | | | One of the most commonly asked questions on Freenode/#ffmpeg is how to use it to encode videos for YouTube in accordance to Googles Recommended upload encoding settings. Conforming to the guideline is rather simple, but not straightforward for the newcomer. 1. Get newish ffmpeg Get decently new and updated ffmpeg - the current stable release is 2.7. OS X: brew install ffmpeg Windows: Get a 64-bit static build from Zeranoe's site. | |
| | | | | yasha.solutions | |
| | | | | here is how you can restream a source video from one RTMP to Facebook live 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ffmpeg -i "rtmp://yourInputStream.stream" \ -r 30 \ -ar 44100 \ -s 1280x720 \ -c:a libfdk_aac -b:a 90k \ -movflags +faststart \ -preset veryfast -crf 28 \ -tune zerolatency \ -profile:v baseline \ -maxrate 1000k \ -vcodec libx264 \ -bufsize 10000k \ -g 60 \ -max muxing_queue_size 1024 \ -f flv "rtmp://live-api-s. | |
| | | | | blog.gingerbeardman.com | |
| | | | | This article was originally posted on pico8 BBS in 2016, and on Playdate devforum in 2020. | |
| | | | | andadinosaur.com | |
| | | Spool is a Safari extension that adds a few features to the Threads web app. 2x https://andadinosaur.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBaWtCIiwiZXhwIjpudWx... | ||