home bbs files messages ]

Forums before death by AOL, social media and spammers... "We can't have nice things"

   alt.comp.freeware      Generic free software discussions      39,988 messages   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]

   Message 38,115 of 39,988   
   Paul to Oliver   
   Re: How do you speed up section of a vid   
   05 Nov 24 19:51:02   
   
   XPost: alt.comp.os.windows-10, rec.photo.digital   
   From: nospam@needed.invalid   
      
   On Tue, 11/5/2024 3:23 PM, Oliver wrote:   
   > After the sig is a series of video conversion commands I'm using on Windows   
   > 10 to fix videos uploaded to Amazon for product reviews - which are great.   
   >   
   > But today I have a video that is too long as it's a video of how a water   
   > pump will self start when the water level gets high & stop when it's low.   
   >   
   > Meanwhile the pump goes through stages, so I had to video the entire five   
   > minute process - but three or more of the five minutes are just waiting.   
   >   
   > Rather than chop the video (which leads the reader to think it's fudged), I   
   > would just like to speed it up (somehow) during the interim periods.   
   >   
   > How do you normally go about speeding up a section of a five minute MP4?   
   >   
   > I don't even know what the proper term to google for is but I found this:   
   > https://shotstack.io/learn/ffmpeg-speed-up-video-slow-down-videos/   
   >   
   > According to that article, this command will double the video's speed.   
   > ffmpeg -i input.mp4 -filter:v "setpts=0.5*PTS" -an output.mp4   
   > But I need the humming of the motor so I'll remove the audio none option.   
   > ffmpeg -i input.mp4 -filter:v "setpts=0.5*PTS" output.mp4   
   > But you still need to speed up the audio so they add the atempo option.   
   > ffmpeg -i input.mp4 -vf "setpts=0.5*PTS" -af "atempo=2.0" output.mp4   
   >   
   > But how do you speed up just a disjoint section or two of a video clip?   
      
   You would likely chop the video into sections to begin with.   
      
   Then if you know a section is annoying and needs a speed up,   
   you do the transformation on just the section. Then, splice   
   all the pieces of processed video together.   
      
   Maybe at the splices, you ad a fade out/fade in.   
      
   Some Youtubers, seem to do speed changes right in the   
   middle of something, with no fades or anything... and usually   
   with a few "glitches" in the vid.   
      
      Paul   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]


(c) 1994,  bbs@darkrealms.ca