| View previous topic :: View next topic |
| Author |
Message |
butch1016
Joined: 21 Jan 2006 Posts: 4
|
Posted: Sat Jan 21, 2006 7:12 am Post subject: Error Message when muxing |
|
|
Hi all, hope someone can help:
I have created avi and mp3 files (avi is vdub via Auto Gordian Knot) and mp3 is via BeLight.
When I come to mux the files with the pmp muxer I get this message at the end of the muxing process:
Status: [MPEG Version!=1]
The resulting PMP file displays an error mesage on the PSP to the effect that PSPMOD cannot read the audio.
Any ideas?
Many thanks
PS _ Can a Mod please move this to the PMP Mod v1.00 + PMP Muxer v1.00 thread please.
Butch |
|
| Back to top |
|
 |
jonny
Joined: 22 Sep 2005 Posts: 351
|
Posted: Sat Jan 21, 2006 7:49 am Post subject: |
|
|
| what bitrate have you used? |
|
| Back to top |
|
 |
butch1016
Joined: 21 Jan 2006 Posts: 4
|
Posted: Sat Jan 21, 2006 8:28 am Post subject: |
|
|
| 64kbs |
|
| Back to top |
|
 |
jonny
Joined: 22 Sep 2005 Posts: 351
|
Posted: Sat Jan 21, 2006 9:00 am Post subject: |
|
|
besweet seems to write strange mp3 frame headers with a bitrate < 112
ffmpeg works with all the bitrates
you can try with this:
ffmpeg -i yourfile -ar 44100 -ac 2 -acodec mp3 -ab 64 out.mp3 |
|
| Back to top |
|
 |
butch1016
Joined: 21 Jan 2006 Posts: 4
|
Posted: Sat Jan 21, 2006 10:18 am Post subject: |
|
|
Thanks for the reply Jonny, I am not too familiar with command line functions, I would not know where to put the line you suggested.
I will try and use BeLight at bit rates >112 and see if that helps.
Thanks again.
Butch |
|
| Back to top |
|
 |
|