Converting from avi to flv, the first pass will convert the whole film, but the second pass only encodes 21 seconds of each individual fille. Very strange. here is the script I was playing with:
Code:for %%a in ("*.avi") do ffmpeg -y -i "%%a" -s 1920x1080 -f flv -acodec libmp3lame -ab 128000 -ar 44100 -vcodec flv -pass 1 "%%a".a.flv" for %%a in ("*.avi") do ffmpeg -y -i "%%a" -s 1920x1080 -f flv -acodec libmp3lame -ab 128000 -ar 44100 -vcodec flv -pass 2 "%%a".flv" if exist *.a.flv del *.a.flv if exist *.log del *.log pause
+ Reply to Thread
Results 1 to 10 of 10
-
-
If you insist on using flv, try an older FFmpeg version.
This is my experience...
version 30656 writes a log file at the first pass.
version 31572 and higher writes a empty log file.
I looks like flv 2-pass support is broken or perhaps deprecated. -
Every time I try the x264 codec it keeps giving me an error abput presets. I have downloaded the ffmpeg obviously and cannot get the presets to work. Also, there are only around 10 presets and none of them match any of the presets that are in batch scripts that I have tried using.
I have alot of video from when I was overseas, but its taking up too mush room. I want to compress it with excellent quality, but smaller filesize.. -
If you don't mind using a GUI, give Staxrip 1171 a try. you can start with a preset and modify as necessary.
Jagabo recently made a post where he had come up with some settings that he felt offered the best compromise
between encoding speed, quality and file size. -
Staxrip itself doesn't require any license. Staxrip attempts to use the Avisynth tool you mentioned (third party)
which does require a license. Staxrip can be configured not to use it, problem solved.
There is no trial, it's free software.
Not sure about the dll, unless it's related to dgdecnv.
See the comments on this page to disable the usage of dgdecnv:
http://www.techsupportalert.com/best-free-video-encoder.htmLast edited by davexnet; 8th Oct 2011 at 20:47.
Similar Threads
-
[Help] wmv to flv with ffmpeg
By Nightslk in forum Video ConversionReplies: 2Last Post: 4th Aug 2009, 12:52 -
Splitting flv with ffmpeg
By NineEyes in forum Video ConversionReplies: 2Last Post: 23rd Jun 2009, 08:06 -
Mux a FLV AVI + MP3 -> FLV with ffmpeg or mencoder?
By Colmino in forum Video ConversionReplies: 9Last Post: 29th Mar 2008, 22:11 -
FLV conversion: playback doesn't start from 0 seconds.
By silentsteps in forum Video ConversionReplies: 0Last Post: 1st Dec 2007, 16:59 -
HELP!!!! 3g2 to flv using ffmpeg
By jonbbrad in forum Video ConversionReplies: 0Last Post: 18th Oct 2007, 20:38