Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A small python script to convert existing mp4 video files to webm format using ffmpeg.

NotificationsYou must be signed in to change notification settings

Juli0q/LinuxMelodyManiaConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A small python script to convert existing mp4 video files to webm format using ffmpeg. When running the game on aLinux Device like the Steam Deck or a Raspberry Pi, the game will loop the mp4 files every 5 seconds. A workaround is toconvert the mp4 files to webm format.

The script has only been tested on Linux and may not work on Windows or MacOS.

Requirements

  • Python 3.6 or higher
  • ffmpeg

You can install all required python packages by running the following command:

pip install -r requirements.txt

Usage

Please make a backup of your songs before running the script.

python convert.py --input-folder<input-folder>

Options

  • --input-folder - The folder containing the mp4 files that you want to convert to webm format.
  • --width - The width of the output video. Default is 1080.
  • --height - The height of the output video. Default is 1920.
  • --bitrate - The bitrate of the output video. Default is pulled from the input video.
  • --delete-old - Delete the old mp4 files after converting them to webm format. Default is True.

About

A small python script to convert existing mp4 video files to webm format using ffmpeg.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp