JenyaKirmiza / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

Codecs not getting loaded for the latest release. #446

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Attaching a sample project. Run the MainActivity.java in android environment.
2.It has all the supporting jars and libraries.
3.The "Static block" (line101 for FFmpegFrameGrabber.java)
avcodec_register_all() is throwing error (refer screenshot) and program 
termination abruptly.

What is the expected output? What do you see instead?
Load all the codes and convert the video file along with the audio. 

What version of the product are you using? On what operating system?
beb7137485d0 revision from latest changes. We tried with OS including linux and 
windows. Its an android application.

Please provide any additional information below.
We are trying to convert the video file along with the audio using the android 
app.
Please note that the attached jar files are from the latest revision of source 
code changes available on the website. We have used Maven project to create 
these jars. Any help is appreciated. :) 

Original issue reported on code.google.com by abhilash...@gmail.com on 19 Mar 2014 at 2:03

Attachments:

GoogleCodeExporter commented 9 years ago
I have managed to solve the problem. tickets can be close. thanks :)

Original comment by abhilash...@gmail.com on 25 Mar 2014 at 1:23

GoogleCodeExporter commented 9 years ago
Ok, good!

BTW, if you could provide some details about how you fixed the issue, it might 
help someone else in the future that is having the same problem, thanks!

Original comment by samuel.a...@gmail.com on 25 Mar 2014 at 1:26

GoogleCodeExporter commented 9 years ago
Please share your code/approach to get Audio and Video from frameGrabber. In a 
similar attempt, I have been able to get frames but there is no audio. Moreover 
the Video seem s to play at a faster rate. I have used 
frameGrabber.getFrameRate() to be the frame rate of my recorder. 

Thanks

Original comment by er.parth...@gmail.com on 6 May 2014 at 7:29