| View previous topic :: View next topic |
| Author |
Message |
pietrotc
Joined: 30 May 2006 Posts: 3
|
Posted: Mon Jun 12, 2006 5:13 am Post subject: |
|
|
I use Megui with patched x264.exe , when i use pmp_muxer_avc this is the error :
| Quote: | | Status: [dwTotalFrames == 0] |
Anyone can help me?
PS.: please sorry my bad english |
|
| Back to top |
|
 |
jonny
Joined: 22 Sep 2005 Posts: 351
|
Posted: Mon Jun 12, 2006 5:28 am Post subject: |
|
|
--level 3 --pictiming --aud
those are strictly required for compatibility
in your case, you have probably missed --aud (i use access unit delimiters to parse the stream)
you should post the full parameters set if you encounter problems
(some parameters may generate incompatible stream, i'm interested in this type of feedback) |
|
| Back to top |
|
 |
yawoo
Joined: 14 Jan 2006 Posts: 5
|
Posted: Mon Jun 12, 2006 12:46 pm Post subject: |
|
|
| jonny wrote: | --level 3 --pictiming --aud
those are strictly required for compatibility
type of feedback) |
I have tried to encode by mencoder, but there is no corresponding parameters of --pictiming and --aud in mencoder. Is there any workaround solution? |
|
| Back to top |
|
 |
cooleyes
Joined: 18 May 2006 Posts: 125
|
|
| Back to top |
|
 |
psp
Joined: 01 Jun 2006 Posts: 43
|
Posted: Mon Jun 12, 2006 2:10 pm Post subject: |
|
|
amazing work!!
thanks |
|
| Back to top |
|
 |
scyrax
Joined: 07 Feb 2006 Posts: 18
|
Posted: Mon Jun 12, 2006 3:44 pm Post subject: |
|
|
jonny,is it possible to decode 4:2:2 AVC format???
then we were away from the chroma problem. |
|
| Back to top |
|
 |
magiK

Joined: 09 Apr 2006 Posts: 22
|
Posted: Mon Jun 12, 2006 4:28 pm Post subject: |
|
|
| yawoo wrote: | | I have tried to encode by mencoder, but there is no corresponding parameters of --pictiming and --aud in mencoder. Is there any workaround solution? |
No. Please use the modified x264 encoder from jonny's site.
| scyrax wrote: | is it possible to decode 4:2:2 AVC format???
then we were away from the chroma problem. |
The integrated decoder supports only the Main profile up to level 3 afaik. The fidelity range extensions are part of the High profile so my answer would be no. Also, the frext would probably require a lot more processing power. |
|
| Back to top |
|
 |
yawoo
Joined: 14 Jan 2006 Posts: 5
|
Posted: Mon Jun 12, 2006 5:40 pm Post subject: |
|
|
| magiK wrote: | | yawoo wrote: | | I have tried to encode by mencoder, but there is no corresponding parameters of --pictiming and --aud in mencoder. Is there any workaround solution? |
No. Please use the modified x264 encoder from jonny's site.
|
Hope that future version of PMP AVC would accept more implementation of x264 encoders. |
|
| Back to top |
|
 |
jonny
Joined: 22 Sep 2005 Posts: 351
|
Posted: Mon Jun 12, 2006 6:28 pm Post subject: |
|
|
@cooleyes: nice, thank you!
| Quote: |
Hope that future version of PMP AVC would accept more implementation of x264 encoders.
|
mencoder should be patched with the additions (the --pictiming modification is needed by the psp internal decoder, there is no way to avoid this)
so, if someone want to take this job ... :) |
|
| Back to top |
|
 |
psp
Joined: 01 Jun 2006 Posts: 43
|
Posted: Mon Jun 12, 2006 11:27 pm Post subject: |
|
|
can you integrate the new avc mod with the regular version 2.01?
thanks for your excellent job!! |
|
| Back to top |
|
 |
