![]() |
2008-06-02
, 00:47
|
Posts: 425 |
Thanked: 132 times |
Joined on Mar 2008
@ California
|
#42
|
![]() |
2008-06-02
, 11:17
|
|
Posts: 267 |
Thanked: 50 times |
Joined on Feb 2008
@ Montreal, Canada
|
#43
|
-lavdopts "$FAST"lowres="$FULL"
mplayer -really-quiet -noslices -hardframedrop -lavdopts "$FAST"lowres="$FULL" -vo omapfb "$NAME"
-vo omapfb
if [ $WIDTH -gt 1600 ] then setting lowres ON, 1/8 resolution elif [ $WIDTH -gt 800 ] then setting lowres ON, 1/4 resolution elif [ $WIDTH -gt 400 ] then setting lowres ON, 1/2 resolution else setting lowres OFF fi
Known Issues: This script will not work with videos whose aspect ratio has not been declared
![]() |
2008-06-02
, 12:08
|
|
Posts: 2,535 |
Thanked: 6,681 times |
Joined on Mar 2008
@ UK
|
#44
|
Is there any way to check the bitrate of a file (and get the output usable in a script)?
![]() |
2008-06-04
, 06:57
|
Posts: 425 |
Thanked: 132 times |
Joined on Mar 2008
@ California
|
#45
|
does the -lavdopts fast actually help? I never noticed any difference on all my videos.
why the?Code:-vo omapfb
the width of the screen is 800. not all the videos whose width is between 400 and 800 would lag.
Is there any way to check the bitrate of a file (and get the output usable in a script)?
/ID_VIDEO_BITRATE/ { print substr( $0, 18, length($0) )
If so, the script could be enabled iff the video bitrate > ~900 kbps, or if the total bitrate > 1024kbps. And just to verify, these values sound reasonable to all?
oh, and one last thing:
unless the video file is broken, how is this possible?
![]() |
2008-06-04
, 07:35
|
Posts: 4,030 |
Thanked: 1,633 times |
Joined on Jul 2007
@ nd usa
|
#46
|
![]() |
2008-06-04
, 07:54
|
Posts: 425 |
Thanked: 132 times |
Joined on Mar 2008
@ California
|
#47
|
![]() |
2008-06-04
, 07:57
|
Posts: 4,030 |
Thanked: 1,633 times |
Joined on Jul 2007
@ nd usa
|
#48
|
![]() |
2008-06-04
, 08:04
|
Posts: 425 |
Thanked: 132 times |
Joined on Mar 2008
@ California
|
#49
|
The Following User Says Thank You to josiahg777 For This Useful Post: | ||
![]() |
2008-06-04
, 11:12
|
|
Posts: 267 |
Thanked: 50 times |
Joined on Feb 2008
@ Montreal, Canada
|
#50
|
The new Garnet VM supports mathLib so both easyCalc and spacetime should work now! I'm looking forward to trying them when I get home
Oh and thanks for the mplayer line! I no longer miss TCPMP :P
I bundled it into a quick dirty shell-script that I'll post as soon as I get home
Promises are like babies. Fun to make, but hard to deliver.
Warning: dates on calendar are closer than they appear.