0.1.4 • Published 2 years ago

vsxc-ffmpeg v0.1.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

videos-speed-x_ffmpeg

English|中文

Multi-video processing tool based on 'ffmpeg'

  • concat only
  • merge video+audio
  • speed only
  • speed+concat(speed first, and then concat)
  • Multi-folder and multi-process processing

Tips:

Concat first, and the resulting file size is equal to the combined file size, which will occupy a large space; In order to reduce space occupation

  • Speed => dir__{speed}xdirectory
  • Concat => dir__{speed}xfile

Install ffmpeg

Click the link to download from the official websiteffmpeg, And install it locally

  • The shell test version is as follows
$ ffmpeg -version
ffmpeg version 5.1.2-full_build-www.gyan.dev Copyright (c) 2000-2022 the FFmpeg developers

Usage

  • -h console README.md
vsxc-ffmpeg -h
  • --hzh console README_zh-CN.md
vsxc-ffmpeg --hzh
  • --mode=mr

merge video+audio

vsxc-ffmpeg --mode=mr --dirs=2023-02-12
  • --mode=co
vsxc-ffmpeg --mode=co --dirs=2023-02-12
  • --mode=sp
vsxc-ffmpeg --mode=sp --file=2023-02-12.mp4 --sp=2
  • --mode=spc
vsxc-ffmpeg --mode=spc --dirs=2023-02-12 --sp=8

Params

--mode param

  • sp: speed only
  • co: concat only
  • mr: merge video+audio
  • spc: speed and concat

others

paramsdescribtionSpecific -- mode is valid/required
--spspeedall
--fileTarget file under current path--mode=sp Required
--dirsDirectory, multiple separated by commas--mode=spc/--mode=co Valid
--anNo audio reserved, no value transfer required, audio reserved by defaultall
--fflogPrint ffmpeg logs;Do not print by defaultall
--fextMerged output file suffix, default mp4--mode=spc/--mode=co Valid
0.1.2

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago