Search found 3 matches
- Mon Jan 16, 2006 10:46 am
- Forum: PSP Development
- Topic: PMP Mod V1.02 / small mods
- Replies: 254
- Views: 1175324
Re: PMP Mod V1.00 / small mods
I created a new topic for the small mods I do on the amazing PMP Mod player (great work Jonny !!!). I'll keep this first post updated with the new versions. And this thread will keep track of the suggestions, comments, and bug reports of the mods only . Jonny works on the core player / decoder, so ...
- Thu Jan 05, 2006 2:07 am
- Forum: PSP Development
- Topic: PMP Mod v2.02 & PMP Mod AVC v1.02
- Replies: 1856
- Views: 8848009
Re: an updated version of that batch file, two-pass encoding
seems mplayer refuse avi file without video, mkv files dumps ok, strange :( i'll try using besweet why not dump and convert to mp3 use mencoder ? mencoder.exe -srate 44100 -oac mp3lame -lameopts aq=6:mode=0:cbr:br=128 -ovc copy -of rawaudio "*.AVI" -o "*.mp3" i found it's so con...
- Wed Jan 04, 2006 5:10 pm
- Forum: PSP Development
- Topic: PMP Mod v2.02 & PMP Mod AVC v1.02
- Replies: 1856
- Views: 8848009
Re: an updated version of that batch file, two-pass encoding
an updated version of that batch file, two-pass encoding: mplayer "%1" -quiet -priority idle -novideo -af resample=44100:0:2 -ao pcm:file="%2_PMP.wav" Tonight was the first time I ever tried mencoder/mplayer to encode something and have a question. If I try to use the above like...