Cyrus221
1st February 2008, 22:39
Hey everyone... I'm relatively new to the forums but im tryin to learn as fast as I can... :) So my problem is I have a .vob and I want to encode it to wmv and \ or flv, and what im seeing is a lot of FFmpeg usage in my task manager when i do this.. so! I'm trying to get a custom input for what I need. This is what I have so far...
ffmpeg -i file.ext -pass 1 -vcodec wmv2 -b 1500k qcomp 0.8 -acodec wmav2 -ar 44100 -ab 96k -s 640x480 file.ext
Now, what im wondering is three things
1. How does -ss work in terms of the file? Will it seek to that position exactly and cut everything before it or after it out?
2. is there anyway to keep cutting? like lets say i want from 1min-20mins, then 20mins 5sec-40mins ?
3. is there anyway to take the file i JUST encoded to encode it to another format?
ffmpeg -i file.ext -pass 1 -vcodec wmv2 -b 1500k qcomp 0.8 -acodec wmav2 -ar 44100 -ab 96k -s 640x480 file.ext
Now, what im wondering is three things
1. How does -ss work in terms of the file? Will it seek to that position exactly and cut everything before it or after it out?
2. is there anyway to keep cutting? like lets say i want from 1min-20mins, then 20mins 5sec-40mins ?
3. is there anyway to take the file i JUST encoded to encode it to another format?