Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

devops: compile ffmpeg with support for video splitting #3938

Conversation

aslushnikov
Copy link
Collaborator

This build of ffmpeg will support splitting previoiusly-produced
webm video into png frames:

$ ffmpeg -i video.webm frames%03d.png

This patch:

  • adds matroska demuxer and libvpx decoder to parse webm videos
  • adds png encoder and image2 muxer to output frames
  • enables zlib since its a dependency for png

This increases the build size on Mac from 3.1MB unzipped to 3.3MB
unzipped.

This build of `ffmpeg` will support splitting previoiusly-produced
webm video into png frames:

```sh
$ ffmpeg -i video.webm frames%03d.png
```

This patch:
- adds `matroska` demuxer and `libvpx` decoder to parse webm videos
- adds `png` encoder and `image2` muxer to output frames
- enables `zlib` since its a dependency for png

This increases the build size on Mac from 3.1MB unzipped to 3.3MB
unzipped.
@aslushnikov aslushnikov changed the title devops: compile ffmpeg with support of video splitting devops: compile ffmpeg with support for video splitting Sep 21, 2020
@yury-s yury-s merged commit ee7c623 into microsoft:master Sep 21, 2020
@aslushnikov aslushnikov deleted the compile-ffmpeg-with-ability-to-parse-video-frames branch March 3, 2021 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants