mirror of
https://github.com/leandromoreira/digital_video_introduction.git
synced 2026-01-09 14:38:02 -05:00
4 lines
234 B
Bash
Executable File
4 lines
234 B
Bash
Executable File
#!/bin/bash
|
|
./s/ffmpeg -y -i /files/v/bunny_1080p_60fps.mp4 -ss 00:01:24 -t 00:00:10 /files/v/small_bunny_1080p_60fps.mp4
|
|
./s/ffmpeg -y -i /files/v/bunny_1080p_30fps.mp4 -ss 00:01:24 -t 00:00:10 /files/v/small_bunny_1080p_30fps.mp4
|