jonny
Joined: 22 Sep 2005 Posts: 351
|
Posted: Tue Jun 13, 2006 2:10 am Post subject: |
|
|
| no, the ME code in the standard version conflict with the avc code (plus, i'm more comfortable with 2 versions for many reasons). |
|
| Back to top |
|
 |
pegasus
Joined: 17 Jan 2006 Posts: 61
|
Posted: Tue Jun 13, 2006 2:35 am Post subject: hello |
|
|
nice work!
just a question, is it possible to convert our old videos to avc?
'like demux the audio and video, then convert video and then remux again?? |
|
| Back to top |
|
 |
26bboy
Joined: 06 Jan 2006 Posts: 6
|
Posted: Tue Jun 13, 2006 2:53 am Post subject: |
|
|
| nice work Jonny and MagiK works great for me, would like the encoding process to be a little simpler though, still excellent work guys!!! Keep the AVC development going! |
|
| Back to top |
|
 |
digihoe
Joined: 14 May 2005 Posts: 108
|
Posted: Tue Jun 13, 2006 6:54 am Post subject: |
|
|
| jonny wrote: | | no, the ME code in the standard version conflict with the avc code (plus, i'm more comfortable with 2 versions for many reasons). |
What about using Raphael's modification of 2.01, he has made it work without the ME...
Great work BTW!
Best regards! |
|
| Back to top |
|
 |
Raphael

Joined: 17 Jan 2006 Posts: 646 Location: Germany
|
Posted: Tue Jun 13, 2006 9:06 am Post subject: |
|
|
| Quote: | | he has made it work without the ME... |
Yes I did, but at the cost of much speed, which will again cause a lot of stuttering on higher bitrates. I only did this because it's better to have slow playback on 2.0+ than no playback at all. I'd say the FW 2.0+ version is about the level, that the original 1.00 version was, speedwise.
So if you're willing to trade the speed back we have because of jonnys real amazing work with the me code, against the possibility to play both AVC and normal pmp with just one app, well then, it's no big deal, you just need someone who is willing to merge both versions, but jonny won't do this I am sure. And me neither, at least for now, since I'm more concerned about getting a GUI working again and how to support asian fonts and thousands of other small improvements.
Sorry, but please respect the decisions of developers on how they want things to be or not. After all, it's not that big hassle to have two PMP Mods and switch between them. Be grateful that you even can play AVC videos now on 1.5 :) |
|
| Back to top |
|
 |
digihoe
Joined: 14 May 2005 Posts: 108
|
Posted: Tue Jun 13, 2006 9:34 am Post subject: |
|
|
| Raphael wrote: | | Quote: | | he has made it work without the ME... |
Yes I did, but at the cost of much speed, which will again cause a lot of stuttering on higher bitrates. I only did this because it's better to have slow playback on 2.0+ than no playback at all. I'd say the FW 2.0+ version is about the level, that the original 1.00 version was, speedwise.
So if you're willing to trade the speed back we have because of jonnys real amazing work with the me code, against the possibility to play both AVC and normal pmp with just one app, well then, it's no big deal, you just need someone who is willing to merge both versions, but jonny won't do this I am sure. And me neither, at least for now, since I'm more concerned about getting a GUI working again and how to support asian fonts and thousands of other small improvements.
Sorry, but please respect the decisions of developers on how they want things to be or not. After all, it's not that big hassle to have two PMP Mods and switch between them. Be grateful that you even can play AVC videos now on 1.5 :) |
I have no problem with two builds, I was mearly pointing out your work...
I'm very greatful for all the work the dev's at this forum has done...
Keep up the great work! |
|
| Back to top |
|
 |
cooleyes
Joined: 18 May 2006 Posts: 125
|
Posted: Tue Jun 13, 2006 2:40 pm Post subject: |
|
|
| jonny wrote: | --level 3 --pictiming --aud
those are strictly required for compatibility
in your case, you have probably missed --aud (i use access unit delimiters to parse the stream)
you should post the full parameters set if you encounter problems
(some parameters may generate incompatible stream, i'm interested in this type of feedback) |
hi, jonny
I download the x264 code from your website,
patch it , and build a vfw dll for VDM( force use --level 3 --pictiming --aud)
I use VDM to encode a x264_avi, and muxer it to a pmp
but it did not work. |
|
| Back to top |
|
 |
jonny
Joined: 22 Sep 2005 Posts: 351
|
Posted: Tue Jun 13, 2006 5:29 pm Post subject: |
|
|
@pegasus:
yep, you can use the demuxer, convert the video to avc and remux
@cooleyes:
i've still not tested vfw due to lack of time, i'll do it asap
***EDIT***
i assume you have used the normal pmp muxer (2.01), changing video format to 1
(the avc muxer work only with raw streams atm)
@magiK:
i was trying to get bigger resolutions to work, but seems not possible, can you confirm this? |
|
| Back to top |
|
 |
cooleyes
Joined: 18 May 2006 Posts: 125
|
Posted: Tue Jun 13, 2006 6:16 pm Post subject: |
|
|
@jonny:
yes, I have patched your pmp muxer (2.01), set video_format = 1
but it does not work |
|
| Back to top |
|
 |
cooleyes
Joined: 18 May 2006 Posts: 125
|
|
| Back to top |
|
 |
magiK

Joined: 09 Apr 2006 Posts: 22
|
Posted: Tue Jun 13, 2006 6:46 pm Post subject: |
|
|
| jonny wrote: | @magiK:
i was trying to get bigger resolutions to work, but seems not possible, can you confirm this? |
Yes, unfortunately, the 480x272 resolution is hardcoded in the sceMpeg library. |
|
| Back to top |
|
 |
scyrax
Joined: 07 Feb 2006 Posts: 18
|
Posted: Tue Jun 13, 2006 7:17 pm Post subject: |
|
|
| what about MPS??which decoding library does it use? |
|
| Back to top |
|
 |
magiK

Joined: 09 Apr 2006 Posts: 22
|
Posted: Wed Jun 14, 2006 12:53 am Post subject: |
|
|
| Well, the only resolutions supported by the Mpeg lib appear to be 480x272 and 720x480. Decoding 720x480 content is a little different than 480x272. I'll look into it... |
|
| Back to top |
|
 |
scyrax
Joined: 07 Feb 2006 Posts: 18
|
Posted: Wed Jun 14, 2006 1:15 am Post subject: |
|
|
According to the offical Authoring Introduction,
the existing Resolution/info available for UMD:
Video Codec H.264/AVC Main Profile Level3
progressive Picture size: 720x480, 352x480, 352x240
interlaced Picture size: 720x480, 352x480
progressive Frame Rate: 23.976Hz, 29.97Hz
interlaced Frame Rate: 29.97Hz
Waiting for ur good news:) |
|
| Back to top |
|
 |
jonny
Joined: 22 Sep 2005 Posts: 351
|
Posted: Wed Jun 14, 2006 1:46 am Post subject: |
|
|
on the lower side, all seems to works correctly
i've tryed (480-16) x (272-16) and works
internally i've tryed also (480-4) x (272-2) and works (right and bottom borders are repeated to fill the macroblock)
so i'm assuming every resolution < 480x272, with witdh and height divisible by 16 works perfectly (if someone find something different, please let me know) |
|
| Back to top |
|
 |
jonny
Joined: 22 Sep 2005 Posts: 351
|
Posted: Wed Jun 14, 2006 6:34 am Post subject: |
|
|
@cooleyes:
a diff + a working vfw config:
http://www.megaupload.com/?d=V5S5OW48
the 8x8 transform trig the high profile (i think that was the problem)
(let me know if you need a binary/installer - atm i don't make an official release since i have not deeply tested it) |
|
| Back to top |
|
 |
cooleyes
Joined: 18 May 2006 Posts: 125
|
Posted: Wed Jun 14, 2006 11:38 am Post subject: |
|
|
| jonny wrote: | @cooleyes:
a diff + a working vfw config:
http://www.megaupload.com/?d=V5S5OW48
the 8x8 transform trig the high profile (i think that was the problem)
(let me know if you need a binary/installer - atm i don't make an official release since i have not deeply tested it) |
@jonny:
I can't download it.
can you send it to me by mail( eyes.cooleyes@gmail.com)
thank you |
|
| Back to top |
|
 |
LaMa

Joined: 31 Oct 2005 Posts: 8 Location: Amsterdam
|
Posted: Wed Jun 14, 2006 11:56 am Post subject: |
|
|
Here's a short AVC encoded trailer, for those interested.
James Bond: Casino Royale (2006)
Original Source.........: 648x344 MOV -> Uncompressed AVI/PCM Wave
Video Compression...: x264, AVC, single-pass
Resolution................: 480x272
Target Bitrate...........: 768kbps
FPS.........................: 23.976
Audio compression...: Lame MP3, 44100 Hz, 128kbps VBR, Stereo
Movie Length...........: 1m19s
Filesize....................: 8.87 MB
Download Mirrors:
Rapidshare
MegaUpload
I guess the filesize/quality-ratio could be better when encoding multi-pass, but this isnt so bad IMO.
(My apologies for moving off-topic) |
|
| Back to top |
|
 |
cooleyes
Joined: 18 May 2006 Posts: 125
|
Posted: Wed Jun 14, 2006 12:32 pm Post subject: |
|
|
@jonny:
OK, it can work.
thank you very much |
|
| Back to top |
|
 |
psp
Joined: 01 Jun 2006 Posts: 43
|
Posted: Wed Jun 14, 2006 3:06 pm Post subject: |
|
|
| jonny wrote: |
111mhz should be the ideal speed (i've not tested this but should be possible with no problems)
|
thats mean that in the next version we can run at 111mhz and get superior battery life? if so it will be a nice surprise
just curious, do you plan any new feature for the next built? |
|
| Back to top |
|
 |
|