I have downloaded ffmpeg and the GUI from OS4depot. Everytime I try to convert something, the full path to where ffmpeg is installed is shown followed by the error Object is not of required type.
I am using the OS4 generic version of ffmpeg. Does the GUI by Denil support it?
TiredOfLife wrote: I have downloaded ffmpeg and the GUI from OS4depot. Everytime I try to convert something, the full path to where ffmpeg is installed is shown followed by the error Object is not of required type.
I am using the OS4 generic version of ffmpeg. Does the GUI by Denil support it?
Hi, I'm the author of ffmpegGUI. I'm guessing your setting the tooltype to point to the ffmpeg program. Remove "ffmpeg" from the end of the path. The tooltype should point to the directory that ffmpeg is in but should not include the name of the program itself.
Let me know if this doesn't solve the problem but I was able to dupliate your problem here so it should.
That wasn't the answer. I was still getting the same error. Looks like it wasn't happy with the location of the ffmpeg program. (In a folder called ffmpeg in settings) Probably threw a wobbler because of the name of the folder.
That wasn't the answer. I was still getting the same error. Looks like it wasn't happy with the location of the ffmpeg program. (In a folder called ffmpeg in settings) Probably threw a wobbler because of the name of the folder.
All ok now.
Glad to hear you found the problem. I'll look into it for the next version.
Very handy program by the way, very easy to use. Cheers.
ffmpeg is very good but just too much messing around for casual use.
Thanks! The idea behind ffmpegGUI is to try and make some of the power of ffmpeg available to he casual user. I know I didn't use it before I wrote the GUI. :)
From your directory listing is looks like the name of your ffmpeg executable is "ffmpeg_ppc". Rename it to ffmpeg.
Quote:
Also the options only show flv to MP4 (no audio), is there anyway to get audio as well?
I haven't done much with flash files so I don't have much experience with them but looking at the command issued it looks like you have audio disabled. "-an". Try setting the audio codec to mp2 or mp3.[\quote]
From your directory listing is looks like the name of your ffmpeg executable is "ffmpeg_ppc". Rename it to ffmpeg.
This is exactly as extracted from the OS4Depot Archives, but I'll give it a whorl.
Quote:
I haven't done much with flash files so I don't have much experience with them but looking at the command issued it looks like you have audio disabled. "-an". Try setting the audio codec to mp2 or mp3.[\quote]
Again this is the default, straight from unarcing the ffmpegGUI archive from OS4Depot. I'll have a look and see what you mean.
sundown wrote: @Swoop I have ffmpeg in C: & disabled the path in ffmpegGUI (CMD_PATH =), works for me.
Yes that works as well but as Swoop pointed out the default name for ffmpeg directly out of the archive is ffmpeg_pcc so it needs to be renamed ffmpeg as well. I downloaded ffmeg a while ago and forgetten I had renamed it to it's correct name. [/quote] Quote:
In ffmpegGUI, set input & output file name & paths, leave video & audio at default & enter -sameq in the option box.
If you set the video bitrate setting in ffmpegGUI to "No Change" it will issue the -sameq command so there is no need to type it into the "additional commands" box. Check the gadget hint for the video bitrate setting. The -sameq option just keeps the same video bitrate as the original so I included it as a "No Change" option.
If you set the video bitrate setting in ffmpegGUI to "No Change" it will issue the -sameq command so there is no need to type it into the "additional commands" box.
Nice to know, thanks.
I'm pretty sure I grabbed ffmpeg off the MPlayer site instead of OS4 Depot, I don't recall having to rename it, maybe you did as well.
Look, only one leg, count em, one! X1000/PA6T@1800MHz/2Gb/Radeon 4850
I haven't done much with flash files so I don't have much experience with them but looking at the command issued it looks like you have audio disabled. "-an". Try setting the audio codec to mp2 or mp3.[\quote]
I see where the "-an" switch comes from but all I selected was under the select setup dropdown menu and that was [quote]Movie->Mpeg4 (no audio)
Are there set up's that include audio? Do I have to create my own? and if so, is this getting complicated?
I'll try the mp2/3 audio codec, and report back. Also the quality of the resulting Mpeg4 file is lower than the flv file when played with mplayer.
I cut and pasted the above, and renamed my input file to input.flv, because the command line couldn't handle the spaces in the file name, and I get the following error message Quote:
Seems that stream 1 comes from film source: 1000.00 (1000/1) -> 25.00 (25/1) Input #0, flv, from 'Media:input.flv': Duration: 00:01:35.6, bitrate: N/A Stream #0.0: Audio: mp3, 22050 Hz, mono Stream #0.1: Video: flv, yuv420p, 320x240, 25.00 fps(r) Unknown codec 'libfaac' 1.17 How do I encode videos which play on the iPod?
I cannot find anything about libfaac on OS4Depot, or Aminet.
Looking on google I found this http://www.blastwave.org/packages/libfaac site which states that mplayer is dependant on this. It is an audio codec, so I assume it is available for OS4 somewhere, but where?
Does anyone know how to tweak the above command line to make it work sucessfully.
Hi Kevin, just to ressurect an old thread. I know I am jumping the gun, as the files have only just been uploaded to OS4Depot, but my wish has been granted, thanks to Fredrik. libFAAC, and FAAC have been ported. Could you possibly add these options in to ffmpegGUI, or at least add it to your todo list. Thanks in advance.
Hi Kevin, just to ressurect an old thread. I know I am jumping the gun, as the files have only just been uploaded to OS4Depot, but my wish has been granted, thanks to Fredrik. libFAAC, and FAAC have been ported. Could you possibly add these options in to ffmpegGUI, or at least add it to your todo list. Thanks in advance.
I'd be happy to add this support to ffmpegGUI but first someone, Andrea?, needs to create a new build of ffmpeg to include this library so it supports this format. Then I can easily update ffmpegGUI to support the new format.
I'd be happy to add this support to ffmpegGUI but first someone, Andrea?, needs to create a new build of ffmpeg to include this library so it supports this format. Then I can easily update ffmpegGUI to support the new format.
Sorry, I didn't realise that. I thought it would just be a case of installing FAAC, or LibFAAC, and hey presto. Let's hope somebody has time to create a new version of ffmpeg. Thanks anyway.
I think I mentioned this before, closing the gui shell window would cause a hard lockup of my system at times & sometimes in the middle of doing a large conversion. Seems it doesn't work right if you use Kingcon like I do. I went back to the standard shell & the problem is gone so far after a night of testing. Not sure if you can re-work the shell output window to fix this, that or I'm setting up Kingcon wrong, but this is the first problem I've had with it.
Thanks for ffmpeggui
Look, only one leg, count em, one! X1000/PA6T@1800MHz/2Gb/Radeon 4850
I think I mentioned this before, closing the gui shell window would cause a hard lockup of my system at times & sometimes in the middle of doing a large conversion. Seems it doesn't work right if you use Kingcon like I do.
I remember you mentioning this before and I could not duplicate the problem. I didn't realize you were using Kingcon as I am using the standard shell so that explains why I couldn't duplicate it. I thought I had gotten back to you about not being able to duplicate it. Sorry if I didn't.
I suspect this is a problem with Kingcon. Does it crash if you do a CTRL-C first to stop ffmpeg, then kill the shell window?
I could probably change the code to force using the standard shell but then you would loose the scroll bars that Kingcon supplies. Is that better or worse?
I'll put it on the list to look in to for a future release.
Quote:
Thanks for ffmpeggui
Thanks for the input. Glad to see someone is using it. Sometimes I wonder.