Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thesystemguy1337/ffmpeg-mms
Simple batch script to convert videos to MMS quality used by the GSM standard which Android users had to endure for over a decade thanks to Apple being Apple.
https://github.com/thesystemguy1337/ffmpeg-mms
3gp apple batch-script ffmpeg gsm mms reversed umts video
Last synced: about 10 hours ago
JSON representation
Simple batch script to convert videos to MMS quality used by the GSM standard which Android users had to endure for over a decade thanks to Apple being Apple.
- Host: GitHub
- URL: https://github.com/thesystemguy1337/ffmpeg-mms
- Owner: TheSystemGuy1337
- License: other
- Created: 2024-10-13T01:38:21.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-28T18:03:57.000Z (24 days ago)
- Last Synced: 2024-12-22T02:55:23.578Z (about 10 hours ago)
- Topics: 3gp, apple, batch-script, ffmpeg, gsm, mms, reversed, umts, video
- Language: Batchfile
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ffmpeg-MMS
Simple batch script to convert videos to MMS quality used by the GSM standard which Android users had to endure for over a decade thanks to Apple being Apple. This era of low quality videos are coming to an end with Apple finally adopting RCS instead of hanging onto a 20 year old standard for dear life. This was made using reverse engineering efforts of an actual MMS 3gp file sent by an iPhone using ffprobe. I tried to make it 100% accurate, but I was only able to make it 85% accurate.# Known issues
File extensions are duplicated. This is an issue I tried to fix but was unable to.# How do I even use this?
This was designed with ffmpeg being a enviroment variable in mind. Place the batch script along side ffmpeg and run it. Follow the on-screen instuctions.