https://github.com/alphabs/gif2video
android app for converting gif to video
https://github.com/alphabs/gif2video
Last synced: 2 months ago
JSON representation
android app for converting gif to video
- Host: GitHub
- URL: https://github.com/alphabs/gif2video
- Owner: AlphaBs
- Created: 2020-06-21T05:51:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-10T16:55:00.000Z (almost 6 years ago)
- Last Synced: 2025-01-28T00:44:57.388Z (over 1 year ago)
- Language: Java
- Size: 25.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gif2video
android app for converting gif to video
Compression test
| Original | Option1 | Ratio |
| -------- | -------- | ----- |
| [t1.gif](https://github.com/AlphaBs/gif2video/blob/master/test_video/t1.gif) 7,290kb | [t1.mp4](https://github.com/AlphaBs/gif2video/blob/master/test_video/t1.mp4) 341kb | 95% |
| [t2.gif](https://github.com/AlphaBs/gif2video/blob/master/test_video/t2.gif) 7,411kb | [t2.mp4](https://github.com/AlphaBs/gif2video/blob/master/test_video/t1.mp4) 919kb | 87% |
| [t3.gif](https://github.com/AlphaBs/gif2video/blob/master/test_video/t3.gif) 9,966kb | [t3.mp4](https://github.com/AlphaBs/gif2video/blob/master/test_video/t3.mp4) 784kb | 92% |
Option1 : libx264 default
`-c:v libx264 -movflags faststart -vf "pad=ceil(iw/2)*2:ceil(ih/2)*2" -pix_fmt yuv480p`