Jan 10 2006, 10:24 AM
Post
#1
|
|
|
Group: Members Posts: 626 Joined: 13-April 04 From: Ireland Member No.: 2,825 |
What is the best resolution / framerate / codec solution for playing videos that people have been able to do on these Cxx0 machines?
particularly interested in pdaxrom solutions... |
|
|
|
![]() |
Jan 26 2006, 03:25 PM
Post
#2
|
|
![]() Group: Admin Posts: 3,277 Joined: 29-July 04 From: Cambridge, England Member No.: 4,149 |
QUOTE(omega @ Jan 10 2006, 07:24 PM) What is the best resolution / framerate / codec solution for playing videos that people have been able to do on these Cxx0 machines? particularly interested in pdaxrom solutions... in cacko, I've managed to get 15fps smoothly with 640x480 (widescreen video), with 128mbps mp3, playing back on mplayer. here's a script I was using to try it out; as I tried out new things I copied the command to keep the old one on hand. #!/bin/bash INFILE="$1" OUTFILE="$2" echo "encoding $1 outputting to $2" set -x #mencoder -ofps 8 "$1" -o "$2" "${@:3}" -lavcopts #vhq:vcodec=mpeg4:vbitrate=40:vrc_maxrate=70 -ovc lavc -lavcopts #vbitrate=150 -oac mp3lame -lameopts abr:br=32 -zoom -vf #scale=320:-3,expand=-1:-1:-1:-1:1,rotate=1 -sws 9 -af resa #mple=22050 -srate 22050 #mencoder "$INFILE" -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=150:vpass=2 -lameopts abr:br=64:mode=3 -vop scale=64 0:480 -oac mp3lame -ofps 15 -o "$OUTFILE" # works but no sound on x86 playback nor zaurus #ffmpeg -i $INFILE -v 0 \ # -deinterlace -vcodec mpeg4 -4mv -b 224 -r 15 -aspect 16:9 -s 640x400 -hq \ # -acodec vorbis -ab 64 -ac 1 $OUTFILE # works but blocky #ffmpeg -i $INFILE -v 0 \ # -deinterlace -vcodec mpeg4 -4mv -b 224 -r 15 -aspect 16:9 -s 640x400 -hq \ # -acodec mp3 -ab 64 -ac 1 $OUTFILE # not too bad #ffmpeg -i $INFILE -v 0 \ # -deinterlace -vcodec mpeg4 -4mv -b 256 -r 15 -aspect 16:9 -s 640x360 -hq \ # -acodec mp3 -ab 64 -ac 1 $OUTFILE AV=384 AB=64 # 50% horiz scaling, 16:9, top quality? ffmpeg -i $INFILE -v 0 \ -deinterlace -vcodec mpeg4 -4mv -b $AV -r 15 -aspect 16:9 -s 640x360 -hq \ -acodec mp3 -ab $AB -ac 1 $OUTFILE_mp4-$AV_mp3-$AB.avi |
|
|
|
omega Maximum Resolution / Framerate Possible? Jan 10 2006, 10:24 AM
xamindar Is it possible to encode with ogg audio for the mp... Mar 4 2006, 10:59 AM
tirant ATM just 320x240 (15fps) on Cacko 1.23 (c760).
I ... Mar 13 2006, 05:54 AM
guylhem speculatrix, do you use mplayer+bvdd for the playb... Apr 14 2006, 03:53 AM
speculatrix QUOTE(guylhem @ Apr 14 2006, 12:53 PM)specula... Apr 15 2006, 01:56 PM
Cresho 320x240 30fps 160kbps audio. Of course its not pd... Apr 15 2006, 02:58 PM![]() ![]() |
|
Lo-Fi Version | Time is now: 24th May 2013 - 08:17 AM |