for i in `ls *.m2v`
do
ffmpeg -i $i -b 2000k -vcodec mpeg2video -deinterlace -s 640x480 newdir/${i}.mpg
ffmpeg -i newdir/$i.mpg -vcodec copy -an newdir/$i
rm newdir/*.mpg
done
ffmpeg -i youroldfile -b 2000k -vcodec mpeg2video -deinterlace -s 640x480 newdir/yournewfile.mpg
ffmpeg -i newdir/yournewfile.mpg -vcodec copy -an newdir/yournewfile.m2v
rm newdir/*.mpg
Cheers m8 but cmd line is beyond me.I reencoded some files now and it works relatively good.
I used ffmpeg from commandline, and as I have the dvd version of dl1, I have multiple files.
Here is the script I encoded them with:
Code:for i in `ls *.m2v` do ffmpeg -i $i -b 2000k -vcodec mpeg2video -deinterlace -s 640x480 ../lair2/${i}.mpg ffmpeg -i ../lair2/$i.mpg -vcodec copy -an ../lair2/$i rm ../lair2/*.mpg done
This just encodes every m2v file in the directory to mpeg2 with a size of 640x480 and a bitrate of 2000kb/s.
Then it demuxes this mpegfile. This is necessary for it to work with daphne.
If you only have one file, this should work, too:
Code:ffmpeg -i youroldfile -b 2000k -vcodec mpeg2video -deinterlace -s 640x480 newdir/yournewfile.mpg ffmpeg -i newdir/yournewfile.mpg -vcodec copy -an newdir/yournewfile.m2v rm newdir/*.mpg
Edit: The videos can run on 600Mhz now, but I think the bottleneck is really sdcard-speed, as between videos there is still a lag for me. That could be because very short videos can't be buffered fast enough... But I don't really know.
I have a Class4 Card only, so I can't test others.
What class and make of sd card are you using?Dragons Lair 2 - works perfect @ 870 ...Bud
In the game Cliff Hanger -
Is here a another button mapped for the feet?
this game has hands/feet... right in the beggining you need to jump .space bar does the hands .
Ok, new build.
Now with proper controls and nubsupport:
Move: left nub/d-pad
Actionbutton 1: A
Actionbutton 2: X
Actionbutton 3: B
Insert Coin: select
Start game: start
Same link of course: http://maheld.heckel-web.pharmchem.uni-frankfurt.de/daphne.pnd
Is there any noob friendly rencoders ie that i can use also how do you rencode the ogg file is it separate or doyou make them together ie bin cueHi, yes, this is a bug. I am not sure either why it doesn't work correctly.
Works this way in rRootage...
Have to check tomorrow whats wrong.
Also I have scalingsupport for next release.
Thanks for testing!
touch nub0
echo `cat /proc/pandora/nub0/mode` > nub0
echo absolute > /proc/pandora/nub0/mode
exec ./daphne.bin "$ROM" vldp -framefile "$FRAMEFILE" -fullscreen -homedir . $O$
echo `cat nub0` > /proc/pandora/nub0/mode
rm nub0
NUB0MODE=`cat /proc/pandora/nub0/mode`
NUB1MODE=`cat /proc/pandora/nub1/mode`
echo absolute > /proc/pandora/nub0/mode
echo absolute > /proc/pandora/nub1/mode
./linapple
echo $NUB0MODE > /proc/pandora/nub0/mode
echo $NUB1MODE > /proc/pandora/nub1/mode
I reencoded some files now and it works relatively good.
I used ffmpeg from commandline, and as I have the dvd version of dl1, I have multiple files.
Here is the script I encoded them with:
Code:for i in `ls *.m2v` do ffmpeg -i $i -b 2000k -vcodec mpeg2video -deinterlace -s 640x480 newdir/${i}.mpg ffmpeg -i newdir/$i.mpg -vcodec copy -an newdir/$i rm newdir/*.mpg done
This just encodes every m2v file in the directory to mpeg2 with a size of 640x480 and a bitrate of 2000kb/s.
Then it demuxes this mpegfile. This is necessary for it to work with daphne.
If you only have one file, this should work, too:
Code:ffmpeg -i youroldfile -b 2000k -vcodec mpeg2video -deinterlace -s 640x480 newdir/yournewfile.mpg ffmpeg -i newdir/yournewfile.mpg -vcodec copy -an newdir/yournewfile.m2v rm newdir/*.mpg
Edit: The videos can run on 600Mhz now, but I think the bottleneck is really sdcard-speed, as between videos there is still a lag for me. That could be because very short videos can't be buffered fast enough... But I don't really know.
I have a Class4 Card only, so I can't test others.
How big were the files before and after re-encoding?
Yes but what do you do with the ogg filesHow big were the files before and after re-encoding?
For me... around 900MB before and 400MB after.