#define _PAGE_ RVF Conversions and Similar #include "head.t"
Other option is to get the GUI Video Conversion Tool from John Wunder, which can be downloaded from http://home.ripway.com/2004-2/66978/RockVideoRelease.zip. (Windows users only)
See also Fabian Merki's msi-rvf-gallery, a Java program for building RVF movies out of individual JPEGs.
This Process Is For Windows Users Only
avitoyuv [input.avi] [output.yuv]For example, if your AVI movie is called "filename" then you'd put in the following:
avitoyuv filename.avi filename.yuvOPTIONAL: You can name the output file differently, whatever you specify it will be called. INFO: This can take long to convert.
halftone [input.yuv] [output.rvf]For example, if your YUV output from step 5 is called "filename" then you'd put in the following:
halftone filename.yuv filename.rvfOPTIONAL: You can name the output differently, again. INFO: When this is done, a long list will appear on your DOS screen and you will be back at the command prompt again.
avi2wav [input.avi] [output.wav]For example, if your original file is called "filename" then you'd put in the following:
avi2wav filename.avi filename.wavOPTIONAL: You can name the output differently.
lame --preset standard [input.wav] [output.mp3]For example, if your audio file is called "filename" then you'd put in the following:
lame --preset standard filename.wav filename.mp3OPTIONAL: You can name the output differently. Also, you can use other wav to mp3 tool, or even use other options in the lame command. NOTE: The --preset standard will give you a VBR file, so if you want a CBR file, just change the preset to --preset cbr [kbps], where [kbps] is the Constant Bit Rate desired.
rvf_mux [option] [videoinput.rvf] [audioinput.mp3] [output.rvf]For example, if your video file from step 6 is called "filename.rvf" and the audio file from step 7 is called "filename.wav" then you'd put in the following:
rvf_mux filename.rvf filename.mp3 filename_av.rvfNOTE: You can use any name for the output file, but it's recomended that the name is not the same name used in the input video file. You can change the frames per second of Rockbox playback using the -play_fps [fps] option. The default value is 67.0 fps.
Video tools, player: Jörg Hohensohn
Tutorial: Zakk Roberts #include "foot.t"