Does anyone have a windows build of ffmpeg version 0.4.8.
If noone has I will try and compile it:
http://ffmpeg.sourceforge.net/ffmpeg-doc.html#SEC24
+ Reply to Thread
Results 1 to 30 of 60
-
-
I compiled....it became huge...1.8 MB. Anyone want it? then I can add post it here.
According to chrissyboy does the new ffmpeg also make better ac3s now.
https://www.videohelp.com/forum/viewtopic.php?p=669661#669661
And it is very easy to use, like ffmpeg -i audio.wav audio.ac3 . It supports tons of input formats and can encode to several formats also. -
I made a very simple wav,mp2,mp3,avi to ac3 gui for it.
Download: www.dvdrhelp.com/download/ffmpeggui.zip
It is only the first test build...so it may not work perfect yet. -
Baldrick,
I would be interested in ffmpeg. Can you please post it ?The more I learn, the more I come to realize how little it is I know. -
just download the gui www.dvdrhelp.com/download/ffmpeggui.zip , windows ffmpeg.exe is included
documenatation:
http://ffmpeg.sourceforge.net/ffmpeg-doc.html
anyone tested the mpeg2 encoding yet??? -
Originally Posted by vmesquita287
looks good....I will test on my pioneeer dv-444. -
it worked...but forgot that besweets ac3s already works on my new pioneer 444....so I can't compare if it works better...
any other pioneer users out there??? -
@
Baldrick..
You are having JUST TOO MUCH FUN,tooling
around pal :P
Oh yeah, I always thougth that ffmpeg was a MAC app or something
..but, don't me stop ya,
-vhelp -
Originally Posted by vhelp
-
@ Baldrick..
I just finished D/L'ing your re-compiled version, but I can't seem to get it
up and running. It is issuing me an error message below. I'm using
Windows 98 gold, case you haven't factored that in (other OS's, that is)
Thanks for any input,
-vhelp
Error Message:
----------------------------------------------
The MEDIANINFO.DLL file cannot start.
Check the file to determine the problem.
---------------------------------------------- -
okey...win98...then it wont work that good....and I can''t fix it right now. Because I have accidently deleted all my gui code....so I have to rewrite everything....but it wasnt't that much...
-
os?
.
Other Operating Systems ie, windows 98, 98SE, W2K, XP, MAC, Linux etc etc.
I read your previous note to another user here, and after seeing you said
"windows version..", I thought that, that was what this app was re-compiled
for
-vhelp -
The gui is a beta but you should be able to use the ffmpeg.exe command line tool. It is very simple to use, like ffmpeg -i audio.wav audio.ac3
.
I was just curious to see what your tool can do and what notyeah.., I
saw that you created another app, so naturaly I was curious hehe..
Hay, don't sweat the re-coding part, if you don't have too. 8) :P 8)
..be good,
-vhelp -
Baldrick - just stumbled across this thread! (should read my PM's more closely...).
Waiting for a confirmation on the AC-3 compatability. Anyone succeeded with this where older builds/BeSweet failed?
FYI some interesting comments here about the mpeg 2 encoding:
http://forum.media-video.com/index.php?showtopic=11359&st=0
in particular some command line examples:
Code:ffmpeg -y -vcodec mpeg2video -maxrate 9000 -minrate 150 -b 6000 -pass 1 -passlogfile pass1.log -i full.avi -aspect 4:3 full.mpg ffmpeg -y -vcodec mpeg2video -maxrate 9000 -minrate 150 -b 6000 -pass 2 -passlogfile pass1.log -i full.avi -aspect 4:3 full.mpg ffmpeg -y -vcodec mpeg2video -maxrate 2700 -minrate 200 -b 2500 -pass 1 -passlogfile pass1.log -i full.avi -s 352x576 cvd.mpg ffmpeg -y -vcodec mpeg2video -maxrate 2700 -minrate 200 -b 2500 -pass 2 -passlogfile pass1.log -i full.avi -s 352x576 cvd.mpg ffmpeg -y -vcodec mpeg2video -maxrate 2700 -minrate 200 -b 2500 -pass 1 -passlogfile pass1.log -i full.avi -s 480x576 svcd.mpg ffmpeg -y -vcodec mpeg2video -maxrate 2700 -minrate 200 -b 2500 -pass 2 -passlogfile pass1.log -i full.avi -s 480x576 svcd.mpg
SVCD2DVD v2.5, AVI/MPEG/HDTV/AviSynth/h264->DVD, PAL->NTSC conversion.
VOB2MPG PRO, Extract mpegs from your DVDs - with you in control! -
Originally Posted by vmesquita287
https://www.videohelp.com/forum/viewtopic.php?p=673882#673882 -
hi to all
i'm having this problem when i run ffmepggui.exe, on win2k platform :
the application failed to initialize properly (0xc0000142).click on ok to terminate the application
thanks in advance -
Originally Posted by Baldrick
-
Originally Posted by ricky1756
Then I got the above mentioned error: the application failed to initialize properly (0xc0000142).click on ok to terminate the application
On my WinXP Pro computer it has the msvcr.dll in the windows\System32 folder so goes right to the error the application failed to initialize properly (0xc0000142).click on ok to terminate the application
I can run the ffmpeg file from the the command line fine so it is the gui -
how do you run it from the command line, id really like to use the program
-
ricky1756,
just start a DOS window and run. and go from their. I know.. lots of parameter
settings/switches
.
.
All I want is to convert a simple WAV (from my DV) to AC3. Maybe I'll
have a look into the switch to see if t's a one switcher/liner and create a
teeny-tiny shell (just for it)
-vhelp -
I have updated the ffmpeggui, it should work bettter now. It works fine to open an avi or a mpg video and convert directly to ac3 or mp2. And it is very fast also.
https://www.videohelp.com/download/ffmpeggui02c.zip
Let me know if it requires some extra dlls or other bugs. -
loading any wav file alone gets you a "xxxx xxxxx is not a valid integer value"
where xxxxxx xxxxxx is some number ...
OS winxp sp1
loading avi with audio ... it works !"Each problem that I solved became a rule which served afterwards to solve other problems." - Rene Descartes (1596-1650)
Similar Threads
-
Applian FLV player version 2.0 build 25
By ABBrittain in forum Newbie / General discussionsReplies: 3Last Post: 16th Apr 2012, 06:26 -
ffmpeg / H264 (need help to build an optimized command line)
By iwiiiiiiiiii in forum Video ConversionReplies: 13Last Post: 22nd Oct 2011, 10:41 -
FFmpeg Win64 static trunk build with libfaac request
By astrosyn in forum Video ConversionReplies: 0Last Post: 14th Jan 2011, 16:37 -
I need a supported build of ffmpeg for Avanti 0.4.8
By flashandpan007 in forum Video ConversionReplies: 1Last Post: 23rd Jun 2010, 09:28 -
Which ffmpeg build plays xvid in virtualdub after encode? ... [RESOLVED]
By vhelp in forum Software PlayingReplies: 1Last Post: 4th Sep 2009, 22:04