QuantumApprentice
Look, Ma! Two Heads!
I've spent the last few weekends trying to get avi2mve from dobrovnik's archive (here) to work with an encode of my own arbitrary video.
Unfortunately I can't seem to easily find any direct information on the types of encoding that avi2mve will accept, but using it to convert one of the original .mve files to .avi gave me something to work with.
Unfortunately, no matter how close I make the settings for my new video match the settings for the original converted video, I can't get avi2mve to work with it (it does convert the original back).
For reference, here's the information I'm getting from ffmpeg (ffprobe) about the original converted video (derrick.mve):
and here's the same for my new video that I'm trying to convert to mve.
Here are the results when I use avi2mve to convert derrick.avi back to .mve
and here are the results when I try my video
As you can see, all the settings match that I'm aware of, but for some reason avi2mve won't work with my video, and appears to halt after just reading the video section (which makes me think I'm still missing something there).
Can anybody help me with the settings here?
@hexer I noticed you managed to get your videos encoded, please if you have time would you help me with mine?
Unfortunately I can't seem to easily find any direct information on the types of encoding that avi2mve will accept, but using it to convert one of the original .mve files to .avi gave me something to work with.
Unfortunately, no matter how close I make the settings for my new video match the settings for the original converted video, I can't get avi2mve to work with it (it does convert the original back).
For reference, here's the information I'm getting from ffmpeg (ffprobe) about the original converted video (derrick.mve):
Code:
Input #0, avi, from 'derrick.avi':
Duration: 00:01:04.93, start: 0.000000, bitrate: 49818 kb/s
Stream #0:0: Video: rawvideo, rgb555le, 640x320, 49157 kb/s, 14.99 fps, 14.99 tbr, 14.99 tbn, 14.99 tbc
Stream #0:1: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 22050 Hz, 2 channels, s16, 705 kb/s
and here's the same for my new video that I'm trying to convert to mve.
Code:
Input #0, avi, from 'test.avi':
Duration: 00:00:04.14, start: 0.000000, bitrate: 49846 kb/s
Stream #0:0: Video: rawvideo, rgb555le, 640x320, 49924 kb/s, 14.99 fps, 14.99 tbr, 14.99 tbn, 14.99 tbc
Stream #0:1: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 22050 Hz, 2 channels, s16, 705 kb/s
Here are the results when I use avi2mve to convert derrick.avi back to .mve
Code:
AVI2MVE beta (2004/09/19), (c) ABel[TeamX]
Input video stream info:
first frame: 0 973 frames (64.93 seconds)
width: 640 height: 320
framerate: 14.99 fps picture format: DIB bits per pixel: 16
Input audio stream info:
first sample: 0 1431606 samples (64.93 seconds)
sample rate: 22050.00 suggested buf size: 5888 skew: 0
format details: PCM, 22050 Hz, 16-bit, stereo
Audio decoding scheme:
PCM, 22050 Hz, 16-bit, stereo -> MVE
Processing frames from 0 to 972
Pass 1. Color reduction.
50 100 150 200 250 300 350 400 450 500 550 600 650 700 750 800 850 900 950
Done. Palette saved to `derrick.pal'
Pass 2. Making MVE.
bitrate limit: 307200 bytes per second
25 50 75 100 125 150 175 200 225 250 275 300 325 350 375 400 425 450 475 500 525 550 575 600 625 650 675 700 725 750 775 800 825 850 875 900 925 950
Done.
MVE file size: 18872408 bytes.
Avg. frame len: 14786.24 bytes (7.22% of original)
290019 bytes/sec.
Compressor buffer size: 3264000
peak buffer usage: 1010080
Pass 2 time: 57 seconds
Relative error: 5.76%
and here are the results when I try my video
Code:
AVI2MVE beta (2004/09/19), (c) ABel[TeamX]
Input video stream info:
first frame: 0 62 frames (4.14 seconds)
width: 640 height: 320
framerate: 14.99 fps picture format: DIB bits per pixel: 16
Error: Cannot open converter for this format. Try to re-compress your movie.
As you can see, all the settings match that I'm aware of, but for some reason avi2mve won't work with my video, and appears to halt after just reading the video section (which makes me think I'm still missing something there).
Can anybody help me with the settings here?
@hexer I noticed you managed to get your videos encoded, please if you have time would you help me with mine?