Skip to content

Instantly share code, notes, and snippets.

@vijayantkatyal
Last active August 9, 2019 04:35
Show Gist options
  • Save vijayantkatyal/2ed57836ee6d1adbc22bfb50f7ddf91f to your computer and use it in GitHub Desktop.
Save vijayantkatyal/2ed57836ee6d1adbc22bfb50f7ddf91f to your computer and use it in GitHub Desktop.
ffmpeg links
Notes:
> use ffmpeg as native tool in OS (without using any third party library)
> create transport streams (ts) for better conversion and quality and speed
> use good CPU with GPU power
> run multiple ffmpeg instances in parallel
> AWS lambda for creating videos
Links:
https://trac.ffmpeg.org/wiki/Encode/H.264
https://trac.ffmpeg.org/wiki
https://trac.ffmpeg.org/wiki/HWAccelIntro
https://ffmpeg.org/ffmpeg-all.html
https://askubuntu.com/questions/610903/how-can-i-create-a-video-file-from-a-set-of-jpg-images
https://www.npmjs.com/package/fluent-ffmpeg
https://www.npmjs.com/package/ffmpeg-progress-wrapper
https://www.npmjs.com/package/@scenejs/render
https://streaminglearningcenter.com/wp-content/uploads/2016/11/Cloud_encoder_with_FFmpeg-1.pdf
https://superuser.com/questions/490683/cheat-sheets-and-presets-settings-that-actually-work-with-ffmpeg-1-0
https://trac.ffmpeg.org/wiki/Projects
https://trac.ffmpeg.org/wiki/framemd5%20Intro%20and%20HowTo
https://trac.ffmpeg.org/wiki/Creating%20multiple%20outputs
https://trac.ffmpeg.org/wiki/Encode/YouTube
https://imagemagick.org/index.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment