I have sample code which read the .mp4 file , which divides the .mp4 file into 10 file each of 2 sec duration . Am taking each divided file & getting first frame and saving it as image.
But while running individual divided file as standalone application is working fine.But while looping thro' all file , creating processor for each of the divided file. Am getting the below error
OpenError: No video stream found
Failed to create a processor from the given media source: javax.media.NoProcessorException: Cannot find a Processor for:
Please let me know how to resolve this problem.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have sample code which read the .mp4 file , which divides the .mp4 file into 10 file each of 2 sec duration . Am taking each divided file & getting first frame and saving it as image.
But while running individual divided file as standalone application is working fine.But while looping thro' all file , creating processor for each of the divided file. Am getting the below error
OpenError: No video stream found
Failed to create a processor from the given media source: javax.media.NoProcessorException: Cannot find a Processor for:
Please let me know how to resolve this problem.
hey, sir, you can send you question to new forum.(http://apps.sourceforge.net/phpbb/fobs/)
Good Luck.