![]() |
2008-10-19
, 21:44
|
|
Posts: 38 |
Thanked: 10 times |
Joined on Mar 2006
|
#2
|
![]() |
2008-10-20
, 02:14
|
Posts: 3 |
Thanked: 0 times |
Joined on Jun 2008
@ Toronto, Canada
|
#3
|
![]() |
2008-10-21
, 13:02
|
|
Posts: 2,535 |
Thanked: 6,681 times |
Joined on Mar 2008
@ UK
|
#4
|
dd if=original.avi of=fragment.avi bs=1M count=4
![]() |
2008-10-27
, 18:07
|
Posts: 3 |
Thanked: 0 times |
Joined on Jun 2008
@ Toronto, Canada
|
#5
|
![]() |
2008-10-28
, 12:58
|
|
Posts: 2,535 |
Thanked: 6,681 times |
Joined on Mar 2008
@ UK
|
#6
|
Thanks for the offer Jaffa... but its definitely not an issue with the file... because it doesn't work with *any* avi file that I feed the script.
Now I just use straight mencoder for the odd time I want a video on the n800... something along the lines of:
mencoder input-video -vf scale=400:240 -o outputed-video -oac copy -ovc lavc -lavcopts vcodec=mpeg4
tablet-encode [input].avi [output].avi
... it fails to convert any file irregardless of whatever settings I give it. 'ps -ax' reveals mplayer is running:
mplayer -endpos 0 -vo null -ao null -identify [original file].avi
... and just endlessly runs in the background until I kill it.
I have searched around the site and nobody else seems to have any problem running this script with the default options... Any help getting this app working properly would be appreciated!