English 中文(简体)
我如何从贾瓦的FLV档案中从节目中提取一个像第一个框架一样的预科?
原标题:How can I programmatically extract a preview image - like the first frame - from an FLV file in Java?

<>上>

由于我最初的请求似乎几乎是不可能的,下一个最简单的解决办法是什么? Invoke the swftools app? • 争取民族阵线的平衡?

www.un.org/Depts/DGACM/index_french.htm

这与“m仅受Java图书馆约束(而且没有JNI打电话给C)。 这也意味着不需要像swftools 。 I m 寻求纯 Java(或至少是JVER)解决办法。

最佳回答

或者,如果你想从贾瓦直接这样做的话,你可以使用。 它使用Xuggler,这是一个开放源图书馆,用于在java制作和编码录像。 许克勒确实在幕后利用国家情报机构来进行感染,但在使用时却完全看不见。 帮助。

文章

问题回答

www.un.org/Depts/DGACM/index_spanish.htm ...... 如果您能够接受最终结果为FLV文档(而不是像PNG或JPEG这样的适当形象) 什么是单一框架视频? 它的形象! 这很可能给你留下你所期望的功用,尽管这似乎有点奇怪。

你们需要做的是将FLV的档案整理起来。 这实际上是一种非常简单的形式。 第一,在以下一些基本内容上读:http://en.wikipedia.org/wiki/Video_compression_picture_types”rel=“nofollow noreferer”>video compression则。 第二,在,载于Adobe s站点。

大约,FLV的一个案例就是:

 FLV  header
Meta data 
Frame 0 - Audio
Frame 1 - Video I-Frame (all information to create a full image) 
Frame 2 - Video P-Frame (just differential from last frame)
Frame 3 - Video P-Frame (just differential from last frame)
Frame 1 - Video I-Frame (all information to create a full image) 
Frame 2 - Video P-Frame (just differential from last frame)
Frame 3 - Video P-Frame (just differential from last frame)
Frame 0 - Audio
Frame 5 
...
Frame n
EOF

因此,你打着录像机搜寻你想要的照片。 这一点,加上基本的FLV档案头盔,是你们都需要的。 我们的民意(如果是一件事或一份档案)只是:

 FLV  header
Frame 0 - Video I-Frame (all information to create a full image) 

这一切都可以在没有特殊工具的情况下在 Java进行。 www.un.org/Depts/DGACM/index_french.htm 实际:

请注意,这种办法仅适用于FLLV文档,而不是F4V(或其他基于MP4的文档格式)。

请注意,SWF的退步受到《行动》和宣言性转变的控制,以便认为“第一框架”在所有情形下都适当反映整个参与者的需要。 我这样说——称为外部工具。 这些问题如何? 它是什么宗教授权?





相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签