DavisDev / pmplayer-advance

Automatically exported from code.google.com/p/pmplayer-advance
3 stars 2 forks source link

Audio Late on MPEG-4 #41

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open a video

What is the expected output? What do you see instead?
- Audio will be a couple of seconds late

What version of the product are you using? On what operating system?
- PMPlayer 3.1.1 - PSP 3000 with 5.03 ChickHEN and CFW Gen-C

Please provide any additional information below.
- Files was converted from a xvid/avi with the following command using ffmpeg 
on ubuntu lucid:
ffmpeg -i input.avi -acodec libfaac -ab 128k -ac 2 -vcodec mpeg4 -s 320x180 -vb 
500k -r 25 output.mp4
- It plays correctly on PC
- It plays correctly using the default psp movie player
- Tried varying the cpu speeds in the pmplayer settings but still the same

Original issue reported on code.google.com by kris.inf...@gmail.com on 17 Jun 2010 at 3:28

GoogleCodeExporter commented 9 years ago
Tried converting from a windows computer with Mediacoder application and it 
worked. Audio was on time.

Original comment by kris.inf...@gmail.com on 18 Jun 2010 at 4:58