Zozio Posted October 9, 2023 Share Posted October 9, 2023 Hello, i see that the emumovies Sync offer possibility to remove fade in from video snap. I usually download snap from the ftp for some reasons (naming convention in my country), i would know how to remove the fade-in from the .mp4 video ? Is there a tools which can do that ? Someone can explain it to me ? Thanks in advance ! Link to comment Share on other sites More sharing options...
Circo Posted October 9, 2023 Share Posted October 9, 2023 All that the sync tool is doing is cutting the first second of video. There are probably many ways to do it. In the tool it uses ffmpeg to do this. There is a free ffmpeg front end called winff that would let you batch process by changing the start time to 1s. It is out of development last I checked but it works. Link to comment Share on other sites More sharing options...
Zozio Posted October 9, 2023 Author Share Posted October 9, 2023 Yhanks for the response, winff seems to reencode video after cutting. Is there a way to just cut the 1s without reincoding the video ? Link to comment Share on other sites More sharing options...
Circo Posted October 9, 2023 Share Posted October 9, 2023 The ffmpeg command is ffmpeg -ss 1 -i input.mp4 -c copy output.mp4 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now