Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > JMF - can it play dv avi files?

Reply
Thread Tools

JMF - can it play dv avi files?

 
 
Josef Garvi
Guest
Posts: n/a
 
      04-20-2004
I'm experimenting with the Java Media Framework, and need to work with film
clips in avi format, captured from DV cameras ("content type" is
"video.x_msvideo").

When I open such a clip, I can play the sound track, but get no image.
Opening other types of clips, such as mov files works well.

Am I missing some codec, and if so, where could it be possible to find it?

--
Josef Garvi

"Reversing desertification through drought tolerant trees"
http://www.eden-foundation.org/

new income - better environment - more food - less poverty
 
Reply With Quote
 
 
 
 
Roedy Green
Guest
Posts: n/a
 
      04-20-2004
On Tue, 20 Apr 2004 10:55:44 +0200, Josef Garvi
<> wrote or quoted :

>I'm experimenting with the Java Media Framework, and need to work with film
>clips in avi format, captured from DV cameras ("content type" is
>"video.x_msvideo").


to find out what it can do see http://mindprod.com/jgloss/jmf.html
and follow the links.

--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
 
Reply With Quote
 
 
 
 
Josef Garvi
Guest
Posts: n/a
 
      04-20-2004
Josef Garvi wrote:

> I'm experimenting with the Java Media Framework, and need to work with
> film clips in avi format, captured from DV cameras ("content type" is
> "video.x_msvideo").
>
> When I open such a clip, I can play the sound track, but get no image.
> Opening other types of clips, such as mov files works well.
>
> Am I missing some codec, and if so, where could it be possible to find it?


When I try opening the clip with the Seek example
(http://java.sun.com/products/java-me...ons/Seek.html),
I get the following output:

create player for: video.x_msvideo
Unable to handle format: DVSD, 720x576, FrameRate=25.0, Length=1244160
28 extra bytes
Movie duration: 52.040000000000006
Total # of video frames in the movies: 1300



--
Josef Garvi

"Reversing desertification through drought tolerant trees"
http://www.eden-foundation.org/

new income - better environment - more food - less poverty
 
Reply With Quote
 
Josef Garvi
Guest
Posts: n/a
 
      04-20-2004
Roedy Green wrote:
> On Tue, 20 Apr 2004 10:55:44 +0200, Josef Garvi
> <> wrote or quoted :
>
>
>>I'm experimenting with the Java Media Framework, and need to work with film
>>clips in avi format, captured from DV cameras ("content type" is
>>"video.x_msvideo").

>
>
> to find out what it can do see http://mindprod.com/jgloss/jmf.html
> and follow the links.



From what I can read, there doesn't seem to be any DV codec bundled with
the JMF. But after some thorough web searching, I finally found a codec
from Pinnacle that does the job.


--
Josef Garvi

"Reversing desertification through drought tolerant trees"
http://www.eden-foundation.org/

new income - better environment - more food - less poverty
 
Reply With Quote
 
ramkumarm ramkumarm is offline
Junior Member
Join Date: Apr 2009
Posts: 1
 
      04-15-2009
Hi,

i am using JMF,,

how to play avi files in JMF,

I have already install mp3plugin jar in jre..

still i got error as

Failed to configure: com.sun.media.PlaybackEngine@b8df17
Bad header in the media: Currently files with no idx1 chunk are not supported

Error: Unable to realize com.sun.media.PlaybackEngine@b8df17

Reply me .. Thank u in advance.,,,,
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
API Jmf:Transcoding to different formats (Solution SUN jmf: "Transcode.java ) Misterysword@hotmail.com Java 0 08-13-2007 11:40 AM
A bug of JMF(when JMF is playing video, InterruptedException occurs after the "refresh" button of IE is clicked)? taowang.gml@gmail.com Java 1 07-19-2006 11:21 PM
play video with JMF and LINUX Andrea Beccari Java 0 03-05-2004 09:25 AM
JMF wanted to play a mpg video and capture an Image into a Buffered Image tochaotic4u Java 2 07-03-2003 09:50 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57