Quest
17th March 2014, 02:46
I have a bunch of MP4s that have some garbage that needs removing in the first few seconds of the film. I'd originally ignored the noise and just re-encoded the MP4s to AVI using WinFF but after watching the films, it gets really annoying so would like to take out. I thought I'd found a good solution in a new freeware for me called "Weeny Free Video Cutter" (yeah, I know, lame name), but when after converting a bunch of episodes today, when I compared the two outputs, original one done with WinFF last week and new ones with seconds cut out with this Weeny thing, the difference in quality is very marked. WinFF does a superior job of re-encoding.
The trouble is that though I've spent spare time the entire week I'm just not getting the syntax! Sure, I know that I choose a preset as per normal; and I get that I need to change the parameters. but it's all Chinese to me to figure out exactly how to do this.
The eps range in length from 21:xx to 22:xx, with xx varying in numbers of seconds each episode lasts. I just need to cut out the first 2 seconds on each MP4 when converting to fullscreen avi.
I can't see the syntax in my old WinFF, but in the newer one, v1.5.2, it shows this under the FFmpeg tab:
"...\ffmpeg.exe" -y -i "O:\...film.mp4" -f avi -r 29.97 -vcodec libxvid -vtag XVID -vf scale=640:480,crop=iw-6-6:ih-6-6:6:6 -aspect 4:3 -maxrate 1800k -b:v 1500k -qmin 3 -qmax 5 -bufsize 4096 -mbd 2 -bf 2 -trellis 1 -flags +aic -cmp 2 -subcmp 2 -g 300 -acodec libmp3lame -ar 48000 -b:a 128k -ac 2 "O:\...encodedFilm.avi"
The actual preset itself for fullscreen AVI shows this:
-f avi -r 29.97 -vcodec libxvid -vtag XVID -vf scale=640:480 -aspect 4:3 -maxrate 1800k -b:v 1500k -qmin 3 -qmax 5 -bufsize 4096 -mbd 2 -bf 2 -trellis 1 -flags +aic -cmp 2 -subcmp 2 -g 300 -acodec libmp3lame -ar 48000 -b:a 128k -ac 2
And I have read FFmpeg info online, as well, a lot over the year or two since I started using WinFF exclusively for my video re-encoding needs but I still feel very lost at sea. So I'm posting this newbies. It's the best program, though, and gives me the best results, so time to learn how to cut out portions like this.
Does anyone know how to do this with WinFF, please?
Thanks so much in advance.
The trouble is that though I've spent spare time the entire week I'm just not getting the syntax! Sure, I know that I choose a preset as per normal; and I get that I need to change the parameters. but it's all Chinese to me to figure out exactly how to do this.
The eps range in length from 21:xx to 22:xx, with xx varying in numbers of seconds each episode lasts. I just need to cut out the first 2 seconds on each MP4 when converting to fullscreen avi.
I can't see the syntax in my old WinFF, but in the newer one, v1.5.2, it shows this under the FFmpeg tab:
"...\ffmpeg.exe" -y -i "O:\...film.mp4" -f avi -r 29.97 -vcodec libxvid -vtag XVID -vf scale=640:480,crop=iw-6-6:ih-6-6:6:6 -aspect 4:3 -maxrate 1800k -b:v 1500k -qmin 3 -qmax 5 -bufsize 4096 -mbd 2 -bf 2 -trellis 1 -flags +aic -cmp 2 -subcmp 2 -g 300 -acodec libmp3lame -ar 48000 -b:a 128k -ac 2 "O:\...encodedFilm.avi"
The actual preset itself for fullscreen AVI shows this:
-f avi -r 29.97 -vcodec libxvid -vtag XVID -vf scale=640:480 -aspect 4:3 -maxrate 1800k -b:v 1500k -qmin 3 -qmax 5 -bufsize 4096 -mbd 2 -bf 2 -trellis 1 -flags +aic -cmp 2 -subcmp 2 -g 300 -acodec libmp3lame -ar 48000 -b:a 128k -ac 2
And I have read FFmpeg info online, as well, a lot over the year or two since I started using WinFF exclusively for my video re-encoding needs but I still feel very lost at sea. So I'm posting this newbies. It's the best program, though, and gives me the best results, so time to learn how to cut out portions like this.
Does anyone know how to do this with WinFF, please?
Thanks so much in advance.