can anyone give me a command line for FFmpeg to create a few seconds video preview (like on adult sites) from a 30-minute video? 🤔🤔
+ Reply to Thread
Results 1 to 2 of 2
-
-
-ss 0:00:30 -y -i input.file -codec copy -t 0:01:00 output.file
This will create a 1 minute movie starting at 30 seconds in. Adjust to taste.
Similar Threads
-
How do I use ffmpeg to create the highest quality animated gifs from video
By Bruce Banner in forum EditingReplies: 13Last Post: 11th May 2019, 00:26 -
Easy265File - Preview ffmpeg command and easly convert multipe files
By gil900 in forum Video ConversionReplies: 1Last Post: 9th Jun 2017, 04:25 -
how to create 3s picture pause at 30s intervals of a video with ffmpeg
By rey1 in forum EditingReplies: 2Last Post: 20th May 2016, 09:10 -
How to create a Interlaced Video with FFMPEG?
By franvlza in forum Newbie / General discussionsReplies: 5Last Post: 13th Jul 2015, 00:07 -
Any ffmpeg GUI that has a video preview cropping?
By imdaman in forum EditingReplies: 2Last Post: 12th Jul 2015, 00:57