Wodeon 1.8MPEG 1 Video Player
Category(s):
You must be registered and logged into HPC:Factor in order to contribute to the SCL.
Screenshots & Images![]() DescriptionSimple and nice player with sizing and display options, i.e view video in 4 color scales, or 65K colors, turn audio on/off to enhance performance and others. System RequirementsCopy program file to handheld and tap on it to install. Installation InstructionsCopy program file to handheld and tap on it to install. TagsMultimediaMedia PlayerMPEGOpen Sourcevideo player
Commentsnull1024 22 August 2022 at 6:48:47 AM It feels genuinely insane that I am currently playing MPEG video with sound on my LG Phenom, even if the framerate is kind of terrible on this device (since it's only fast enough to draw keyframes for 320px high video -- I can play back a 160px tall).I had to browbeat my files into submission with ffmpeg to play, and it took a little bit of trial and error to actually get a file that played back right. Here's a generic command to convert videos for this, replace $1 with the filename: ffmpeg -i "$1" -vf "scale=320:240:force_original_aspect_ratio=decrease,pad=320:240:-1:-1:color=black" -vcodec mpeg1video -ar 44100 -b:a 64k -acodec mp2 "result.mpeg" ...and here's the script I'm using to convert my videos with currently for my B/W device: #!/bin/sh ffmpeg -i "$1" -threads 6 -af "volume=2" -vf "unsharp=11:11:3,scale=320:240:force_original_aspect_ratio=decrease,pad=320:240:-1:-1:color=black,subtitles=$1,hue=s=0" -vcodec mpeg1video -ar 44100 -b:a 64k -acodec mp2 "$1.mpeg" which adds an obnoxious amount of contrast, boosts the volume a lot since Wodeon's audio output is VERY quiet, bakes in subtitles, and makes the video grayscale since it's not like it's going to be displayed in color. Probably could get it looking better, I haven't played around with it enough. You must be signed-in to post comments in the SCL. Not registered? Join our community. Software Compatibility List: The SCL is provided for free to the Handheld PC Communty and we do not carry advertising to support our services. If you have found the SCL useful, please consider donating.
|