ffmpeg -i "Rick.and.Morty.S05E04.mkv" -ss 00:10:15 -t 8 -vn -acodec libmp3lame -q:a 2 rick_quote.mp3
(mylist.txt should contain file 'file1.mp4' file 'file2.mp4' ...)
It looks like you are looking for a way to handle the unique formatting of using FFmpeg. rick and morty s05e04 ffmpeg
Use -ss for start time and -t for duration.
This report addresses the common intersection of video codec/processing tools (FFmpeg) and media files (a specific episode of Rick and Morty ). ffmpeg -i "Rick
ffmpeg -f concat -safe 0 -i mylist.txt -c copy output.mp4
ffmpeg -ss 00:10:00 -i RickAndMorty_S05E04.mp4 -t 00:00:30 -c copy S5E04_Clip.mp4 Use code with caution. ffmpeg -f concat -safe 0 -i mylist
Since Episode 4 features the return of the character and specific scenes that fans often clip (like the sperm monster battles or the Inception-style sub-plot), I have put together three useful FFmpeg commands for common tasks: Creating a High-Quality GIF , Extracting Audio , and Creating a Subtitled Clip .