60 lines
1.8 KiB
Plaintext
60 lines
1.8 KiB
Plaintext
---------------------------------------------------------------------------
|
|
Name
|
|
|
|
MiniMPEG4
|
|
|
|
---------------------------------------------------------------------------
|
|
Description
|
|
|
|
The MPEG4 encoder can encode YCbCr420Planar and YCbCr422Planar to MPEG4
|
|
video format. The decoder can decode MPEG4 video to YCbCr420Planar fromat.
|
|
|
|
There are settings for Bit Rate, KeyFrame, IQuantization value and
|
|
search range.
|
|
|
|
The Black square push button on top, displays the decoded video using an
|
|
overlay library ( the overlay libray works only on Zire72 ). If you
|
|
deselect this, decoding is done without display.
|
|
|
|
The memory checkbox, copies the file to memory before decoding. The To
|
|
SD box writes output to the SD Card.
|
|
|
|
---------------------------------------------------------------------------
|
|
Builds With
|
|
|
|
CodeWarrior
|
|
GCC command line (Please use GCC_makefile to build)
|
|
|
|
|
|
---------------------------------------------------------------------------
|
|
Devices
|
|
|
|
All Palm devices
|
|
|
|
---------------------------------------------------------------------------
|
|
Requirements
|
|
|
|
|
|
---------------------------------------------------------------------------
|
|
Libraries Used
|
|
|
|
|
|
---------------------------------------------------------------------------
|
|
How to Run
|
|
|
|
1. Launch the application
|
|
2. Tap on the blue folder (top right) and select an .mp4v file
|
|
3. Adjust the video size (top right corner) to 176x144
|
|
4. Click on the "Decode" button.
|
|
5. Tap 'go' to start decoding the video file. You will see the movie in
|
|
the top left corner of the screen. After the movie is done, you will
|
|
see a dialog box "Decoding done!"
|
|
|
|
---------------------------------------------------------------------------
|
|
Note
|
|
|
|
|
|
---------------------------------------------------------------------------
|
|
|
|
|