LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Gui that convert AVI to AVI DivX, with telling final avi target final size ? (https://www.linuxquestions.org/questions/linux-general-1/gui-that-convert-avi-to-avi-divx-with-telling-final-avi-target-final-size-625064/)

frenchn00b 03-02-2008 12:34 AM

Gui that convert AVI to AVI DivX, with telling final avi target final size ?
 
Hello,
Looking for a such great program.

Cheers

crashmeister 03-02-2008 04:39 AM

avidemux? It's in the debian multimedia repo.

frenchn00b 03-02-2008 05:16 AM

Quote:

Originally Posted by crashmeister (Post 3075468)
avidemux? It's in the debian multimedia repo.

avidemux: nope, it cannot reformat to else than avi, such as divX Id say.

I tried : kmenc15 but it cannot say the output final size of hte converted avi file to divX

:( :( :( :( :( :(

anupamsr 03-02-2008 05:21 AM

DivX is just a codec, AVI is the file container.

What it means is that you can rename all .divx files to avi or vice-versa and it is OK! It also means that you can use any codec and save it as AVI, and it is also OK!

While avidemux stores data in AVI, you can most probably select the codec as DivX.

PS: Have you tried XviD?

crashmeister 03-02-2008 05:29 AM

Divx is an avi format and so is xvid.Where you might run into problems is some apps (like the divx player on my cell) are reaaallly stupid and don't know an avi when they see one (dunno if that was 'fixed' in avidemux or not).
If that happens you'll have to resort to mencoder and put DX50 somewhere into the line.

anupamsr 03-02-2008 05:37 AM

crashmeister is right.

If avidemux hasn't fixed it yet, you can probably do this:
1. Create the file with avidemux. Lets say it is file1.avi
2. Give this command:
Code:

mencoder file1.avi -oac copy -ovc copy -ffourcc DX50 -o file2.avi
2 important notes:
a) The second command (the mencoder one), will be very fast as you will see.
b) I haven't checked this command myself so I don't know the probability of it being perfect.


All times are GMT -5. The time now is 02:22 AM.