Skip to content

jabbalaci/movie2android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

movie2android

Resize a movie for your Android/iOS device with ffmpeg.

Get a static FFmpeg build from http://ffmpeg.gusari.org/static/.

This mini project was inspired by the LUD-Media-Converter (https://github.com/kunaldeo/LUD-Media-Converter).

Usage:

./movie2android.py movie.avi

It will resize the movie and produce a movie.mp4 file. If the input was called movie.mp4, the output will be called movie-resized.mp4. You can change the ffmpeg settings by adjusting the config dictionary in the source.

You can also pass several parameters to the script and they will be processed one by one in a queue.

New (July 2013):

From now on you can process files from different directories too. This is done via sockets. See the README.md file in the client_server directory.

Contributions:

About

Resize movies for your Android/iOS device with ffmpeg.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages