You are not logged in.
Pages: 1
Hi,
I have some videos made with a digital camera in mjpeg format and I want to convert so something else, into xvid, mkv or I dont know, just to made them smaller without quality lose. So is there something GUI for this, or I need to start reading the mencoder man page? ![]()
Offline
I dont think you need to read it, because you task is impossible. Converting to a lossy format aways lose quality.
But, if you really mean without appreciable quality loss, so this is possible. And I recommend that you first learn about codecs and containers (mkv is a container, xvid a codec). Read the mencoder html documentation for examples. But I think that ffmpeg is more direct for most cases.
I really recommend that you use something modern like h.264, ffmpeg have some profiles to help.
And you need to read the docs, either you use a GUI or not. Or you risk to not have the best result.
Offline
Yes, my mistake, mkv is a container, I was thinking of h/x.264.. I was asking here because I don't have to much time right now to get into codecs, not to mention the mencoder man page, wich is a lecture for a week
Some script, some gui where I can select a profile, select the codec, the bitrate, the audio codec, it would be much easier.
Thank you!
Offline
I believe that handbrake lets you use mpeg's...otherwise I'm sure that avidemux can do that. Mjpeg....not sure here.
Offline
I've had some pretty decent success going from mjpeg to H264 through x264. In order to pull it off, I used x264's 'very slow' preset which can be too much for some decoders to handle. It is possible to distribute in a cross platform way if you let other people know what decoders to use (for instance, DivX 7 on Windows is a very fast H264 decoder).
Offline
skottish, with what program did you use that preset? mencoder?
Offline
What about using ffmpeg as I said? If you search google the first result give you this:
ffmpeg -i INFILE -acodec libfaac -ab 96k -vcodec libx264 -vpre slow -crf 22 -threads 0 OUTPUT.mp4Done.
Offline
skottish, with what program did you use that preset? mencoder?
I do things the way that DrZaius has been doing it:
http://bbs.archlinux.org/viewtopic.php? … 67#p749867
Those are the best tools for the job.
Offline
I found divxconverter (http://code.google.com/p/foxoman/). It is a mencoder Gui written in python, can convert into dvx4/5, xvid and h.264, and it is simple to use. If I will have time, wich will be at summer, I will learn a bit more about codecs, coders and containers. And for now, thank you for help ![]()
Offline
Offline
Pages: 1