Search found 19 matches

by ojacques
Wed Oct 18, 2006 7:29 am
Forum: Generic Discussions
Topic: Select an individual title on DVD or chapters...
Replies: 3
Views: 5431

There is a bug with that. In discnav.cpp, mc try to figure out all the chapters available. The issue is that it relies on the chapters (Cells) that are in the first PGC. But, for some DVDs, one IFO can point to a serie of PGCs. Here is an ifodump output example of "ifodump.exe d:\ 1" on such DVD: Pr...
by ojacques
Wed Oct 18, 2006 7:20 am
Forum: Development
Topic: mediacoder for psp doesnt encode videos compatible with psp
Replies: 3
Views: 4744

Which is, in my opinion, far better than mp4! Quality is just awesome...
by ojacques
Tue Sep 19, 2006 8:50 am
Forum: Generic Discussions
Topic: how to convert to .mpeg4 for sony psp
Replies: 3
Views: 5373

Mediacoder works nicely for me to encode my PSP videos in pmp format (H.264 AVC).
To play those videos, you have to use a pmp player: http://jonny.leffe.dnsalias.com/ (need a 1.5 firmware)
Videos are then very nice and crips, using the full resolution of PSP 480x272...
by ojacques
Tue Sep 05, 2006 3:36 pm
Forum: Generic Discussions
Topic: Compile from the code
Replies: 12
Views: 14205

You man "only" 29.97? I use the PSP plugin to generate PMP files (played with PMP MOD AVC 1.02) and it supports 25fps also... I will ask the question on ps2dev forum...
by ojacques
Tue Sep 05, 2006 8:28 am
Forum: Generic Discussions
Topic: Compile from the code
Replies: 12
Views: 14205

I've applied the patch, except for the place where stripping "VIDEO_TS" string. In my place, with "VIDEO_TS" in -dvd-device just works. Really? I mean for me, it "works", but in the console, I get error messages about libdvdread complaining. I think this has been reported by another user in this po...
by ojacques
Tue Sep 05, 2006 8:07 am
Forum: Generic Discussions
Topic: Compile from the code
Replies: 12
Views: 14205

I've applied the patch, except for the place where stripping "VIDEO_TS" string. In my place, with "VIDEO_TS" in -dvd-device just works. Really? I mean for me, it "works", but in the console, I get error messages about libdvdread complaining. I think this has been reported by another user in this po...
by ojacques
Sat Sep 02, 2006 4:44 pm
Forum: Generic Discussions
Topic: Compile from the code
Replies: 12
Views: 14205

This video_ts thing look strange. I think that the behaviour changed between versions of mplayer... I will double check what version of mplayer I use and what version comes with mc. (I know I had to find a version that didn't crashed on me for my Athlonx XP)... In any case, I'm ok with getting svn a...
by ojacques
Fri Sep 01, 2006 3:28 am
Forum: Generic Discussions
Topic: Notice
Replies: 7
Views: 11161

This is very courageous. Good luck and keep up the good work!!!!
by ojacques
Fri Sep 01, 2006 3:22 am
Forum: Development
Topic: Crash while clicking "Add Track"
Replies: 8
Views: 10714

If you look at the top processes in the task manager, you will probably see mplayer.exe running.
I think the patch I provided there:
http://mediacoder.sourceforge.net/forum ... .php?t=580
fixes that can of issues. Not sure though...
by ojacques
Tue Aug 29, 2006 8:55 am
Forum: Generic Discussions
Topic: Compile from the code
Replies: 12
Views: 14205

Ok, I got it to compile. Here is my first patch :) Fixes: - common.c: When retrieving saved item list (.m3u), strings parameters where not retrieved (this included disc-root). - mediatools.cpp: Allow 5 seconds for the DVD drive to spin-off before while reading on mplayer's pipe. The previous setting...