Skip to content

ImageProcessingChina/VideoParser

Repository files navigation

VideoParser

A tool to parse video information and rename video name and etc. wrote by python Get video file's times, size, frame width&height&speed, data rate.

MoviePy is a Python module for video editing, which can be used for basic operations

(like cuts, concatenations, title insertions), video compositing (a.k.a. non-linear editing), video processing, or to create advanced effects. It can read and write the most common video formats, including GIF. MoviePy uses the software ffmpeg to read and to export video and audio files. It also (optionally) uses ImageMagick to generate texts and write GIF files. The processing of the different media is ensured by Python’s fast numerical library Numpy. Advanced effects and enhancements use some of Python’s numerous image processing libraries (PIL, Scikit-image, scipy, etc.).

ImageMagick是一个免费的创建、编辑、合成图片的软件。它可以读取、转换、写入多种格式的图片。图片切 割、颜色替换、各种效果的应用,图片的旋转、组合,文本,直线,多边形,椭圆,曲线,附加到图片伸展旋 转。ImageMagick是免费软件:全部源码开放,可以自由使用,复制,修改,发布,它遵守GPL许可协议,可 以运行于大多数的操作系统,ImageMagick的大多数功能的使用都来源于命令行工具。

Library needed:

  1. xlwt
  2. moviepy
  3. decorator
  4. imageio

EXE needed:

  1. ffmpeg-win32-v3.2.4.exe

About

A tool to parse video information and rename video name and etc. wrote by python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors