Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 503 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 503 Bytes

FFmpeg Helper

a FFmpeg-based tool to cut/merge video, extract audio from the video and merge video & audio to new video.

cut video

mode:

  • DURATION_MODE
    • time interval: start_offset ~ start_offset + duration
  • ENDTIME_MODE
    • time interval: start_offset ~ end_offset
FFmpeg Helper

extract audio

extract audio from a video

merge video & audio

merge video & audio to a new video