如何使用JMF播放MP4视频?
我正在创建Java应用程序。我想用JMF播放MP4文件。我试图播放MP4文件,但它抛出异常
Could not create player for filename.mp4
Mpg格式对我来说很好。但我只有MP4文件。
代码:
Player mediaPlayer = Manager.createRealizedPlayer( mediaURL );
mediaPlayer.start();
这是我使用的代码。
<video width="320" height="240" controls="controls">
<source src="something.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
它显示了一个中间带有红色X的黑盒。有人建议简单地在我的.htaccess中添加下面这行代码来使.MP4在IE9中工作:AddType vid
我想在html页面中嵌入视频,这样我就可以从我的硬盘或url.I中播放任何多媒体文件。我尝试用
<video src="test.mp4" controls width="320" height="240">
</video>
在chrome中,视频播放没有任何问题。但是,在firefox .It中无法识别mp4文件显示错误消息- 'no video with supported format or mimetype found'.
碰巧我的大部分视频文件都是.mp4 or .flv文件。
如果我将<
我使用Objective-C代码播放了一个mp4文件,但它不支持.wmv文件。我如何转换它?
NSString *path = [[NSBundle mainBundle] pathForResource:@"Movie-1" ofType:@"mp4" inDirectory:nil];
// Create custom movie player
moviePlayer = [[[CustomMoviePlayerViewController alloc] initWithPath:path] autorelease];
// Show the movie
我正在使用youtube-dl和ffmpeg创建一个youtube下载器和转换器(供个人使用)。我正在尝试下载一个视频,并将其转换为MP4。
我遇到的问题是,youtube-dl下载的视频格式多种多样。有没有一种方法可以下载视频,然后告诉FFMPEG转换它,而不知道当前的文件类型?
我尝试使用*通配符,但这导致了错误。
@echo off
title youtube downloader
set /p name= URL:
echo Select a type. (vid/mp3/mp4)
set /p type=
IF /i "%type%"=="vid"
在我遇到这个问题之前,我在上传MP4视频到我们的服务器时遇到了一个问题,我已经成功地将MP4视频上传到了我们的服务器。我真的很困惑为什么它不能在一些MP4文件上工作。
我的控制台上有以下错误:
[Log] 1409209710 (1008, line 4179)
[Error] Failed to load resource: the server responded with a status of 415 (Unsupported Media Type) (upload, line 0)
[Log] File (1008, line 1611)
[Log] undefined (1008