Progressively Accelerate Video with ffmpegproblems encoding 1080p60fps MTS files with ffmpeg to DNxHD proxy;...

If Manufacturer spice model and Datasheet give different values which should I use?

What would happen to a modern skyscraper if it rains micro blackholes?

How do I create uniquely male characters?

Is it tax fraud for an individual to declare non-taxable revenue as taxable income? (US tax laws)

What do you call a Matrix-like slowdown and camera movement effect?

Why are 150k or 200k jobs considered good when there are 300k+ births a month?

Can a German sentence have two subjects?

If I cast Expeditious Retreat, can I Dash as a bonus action on the same turn?

Should I join office cleaning event for free?

How is it possible for user to changed after storage was encrypted? (on OS X, Android)

When blogging recipes, how can I support both readers who want the narrative/journey and ones who want the printer-friendly recipe?

Why is "Reports" in sentence down without "The"

How did the USSR manage to innovate in an environment characterized by government censorship and high bureaucracy?

How can I automatically replace [[ and ]] with the [LeftDoubleBracket] and [RightDoubleBracket] operators?

Is there really no realistic way for a skeleton monster to move around without magic?

Can an x86 CPU running in real mode be considered to be basically an 8086 CPU?

Representing power series as a function - what to do with the constant after integration?

Accidentally leaked the solution to an assignment, what to do now? (I'm the prof)

GPS Rollover on Android Smartphones

Why did the Germans forbid the possession of pet pigeons in Rostov-on-Don in 1941?

Suffixes -unt and -ut-

Are tax years 2016 & 2017 back taxes deductible for tax year 2018?

Continuity at a point in terms of closure

Why doesn't Newton's third law mean a person bounces back to where they started when they hit the ground?



Progressively Accelerate Video with ffmpeg


problems encoding 1080p60fps MTS files with ffmpeg to DNxHD proxy; plays too slow in NLE compositor window.Create a screencast with ffmpeg: how to keep video+audio in sync?What ffmpeg command would convert a video for iPad/iPhone/iPod?ffmpeg -segment_time produces spoiled segmentsFFmpeg and HLS multiple audio renditionsFFmpeg overlay image on video with fade-effectFFMPEG: m4a to mp3 conversion using multiple coresHow to cut video frame specific with ffmpeg and convert framerate?FFMPEG: x265 video encode optionsffmpeg how to extract X frames every Y interval from url efficiently






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







1















I'm currently trying to make a time lapse video. This can be done fine with iMovie, however, I'm having one simple issue. Is there any way to accelerate a video progressively with any open source software?



I specifically named ffmpeg, because I've always had the feeling ffmpeg can do anything :). However, if there is any other (free) alternative, I'd be quite glad to hear of it as well.



If you want to know why, I want to progressively increase the speed to give a dramatic effect to my video.



Essentially, I want the video to get faster as it progresses.










share|improve this question

























  • What do mean by "progressively"? I'm assuming you want your output to speed up in a non-linear fashion, as in the video will become faster as the video progresses. Is this correct?

    – llogan
    Jan 26 '12 at 2:04











  • That is absolutely correct.

    – boopyman
    Jan 26 '12 at 2:14






  • 1





    FFmpeg by itself (I'm referring to the binary, not using it programatically via the libraries) can speed up your video, but only in a linear, constant speed. slowmoVideo can change the speed of your video dynamically and add motion blur if desired. It's free, but currently only available for Linux.

    – llogan
    Jan 26 '12 at 20:08













  • Hmmm... Thanks for suggesting, it looks pretty awesome ! It's just a shame there's now Windows or OSX version...

    – boopyman
    Jan 26 '12 at 20:31


















1















I'm currently trying to make a time lapse video. This can be done fine with iMovie, however, I'm having one simple issue. Is there any way to accelerate a video progressively with any open source software?



I specifically named ffmpeg, because I've always had the feeling ffmpeg can do anything :). However, if there is any other (free) alternative, I'd be quite glad to hear of it as well.



If you want to know why, I want to progressively increase the speed to give a dramatic effect to my video.



Essentially, I want the video to get faster as it progresses.










share|improve this question

























  • What do mean by "progressively"? I'm assuming you want your output to speed up in a non-linear fashion, as in the video will become faster as the video progresses. Is this correct?

    – llogan
    Jan 26 '12 at 2:04











  • That is absolutely correct.

    – boopyman
    Jan 26 '12 at 2:14






  • 1





    FFmpeg by itself (I'm referring to the binary, not using it programatically via the libraries) can speed up your video, but only in a linear, constant speed. slowmoVideo can change the speed of your video dynamically and add motion blur if desired. It's free, but currently only available for Linux.

    – llogan
    Jan 26 '12 at 20:08













  • Hmmm... Thanks for suggesting, it looks pretty awesome ! It's just a shame there's now Windows or OSX version...

    – boopyman
    Jan 26 '12 at 20:31














1












1








1








I'm currently trying to make a time lapse video. This can be done fine with iMovie, however, I'm having one simple issue. Is there any way to accelerate a video progressively with any open source software?



I specifically named ffmpeg, because I've always had the feeling ffmpeg can do anything :). However, if there is any other (free) alternative, I'd be quite glad to hear of it as well.



If you want to know why, I want to progressively increase the speed to give a dramatic effect to my video.



Essentially, I want the video to get faster as it progresses.










share|improve this question
















I'm currently trying to make a time lapse video. This can be done fine with iMovie, however, I'm having one simple issue. Is there any way to accelerate a video progressively with any open source software?



I specifically named ffmpeg, because I've always had the feeling ffmpeg can do anything :). However, if there is any other (free) alternative, I'd be quite glad to hear of it as well.



If you want to know why, I want to progressively increase the speed to give a dramatic effect to my video.



Essentially, I want the video to get faster as it progresses.







ffmpeg video-editing






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 3 '12 at 22:17







boopyman

















asked Jan 26 '12 at 1:00









boopymanboopyman

1287




1287













  • What do mean by "progressively"? I'm assuming you want your output to speed up in a non-linear fashion, as in the video will become faster as the video progresses. Is this correct?

    – llogan
    Jan 26 '12 at 2:04











  • That is absolutely correct.

    – boopyman
    Jan 26 '12 at 2:14






  • 1





    FFmpeg by itself (I'm referring to the binary, not using it programatically via the libraries) can speed up your video, but only in a linear, constant speed. slowmoVideo can change the speed of your video dynamically and add motion blur if desired. It's free, but currently only available for Linux.

    – llogan
    Jan 26 '12 at 20:08













  • Hmmm... Thanks for suggesting, it looks pretty awesome ! It's just a shame there's now Windows or OSX version...

    – boopyman
    Jan 26 '12 at 20:31



















  • What do mean by "progressively"? I'm assuming you want your output to speed up in a non-linear fashion, as in the video will become faster as the video progresses. Is this correct?

    – llogan
    Jan 26 '12 at 2:04











  • That is absolutely correct.

    – boopyman
    Jan 26 '12 at 2:14






  • 1





    FFmpeg by itself (I'm referring to the binary, not using it programatically via the libraries) can speed up your video, but only in a linear, constant speed. slowmoVideo can change the speed of your video dynamically and add motion blur if desired. It's free, but currently only available for Linux.

    – llogan
    Jan 26 '12 at 20:08













  • Hmmm... Thanks for suggesting, it looks pretty awesome ! It's just a shame there's now Windows or OSX version...

    – boopyman
    Jan 26 '12 at 20:31

















What do mean by "progressively"? I'm assuming you want your output to speed up in a non-linear fashion, as in the video will become faster as the video progresses. Is this correct?

– llogan
Jan 26 '12 at 2:04





What do mean by "progressively"? I'm assuming you want your output to speed up in a non-linear fashion, as in the video will become faster as the video progresses. Is this correct?

– llogan
Jan 26 '12 at 2:04













That is absolutely correct.

– boopyman
Jan 26 '12 at 2:14





That is absolutely correct.

– boopyman
Jan 26 '12 at 2:14




1




1





FFmpeg by itself (I'm referring to the binary, not using it programatically via the libraries) can speed up your video, but only in a linear, constant speed. slowmoVideo can change the speed of your video dynamically and add motion blur if desired. It's free, but currently only available for Linux.

– llogan
Jan 26 '12 at 20:08







FFmpeg by itself (I'm referring to the binary, not using it programatically via the libraries) can speed up your video, but only in a linear, constant speed. slowmoVideo can change the speed of your video dynamically and add motion blur if desired. It's free, but currently only available for Linux.

– llogan
Jan 26 '12 at 20:08















Hmmm... Thanks for suggesting, it looks pretty awesome ! It's just a shame there's now Windows or OSX version...

– boopyman
Jan 26 '12 at 20:31





Hmmm... Thanks for suggesting, it looks pretty awesome ! It's just a shame there's now Windows or OSX version...

– boopyman
Jan 26 '12 at 20:31










5 Answers
5






active

oldest

votes


















2














If you have a Linux machine with an nVidia card you might try this:
http://slowmovideo.granjow.net/



I've been using slowmovideo. It's still very much alpha software. However, I've been getting some pretty impressive results.



I also progressively speed up video using Blender VSE. Just like slowmovideo, blender lets you change the video speed by manipulating an IPO curve.






share|improve this answer


























  • Great answer for Linux users. See my answer for Mac solution.

    – boopyman
    Feb 3 '12 at 22:17











  • Blender will run on Windows and OSX too.

    – Jason
    Mar 7 '12 at 22:03



















0














If someone wants to do this on a Mac, here's how.



Download the free trial of Final Cut Pro X (it's 30 days).



In Final Cut Pro X, you have two options that essentially do exactly what SlowMoVideo does:




  • Optical Flow (the creation of frames based on the direction pixels move), for smoother slow motion.

  • A Retiming Ramp, which lets you either gradually go to 0% speed, or from 0% speed.






share|improve this answer

































    0














    I think you could script it. For each picture, make a video of only this picture, but make the time show sorter and sorter. After all pictures are processed, then concat all the videos into one video, where each picture will now be shown a shorter and shorter time.






    share|improve this answer































      0














      Render your movie as series of images. To speedup your timelapse simply delete every other image. Then combine rest of images with ffmpeg like this: ffmpeg -i image-%03d.jpg foo.avi






      share|improve this answer































        0














        DaVinci Resolve free version can do variable speed control on a clip if this is what you're after i.e. for the duration of the clip, it's playback speed changes gradually from A to B.



        If your video is missing frames e.g. due to excessive slow down you can even make it insert generated frames by using the "Optical Flow" feature.






        share|improve this answer








        New contributor




        Maxim Kachurovskiy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.





















          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f382483%2fprogressively-accelerate-video-with-ffmpeg%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          5 Answers
          5






          active

          oldest

          votes








          5 Answers
          5






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          2














          If you have a Linux machine with an nVidia card you might try this:
          http://slowmovideo.granjow.net/



          I've been using slowmovideo. It's still very much alpha software. However, I've been getting some pretty impressive results.



          I also progressively speed up video using Blender VSE. Just like slowmovideo, blender lets you change the video speed by manipulating an IPO curve.






          share|improve this answer


























          • Great answer for Linux users. See my answer for Mac solution.

            – boopyman
            Feb 3 '12 at 22:17











          • Blender will run on Windows and OSX too.

            – Jason
            Mar 7 '12 at 22:03
















          2














          If you have a Linux machine with an nVidia card you might try this:
          http://slowmovideo.granjow.net/



          I've been using slowmovideo. It's still very much alpha software. However, I've been getting some pretty impressive results.



          I also progressively speed up video using Blender VSE. Just like slowmovideo, blender lets you change the video speed by manipulating an IPO curve.






          share|improve this answer


























          • Great answer for Linux users. See my answer for Mac solution.

            – boopyman
            Feb 3 '12 at 22:17











          • Blender will run on Windows and OSX too.

            – Jason
            Mar 7 '12 at 22:03














          2












          2








          2







          If you have a Linux machine with an nVidia card you might try this:
          http://slowmovideo.granjow.net/



          I've been using slowmovideo. It's still very much alpha software. However, I've been getting some pretty impressive results.



          I also progressively speed up video using Blender VSE. Just like slowmovideo, blender lets you change the video speed by manipulating an IPO curve.






          share|improve this answer















          If you have a Linux machine with an nVidia card you might try this:
          http://slowmovideo.granjow.net/



          I've been using slowmovideo. It's still very much alpha software. However, I've been getting some pretty impressive results.



          I also progressively speed up video using Blender VSE. Just like slowmovideo, blender lets you change the video speed by manipulating an IPO curve.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Feb 2 '12 at 20:25

























          answered Feb 2 '12 at 20:15









          JasonJason

          1544




          1544













          • Great answer for Linux users. See my answer for Mac solution.

            – boopyman
            Feb 3 '12 at 22:17











          • Blender will run on Windows and OSX too.

            – Jason
            Mar 7 '12 at 22:03



















          • Great answer for Linux users. See my answer for Mac solution.

            – boopyman
            Feb 3 '12 at 22:17











          • Blender will run on Windows and OSX too.

            – Jason
            Mar 7 '12 at 22:03

















          Great answer for Linux users. See my answer for Mac solution.

          – boopyman
          Feb 3 '12 at 22:17





          Great answer for Linux users. See my answer for Mac solution.

          – boopyman
          Feb 3 '12 at 22:17













          Blender will run on Windows and OSX too.

          – Jason
          Mar 7 '12 at 22:03





          Blender will run on Windows and OSX too.

          – Jason
          Mar 7 '12 at 22:03













          0














          If someone wants to do this on a Mac, here's how.



          Download the free trial of Final Cut Pro X (it's 30 days).



          In Final Cut Pro X, you have two options that essentially do exactly what SlowMoVideo does:




          • Optical Flow (the creation of frames based on the direction pixels move), for smoother slow motion.

          • A Retiming Ramp, which lets you either gradually go to 0% speed, or from 0% speed.






          share|improve this answer






























            0














            If someone wants to do this on a Mac, here's how.



            Download the free trial of Final Cut Pro X (it's 30 days).



            In Final Cut Pro X, you have two options that essentially do exactly what SlowMoVideo does:




            • Optical Flow (the creation of frames based on the direction pixels move), for smoother slow motion.

            • A Retiming Ramp, which lets you either gradually go to 0% speed, or from 0% speed.






            share|improve this answer




























              0












              0








              0







              If someone wants to do this on a Mac, here's how.



              Download the free trial of Final Cut Pro X (it's 30 days).



              In Final Cut Pro X, you have two options that essentially do exactly what SlowMoVideo does:




              • Optical Flow (the creation of frames based on the direction pixels move), for smoother slow motion.

              • A Retiming Ramp, which lets you either gradually go to 0% speed, or from 0% speed.






              share|improve this answer















              If someone wants to do this on a Mac, here's how.



              Download the free trial of Final Cut Pro X (it's 30 days).



              In Final Cut Pro X, you have two options that essentially do exactly what SlowMoVideo does:




              • Optical Flow (the creation of frames based on the direction pixels move), for smoother slow motion.

              • A Retiming Ramp, which lets you either gradually go to 0% speed, or from 0% speed.







              share|improve this answer














              share|improve this answer



              share|improve this answer








              edited Feb 10 '12 at 10:27









              soandos

              20.3k2892131




              20.3k2892131










              answered Feb 3 '12 at 22:19









              boopymanboopyman

              1287




              1287























                  0














                  I think you could script it. For each picture, make a video of only this picture, but make the time show sorter and sorter. After all pictures are processed, then concat all the videos into one video, where each picture will now be shown a shorter and shorter time.






                  share|improve this answer




























                    0














                    I think you could script it. For each picture, make a video of only this picture, but make the time show sorter and sorter. After all pictures are processed, then concat all the videos into one video, where each picture will now be shown a shorter and shorter time.






                    share|improve this answer


























                      0












                      0








                      0







                      I think you could script it. For each picture, make a video of only this picture, but make the time show sorter and sorter. After all pictures are processed, then concat all the videos into one video, where each picture will now be shown a shorter and shorter time.






                      share|improve this answer













                      I think you could script it. For each picture, make a video of only this picture, but make the time show sorter and sorter. After all pictures are processed, then concat all the videos into one video, where each picture will now be shown a shorter and shorter time.







                      share|improve this answer












                      share|improve this answer



                      share|improve this answer










                      answered Jan 2 '14 at 10:25









                      Jon BendtsenJon Bendtsen

                      1




                      1























                          0














                          Render your movie as series of images. To speedup your timelapse simply delete every other image. Then combine rest of images with ffmpeg like this: ffmpeg -i image-%03d.jpg foo.avi






                          share|improve this answer




























                            0














                            Render your movie as series of images. To speedup your timelapse simply delete every other image. Then combine rest of images with ffmpeg like this: ffmpeg -i image-%03d.jpg foo.avi






                            share|improve this answer


























                              0












                              0








                              0







                              Render your movie as series of images. To speedup your timelapse simply delete every other image. Then combine rest of images with ffmpeg like this: ffmpeg -i image-%03d.jpg foo.avi






                              share|improve this answer













                              Render your movie as series of images. To speedup your timelapse simply delete every other image. Then combine rest of images with ffmpeg like this: ffmpeg -i image-%03d.jpg foo.avi







                              share|improve this answer












                              share|improve this answer



                              share|improve this answer










                              answered Jan 2 '14 at 11:22









                              c97c97

                              775611




                              775611























                                  0














                                  DaVinci Resolve free version can do variable speed control on a clip if this is what you're after i.e. for the duration of the clip, it's playback speed changes gradually from A to B.



                                  If your video is missing frames e.g. due to excessive slow down you can even make it insert generated frames by using the "Optical Flow" feature.






                                  share|improve this answer








                                  New contributor




                                  Maxim Kachurovskiy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                  Check out our Code of Conduct.

























                                    0














                                    DaVinci Resolve free version can do variable speed control on a clip if this is what you're after i.e. for the duration of the clip, it's playback speed changes gradually from A to B.



                                    If your video is missing frames e.g. due to excessive slow down you can even make it insert generated frames by using the "Optical Flow" feature.






                                    share|improve this answer








                                    New contributor




                                    Maxim Kachurovskiy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                    Check out our Code of Conduct.























                                      0












                                      0








                                      0







                                      DaVinci Resolve free version can do variable speed control on a clip if this is what you're after i.e. for the duration of the clip, it's playback speed changes gradually from A to B.



                                      If your video is missing frames e.g. due to excessive slow down you can even make it insert generated frames by using the "Optical Flow" feature.






                                      share|improve this answer








                                      New contributor




                                      Maxim Kachurovskiy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                      Check out our Code of Conduct.










                                      DaVinci Resolve free version can do variable speed control on a clip if this is what you're after i.e. for the duration of the clip, it's playback speed changes gradually from A to B.



                                      If your video is missing frames e.g. due to excessive slow down you can even make it insert generated frames by using the "Optical Flow" feature.







                                      share|improve this answer








                                      New contributor




                                      Maxim Kachurovskiy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                      Check out our Code of Conduct.









                                      share|improve this answer



                                      share|improve this answer






                                      New contributor




                                      Maxim Kachurovskiy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                      Check out our Code of Conduct.









                                      answered 2 days ago









                                      Maxim KachurovskiyMaxim Kachurovskiy

                                      1011




                                      1011




                                      New contributor




                                      Maxim Kachurovskiy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                      Check out our Code of Conduct.





                                      New contributor





                                      Maxim Kachurovskiy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                      Check out our Code of Conduct.






                                      Maxim Kachurovskiy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                      Check out our Code of Conduct.






























                                          draft saved

                                          draft discarded




















































                                          Thanks for contributing an answer to Super User!


                                          • Please be sure to answer the question. Provide details and share your research!

                                          But avoid



                                          • Asking for help, clarification, or responding to other answers.

                                          • Making statements based on opinion; back them up with references or personal experience.


                                          To learn more, see our tips on writing great answers.




                                          draft saved


                                          draft discarded














                                          StackExchange.ready(
                                          function () {
                                          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f382483%2fprogressively-accelerate-video-with-ffmpeg%23new-answer', 'question_page');
                                          }
                                          );

                                          Post as a guest















                                          Required, but never shown





















































                                          Required, but never shown














                                          Required, but never shown












                                          Required, but never shown







                                          Required, but never shown

































                                          Required, but never shown














                                          Required, but never shown












                                          Required, but never shown







                                          Required, but never shown







                                          Popular posts from this blog

                                          VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

                                          Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

                                          looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...