[FFmpeg-user] FFmpeg_Book.pdf 2.148
    Cecil Westerhof 
    Cecil at decebal.nl
       
    Sun Jun 11 23:39:06 EEST 2023
    
    
  
In FFmpeg_Book.pdf chapter 2.148 is about video stabilisation.
Part of the code is:
    ffmpeg -i %IN% -vf vidstabdetect -y dummy.mov
    del dummy.mov
    ffmpeg -i %IN% -vf vidstabtransform -y %OUT%
But line two removes what is generated in line one. So what are thos
two lines doing?
-- 
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof
    
    
More information about the ffmpeg-user
mailing list