Discuss the development of new homebrew software, tools and libraries.
	Moderators: cheriff, TyRaNiD
			
		
		
			- 
				
																			
								butch1016							 
									
		- Posts: 4
 		- Joined: Sat Jan 21, 2006 7:05 am
 		
		
						
						
		
		
						
					
													
							
						
									
						Post
					
								by butch1016 » 
			
			
			
			
			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
			
			
									
									
						 
		 
				
		
		 
	 
				
		
		
			- 
				
																			
								jonny							 
									
		- Posts: 351
 		- Joined: Thu Sep 22, 2005 5:46 pm
 		
		
											
							- 
				Contact:
				
			
 
				
		
		
						
					
						
		
													
							
						
									
						Post
					
								by jonny » 
			
			
			
			
			what bitrate have you used?
			
			
									
									
						 
		 
				
		
		 
	 
				
				
		
		
			- 
				
																			
								jonny							 
									
		- Posts: 351
 		- Joined: Thu Sep 22, 2005 5:46 pm
 		
		
											
							- 
				Contact:
				
			
 
				
		
		
						
					
						
		
													
							
						
									
						Post
					
								by jonny » 
			
			
			
			
			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
			
			
									
									
						 
		 
				
		
		 
	 
				
		
		
			- 
				
																			
								butch1016							 
									
		- Posts: 4
 		- Joined: Sat Jan 21, 2006 7:05 am
 		
		
						
						
		
		
						
					
						
		
													
							
						
									
						Post
					
								by butch1016 » 
			
			
			
			
			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