@author: zhaoyafei0210@gmail.com
Table of Contents:
Moved into: https://github.com/walkoncross/ffmpeg-scripts-zyf
- Github: https://github.com/kkroening/ffmpeg-python
- API Reference: https://kkroening.github.io/ffmpeg-python/
- extract audio from video and save into file: ffmpeg_extract_audio
- for help info:
python ffmpeg_extract_audio.py -h
- for help info:
- extract audio from video and save into file, and get trim info: ffmpeg_extract_audio_and_get_trim_info
- for help info:
python ffmpeg_extract_audio_and_get_trim_info.py -h
- for help info:
- stack two videos: ffmpeg_stack_videos
- for help info:
python ffmpeg_stack_videos.py -h
- for help info:
- stack two videos with audio alignment: ffmpeg_stack_videos_with_audio_alignment
- for help info:
python ffmpeg_stack_videos_with_audio_alignment.py -h
- for help info:
- stack two videos with audio alignment using trim info json: ffmpeg_stack_videos_with_trim_files
- for help info:
python ffmpeg_stack_videos_with_trim_files.py -h
- for help info:
- stack groups of videos : ffmpeg_stack_video_groups
- for help info:
python ffmpeg_stack_video_groups.py -h
- for help info:
- stack groups of videos with audio alignment: ffmpeg_stack_video_groups_with_audio_alignment
- for help info:
python ffmpeg_stack_video_groups_with_audio_alignment.py -h
- for help info: