JyotsnaT / xuggle

Automatically exported from code.google.com/p/xuggle
0 stars 0 forks source link

AVI Audio is not decoding in mp3 format #192

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Run DecodeAndPlayVideoAndAudio class
2. Give any mpeg4 encoded avi file as param

What is the expected output? 
Play video and audio

What do you see instead?

Exception in thread "main" 2009-08-08 16:03:52,579 [main] ERROR 
org.ffmpeg - [mpeg4 @ 0x37b9d00] frame skip 8
2009-08-08 16:03:52,584 [main] ERROR org.ffmpeg - [mp3 @ 0x37ba6d0] Header 
missing
java.lang.RuntimeException: got error decoding audio in: 
C:/movie/impress.avi
    at com.medialive.italia.player.DecodeAndPlayAudioAndVideo.main
(DecodeAndPlayAudioAndVideo.java:261)

What operating system and JVM version are you using?
Windows Vista / Jdk 1.5

Original issue reported on code.google.com by abhilash...@gmail.com on 8 Aug 2009 at 10:37

GoogleCodeExporter commented 9 years ago
Please upload a sample file showing the problem to a web-server and paste a 
link in
this bug.  I'll re-open the issue then (turns out I don't have a sample of 
every type
of video file out there).

Original comment by art.cla...@gmail.com on 8 Aug 2009 at 6:21

GoogleCodeExporter commented 9 years ago
The sample file is available at http://sabia.in/xuggle/st.avi

Original comment by abhilash...@gmail.com on 8 Aug 2009 at 8:41

GoogleCodeExporter commented 9 years ago
Yeah, I can reproduce the problem with that file.  I don't have any ETA for a
solution, but we'll add it to the list.

Original comment by art.cla...@gmail.com on 8 Aug 2009 at 9:01

GoogleCodeExporter commented 9 years ago
when testing transcoding or reencoding mp3s i get this error almost
every time:
2009-08-10 01:03:02,207 [http-8080-2] ERROR org.ffmpeg - [mp3 @
0x58f3240] Header missing
Only very few mp3s of my mp3 Collection work although the files are not 
corrupt. I
can reencode them withou any problems.

Original comment by emanuel....@gmail.com on 10 Aug 2009 at 11:07

GoogleCodeExporter commented 9 years ago
I have checked playing with ffmpeg avcodec libraries and sdl video player for 
this
file, it works for me. 

Original comment by abhilash...@gmail.com on 18 Aug 2009 at 12:40