Skip to main content

视频与png图片之间的转换

Project description

安装

pip install l0n0lvedio2image

介绍

本工具需要在命令行中使用

将视频转换为png图片

usage: l0n0lvedio2img [-h] [-f FPS] vedio_path image_path

positional arguments:
  vedio_path         视频路径
  image_path         输出图片的路径

optional arguments:
  -h, --help         show this help message and exit
  -f FPS, --fps FPS  每多少帧输出一次

例如:

l0n0lvedio2img vedio.mp4 ./outimg -f 5

执行完毕后,会在./outimg文件夹下生成视频每5帧的png图片

将图片转换为mp4(h.264)视频

usage: l0n0limg2vedio [-h] [-f FPS] image_path vedio_path

positional arguments:
  image_path         图片目录
  vedio_path         目标视频文件名

optional arguments:
  -h, --help         show this help message and exit
  -f FPS, --fps FPS  视频的帧率

例如:

l0n0limg2vedio ./outimg vedio2.mp4 -f 5

执行完毕后,将会读取./outimg文件夹下图片, 按照文件名排序, 然后按照每5帧一张图,生成视频

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

l0n0lvedio2image-1.0.4.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

l0n0lvedio2image-1.0.4-py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page