Search found 7 matches
- Tue Jan 08, 2008 6:40 pm
- Forum: PSP Development
- Topic: PMP AVC Mencoder for linux
- Replies: 13
- Views: 20545
- Tue Jan 08, 2008 2:16 pm
- Forum: PSP Development
- Topic: PMP AVC Mencoder for linux
- Replies: 13
- Views: 20545
In the main pmp muxer thread (toward the end), there is a long discussion about adding aac support to pmp, and all new muxers posted to add said support. Use the source for that. Yeah, I already have a aac capable muxer, but the 20070606 release apparently added support for 48khz audio track which ...
- Mon Jan 07, 2008 3:34 pm
- Forum: PSP Development
- Topic: PMP AVC Mencoder for linux
- Replies: 13
- Views: 20545
- Fri Mar 23, 2007 5:53 am
- Forum: PSP Development
- Topic: PMP Mod v2.02 & PMP Mod AVC v1.02
- Replies: 1856
- Views: 8841339
- Wed Sep 27, 2006 7:14 am
- Forum: PSP Development
- Topic: PMP Mod v2.02 & PMP Mod AVC v1.02
- Replies: 1856
- Views: 8841339
I finally got it to work! I used ffmpeg and wrote the raw video to a named pipe, and encoded that with x264. Funnily the fps was still 2x the original, but when I told x264 to encode half the original fps it evened out and worked :) mkfifo tmp/pipe.yuv ffmpeg -i video.avi -y -an -s 480x272 -r 24000/...
- Wed Sep 27, 2006 3:27 am
- Forum: PSP Development
- Topic: PMP Mod v2.02 & PMP Mod AVC v1.02
- Replies: 1856
- Views: 8841339
I'm having a lot of problems re-encoding avi's into a avc videos, I'm using linux so all windows softwares are sadly out.. ffmpeg loses about 2/3 of frames when using yuv4mpegpipe, I've tried several versions and all seem to be doing this. It works if I save the yuv output straight to a file from ff...
- Mon Sep 25, 2006 8:50 pm
- Forum: PSP Development
- Topic: PMP Mod v2.02 & PMP Mod AVC v1.02
- Replies: 1856
- Views: 8841339
Could someone explain the technical reasons why the PMP container must be used? I mean, it's pretty common that videos use xvid for video and mp3 for audio. Why do they have to be put in a PMP container for them to play in PMP mod? For example, I have an avi video: AVI, 608 x 336, 23.98 fps, video: ...