Search found 12 matches
- Fri Jun 30, 2006 4:24 pm
- Forum: PSP Development
- Topic: PMP Mod v2.02 & PMP Mod AVC v1.02
- Replies: 1856
- Views: 8854348
Confirmed that no need to modify the mencoder/mplayer source code, just need to recompile the source with the patched x264. But it won't output the .txt containing the video info if going through the mencoder route. I created the following script to perform cropping, resizing, and also fps detection...
- Fri Jun 30, 2006 1:28 pm
- Forum: PSP Development
- Topic: PMP Mod v2.02 & PMP Mod AVC v1.02
- Replies: 1856
- Views: 8854348
I've just confirmed that by modifying the /libavcodec/x264.c in mencoder to set the default values that jonny sets in the common.c of x264 (b_aud, b_pictiming, and i_level_idc), I'm able to run the mencoder to encode x264 directly. Apparently some libraries were not loaded correctly when I tried las...
- Thu Jun 29, 2006 9:34 pm
- Forum: PSP Development
- Topic: PMP Mod v2.02 & PMP Mod AVC v1.02
- Replies: 1856
- Views: 8854348
I've tried encoding with encoder with the x264 function enabled, and it does provide me with the right number of frames. But I think I'm missing some important changes in mencoder/x264, since the resultant pmp file is not playable from the PSP... (invalid format error). I would be very interested to...
- Thu Jun 29, 2006 9:29 pm
- Forum: PSP Development
- Topic: PMP Mod v2.02 & PMP Mod AVC v1.02
- Replies: 1856
- Views: 8854348
mystic_memories, have you tried with no -fps ${RATE}/${SCALE} option? In your pmp avc muxer output you've scale: 1, rate: 20 which is exactly 20 fps. Maybe there are rounding problems...? Doesn't it work fine if you do not specify frames-per-second explicitly? The -fps is derived from the comments ...
- Thu Jun 29, 2006 2:01 pm
- Forum: PSP Development
- Topic: PMP Mod v2.02 & PMP Mod AVC v1.02
- Replies: 1856
- Views: 8854348
- Thu Jun 29, 2006 11:19 am
- Forum: PSP Development
- Topic: PMP Mod v2.02 & PMP Mod AVC v1.02
- Replies: 1856
- Views: 8854348
- Thu Jun 29, 2006 10:34 am
- Forum: PSP Development
- Topic: PMP Mod v2.02 & PMP Mod AVC v1.02
- Replies: 1856
- Views: 8854348
@jonny Thanks for the tip. My findings are as follows: 1) Original Video (min:sec): 46:46 2) Extracted MP3: 46:46 3) {infile}.264: Going from the 55795 which I think is the number of frames. I get 46:30 which is about 16 seconds difference there. A snipplet of the output from the muxer is as follows...
- Thu Jun 29, 2006 2:47 am
- Forum: PSP Development
- Topic: PMP Mod v2.02 & PMP Mod AVC v1.02
- Replies: 1856
- Views: 8854348
- Tue Jun 27, 2006 5:01 am
- Forum: PSP Development
- Topic: PMP Mod v2.02 & PMP Mod AVC v1.02
- Replies: 1856
- Views: 8854348
Thanks for the code, it looks good (at rendering time).. I'll try it out tonight after it's finished rendering. (slow PC...) The following patch will fill .264.txt file when using yuv4mpeg input. I'm not completely sure if that is the correct code (as original one uses some values from AVI header). ...
- Mon Jun 26, 2006 9:50 pm
- Forum: PSP Development
- Topic: PMP Mod v2.02 & PMP Mod AVC v1.02
- Replies: 1856
- Views: 8854348
- Mon Jun 26, 2006 1:55 pm
- Forum: PSP Development
- Topic: PMP Mod v2.02 & PMP Mod AVC v1.02
- Replies: 1856
- Views: 8854348
Re: small HOWTO: AVC pmp on Linux
It was a good tutorial, I got it converting in no time with this. But one problem, for some reason the txt file generated by the x264 doesn't contain anything (it's always 0 bytes). Shouldn't it contain info on the video or something? I already applied the two patches before compiling x264 with patc...
- Sun Mar 12, 2006 8:30 am
- Forum: PSP Lua Player Development
- Topic: os.date
- Replies: 10
- Views: 6743