Skip to content
/ qwebm Public

[WIP] A script that makes ffmpeg two-pass encoding easier.

License

Notifications You must be signed in to change notification settings

hoon/qwebm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

qwebm - work in progress

Description

A script that makes ffmpeg two-pass encoding easier. Will only convert to WebM container format.

Usage

Simple usage with default options:

python qwebm.py <input_video_file>

To target a specific size (default is 6 MB):

python qwebm.py -s 2560 KB <input_video_file>

To resize video to specific dimension:

python qwebm.py --dim 480p <input_video_file>

To encode using VP9 codec (default is VP8):

python qwebm.py --cv vp9 <input_video_file>

To print ffmpeg execution arguments qwebm would have used but not actually execute ffmpeg:

python qwebm.py --print-args --nx <input_video_file>

About

[WIP] A script that makes ffmpeg two-pass encoding easier.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages