|
|
06-01-2008
, 08:47 PM
|
|
Posts: 425 |
Thanked: 131 times |
Joined on Mar 2008
@ California
|
#42
|


|
|
06-02-2008
, 07:17 AM
|
|
|
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
|
|
06-02-2008
, 08:08 AM
|
|
|
Posts: 1,875 |
Thanked: 3,839 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)?
|
|
06-04-2008
, 02:57 AM
|
|
Posts: 425 |
Thanked: 131 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?
|
|
06-04-2008
, 03:35 AM
|
|
Posts: 3,438 |
Thanked: 1,247 times |
Joined on Jul 2007
@ nc usa
|
#46
|
|
|
06-04-2008
, 03:54 AM
|
|
Posts: 425 |
Thanked: 131 times |
Joined on Mar 2008
@ California
|
#47
|
It should work fine now
|
|
06-04-2008
, 03:57 AM
|
|
Posts: 3,438 |
Thanked: 1,247 times |
Joined on Jul 2007
@ nc usa
|
#48
|

|
|
06-04-2008
, 04:04 AM
|
|
Posts: 425 |
Thanked: 131 times |
Joined on Mar 2008
@ California
|
#49
|

I don't own the webspace directly, I sublease it from one of my friends so I don't have permission to fix it. Try right clicking on it and selecting "Save as" ?
| The Following User Says Thank You to josiahg777 For This Useful Post: | ||
|
|
06-04-2008
, 07:12 AM
|
|
|
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.