Skip to content

kachurovskiy/VideoContextMenu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Stabilize a shaky video or convert to H264 with a single Windows Explorer context menu click.

Installation

  1. Make sure you have ffmpeg installed and added to PATH, so that typing ffmpeg into the Command Line works.
  2. Download https://github.com/kachurovskiy/VideoContextMenu into C:\VideoContextMenu
  3. Execute all.reg

You should now have the video stabilization and converting shortcuts for all file types.

Customization

Edit the BAT files locally to best fit your needs or add more shortcuts to your liking by adding more BAT files (don't forget .reg corresponding changes). Pull requests are welcome. Enjoy!

Where to find output files

Stabilization: in the same folder with _stabilized suffix and .MP4 extension e.g. C:\Media\1.FLV is stabilized into C:\Media\1_stabilized.MP4.

Conversion: in the same folder with .mp4 extension. If such file already exists then -h264 suffix is added to the output file name.

Uninstall

To delete these menu items, start Windows regedit tool and remove corresponding items from HKEY_CLASSES_ROOT\*\shell

About

Common ffmpeg actions in Windows Explorer context menu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published