Log in

View Full Version : how to convert videos into the same format


RYU810
13th July 2007, 02:12
http://img185.imageshack.us/img185/3398/sw008vu2.gif

File Length Correct
AVI v1.0 XVID
Interleave: 1 vid frame (67 ms), preload=548
Audio frames: Split across interleaves
Video: 649 KB (45.33%)
Audio: 704 KB (49.16%)
AVI Overhead: 78.9 KB (5.51%)
[ISFT] MEncoder Sherpya-MinGW-20060312-4.1.0
[JUNK] MPlayer junk data
[JUNK] MPlayer junk data
[JUNK] MPlayer junk data
[JUNK] MPlayer junk data
[JUNK] MPlayer junk data
[USER] XviD0041

File uploaded
http://sharebee.com/85c39698

Placio74
13th July 2007, 09:55
AVIConverter 1.0
or
MEncoder (directly from command line)
or
MediaCoder
http://img181.imageshack.us/img181/7974/mcpmpgm8.th.jpg (http://img181.imageshack.us/my.php?image=mcpmpgm8.jpg) http://img442.imageshack.us/img442/6220/mcpmp2mr8.th.jpg (http://img442.imageshack.us/my.php?image=mcpmp2mr8.jpg)
- Audio -> FFMPEG -> MPEG Layer 2 (change bitrate if You need)
- Video -> Format = Xvid / Container = AVI / Backend = MEncoder (change bitrate if You need)
- Picture -> Resize = 160x128 / maybe Crop / Frame Rate = 15 (maybe not necessary change bitrate)
Click on Format and change in Xvid configuration: Maximum B-frames between I/P-frames = 0

RYU810
13th July 2007, 16:56
I'm used MediaCoder but there different with codec is show using "XviD ISO MPEG-4" not "XviD final" is still I can play it on my MP4 Player (XCESS 1GB)

http://img530.imageshack.us/img530/4235/o003mf4.gif

Placio74
16th July 2007, 11:42
Example config from AVConverter 1.0.
mencoder input_name_file.avi -ofps 15 -vf-add scale=160:128 -vf-add expand=160:128:-1:-1:1 -srate 44100 -ovc xvid -xvidencopts bitrate=300:max_bframes=0:quant_type=h263 -oac lavc -lavcopts acodec=mp2:abitrate=96 -o output_name_file.avi
http://img240.imageshack.us/img240/3360/avconverterdc4.th.jpg (http://img240.imageshack.us/my.php?image=avconverterdc4.jpg)
Some PMP players required exactly frame rate (and not only).
Maybe 15 FPS is necessary.

RYU810
23rd July 2007, 15:49
But I can't find AVConverter 1.0 to download?

Placio74
24th July 2007, 05:42
But I can't find AVConverter 1.0 to download?
I'm download it from some chinesse site - sorry, don't memeber from.

I'm upload here - http://kotuha.com/file/nZLtU-Setup.html

http://img524.imageshack.us/img524/4130/avconverter1um8.th.jpg (http://img524.imageshack.us/my.php?image=avconverter1um8.jpg) http://img516.imageshack.us/img516/9632/avconverter2gd9.th.jpg (http://img516.imageshack.us/my.php?image=avconverter2gd9.jpg)

Look at configuration file in AVConverter (Converter.ini).

RYU810
30th July 2007, 23:30
thx alot i'll try it