Skip to content

Instantly share code, notes, and snippets.

@gtk2k
Created July 7, 2018 05:01
Show Gist options
  • Save gtk2k/a65bcb066d8c7a45017332ba20ea0b3d to your computer and use it in GitHub Desktop.
Save gtk2k/a65bcb066d8c7a45017332ba20ea0b3d to your computer and use it in GitHub Desktop.
ffmpeg named pipe commandline option
-thread_queue_size 512 -framerate 10 -f rawvideo -pix_fmt rgb32 -video_size 1920x1080 -i \\.\pipe\captura-8efba1cb-61c4-4a4c-a6a7-da2b3c47e2ed -thread_queue_size 512 -f s16le -acodec pcm_s16le -ar 44100 -ac 2 -i \\.\pipe\captura-3714b764-3029-43bb-8c0f-7ad9b8b5ad16 -vcodec libx264 -crf 15 -pix_fmt yuv420p -preset ultrafast -r 10 -c:a aac -strict -2 -b:a 256k "C:\Users\synamon07\Documents\Captura\2018-07-07-13-53-51.mp4"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment