Tagged Questions

12
votes
2answers
640 views

iPhone MP4 Video Playlist

I have a library of footage encoded as H.264/AAC inside MP4 containers. Right now I can successfully stream the footage to the iPhone using Apache and mod_h264. What I'd like to be able to do is tell ...
12
votes
2answers
10k views

ffmpeg settings for converting to mp4 and ogg for HTML5 video [closed]

Despite all the hype, in reality the HTML5 video tag has a bit of a problem. In order to use it and for it to be cross browser compatible, you have to include more than one format of the video. To ...
7
votes
6answers
350 views

How can I add a video and playlist to a page using HTML5?

I had been using the flash based JWPlayer 4 with the playlist option. Recently I upgraded to JWPlayer 5 which is claims HTML5 support. The player by itself degrades nicely on mobile devices that ...
7
votes
5answers
4k views

Ipad MPMovieplayerController video loads but automatically pauses when played

I am trying to get the MPMovieplayerController to work. I load a video everything goes wel i even see the first frame but then it automatically pauses, if i press play it pauses again. In the ...
4
votes
3answers
12k views

How do I embed a mp4 movie into my html?

I have a blog section on my site that has the TinyMce editor. I want to embed a video when I post a blog and it's just spitting out the code. I have added the <embed> tag on my output script. ...
4
votes
1answer
4k views

How do you do true streaming with the video tag (i.e. not progressive download)? (html5)

I have I have cheap Apache PHP hosting. I have mp4 and or Ogg video file. I want to dinamicaly stream this video to users. And let that users see it thru html 5 video player. How do you do true ...
4
votes
7answers
9k views

Android Convert Video To MP4

I have a Android app. It recieves videos in .flv format which is unplayable by the Android phone. I was wondering how to convert the file to MP4. I could use FFMPEG, but I do not know how I would get ...
3
votes
1answer
71 views

Failed get back video after extract content and base64 encode it using PHP

I have tried to get back my video (mp4) after I get contents then I base64 encode it, but my video is still not playing. I have tried the code below with images and it works. Why doesn't it work with ...
3
votes
1answer
360 views

FFmpeg/X264: Split video mid-GOP without reencoding entire stream

I've got an H264 video (Stored in an MP4 file). Each GOP is approx 10s long. I want to trim the first couple of seconds off the video, which means I need to split the first GOP. Is there a way to do ...
3
votes
4answers
3k views

Anyone familiar with mp4 data structure?

Where in the mp4 file structure is the duration of it?
3
votes
8answers
1k views

Transcoding audio and video

What is the best way to transcode audio and video to show on the web? I need to do it programmatically. I'd like to do something like YouTube or Google Video where users can upload whatever ...
2
votes
1answer
466 views

Playing an app local video (.mp4) in a webview

I have an app that I'm writing for both iOS and Android. I have a content page with which I need to link to/play a .mp4 video in a UIWebView/WebView. The video is going to be included in the app so ...
2
votes
0answers
188 views

Pre-Load or Pre-Buffer .mp4 video in android app development

I am building an app that is successfully displaying an MP4 video file onButtonClick. I want to pre-buffer or preload the video's URI (remote url) so that it doesn't delay the playing of the video ...
2
votes
1answer
752 views

Play Mp4 video from server android

I want to play video of mp4 format and size 4-5Mb from server in streaming mode.I am using sdk version 2.3,on emulator it gives only sound but not any picture. I also tested it on devices ...
2
votes
4answers
1k views

Can't Download from youtube

I have a script that downloads mp4 files from youtube. What it does is to generate link of the form http://youtube.com/get_video?video_id=*VIDEO_ID*&&t=*THE_TOKEN*=&fmt=18&asv=2, but ...
2
votes
2answers
437 views

iPad MP4 playback issues

I'm wondering weather this is an issue with iOS devices or just the iPad (I've actually only had an iPad to play on). If I were to write a HTML link that linked to an MP4 on a server (over HTTP), the ...
2
votes
3answers
4k views

Mp4 video won't play in the iPad

Good day, I've been working on this project and learning how to place a video on the ipad, and all the other browsers. But after writing the code for this, I noticed that the only thing I get from ...
2
votes
2answers
3k views

iPhone “cannot play” .mp4 H.264 video file

I'm trying to setup a simply mobile page for a client with a link to an .mp4 video file. Lke so: <a href="My_Video_File.mp4" target="_blank">Watch MP4 Video</a> And then I've obviously ...
2
votes
1answer
781 views

Auto launch the video player in Android from the browser like an iPhone does

I have just created and iPhone web app, which has some x264 (mp4) video files on it. When I link directly to the file on the iPhone and the user taps the link, the video player is loaded and the video ...
2
votes
6answers
2k views

Get the dimensions of a H.264 MP4

Does anybody know a ready-made, reliable way to tell the dimensions (width x height) of a MP4 encoded using the H.264 codec without ffmpeg or similar extensions, in pure PHP? Thanks for all the ...
2
votes
1answer
845 views

How do you inject metadata into a f4v file?

I was wondering how do you inject metadata into an f4v file with quepoints? I've been reading somewhere that it's either during encoding or a custom actionscript that embeds when the file runs.
2
votes
4answers
281 views

Best device to view MSDN WebCast videos?

I am planning to buy portable video player (with MP4 support) to view the msdn web casts, mostly WMV files. Has anyone tried viewing the web casts on a portable player. Which one would you recommend. ...
1
vote
1answer
103 views

Problems with video streaming site for iPhone

I have been trying to embed some videos on a website I am building, and have come across a snag when trying to stream the videos to iPhone/iPad. Here's the code I use: <video width="480" ...
1
vote
1answer
120 views

Drupal MP4 iPad streaming not working

I am trying to serve mp4s from a drupal-based site, but Safari iPad seems unable to play any mp4 located within the scope of the Drupal site (i.e. shows the play button crossed out) when I try to hit ...
1
vote
1answer
203 views

How can I link to an .mp4 video in my site?

I have a web site and I want to link a button to a video. So whenever someone clicks the "video" buttons let's say, I want to open the video.mp4 in a new browser. What I do is: <a ...
1
vote
1answer
407 views

ffmpeg encode mpeg

I'm attempting to create a 1s clip from a mp4 file into mpeg using ffmpeg, but I get an error: ffmpeg -i /tmp/myfile.mp4 -y -ss 00:00:01 -t 00:00:01.000 /tmp/myfilesplit.1.mpg ffmpeg version ...
1
vote
1answer
385 views

Android play video from url problem

I have .mp4 file. If I placed it in the memory card, android's default video player can play it normally. But If I upload it to the web server and try to play it through the web browser of Android, it ...
1
vote
0answers
415 views

How can I get a thumbnail/preview frame from an uploaded mp4 video?

I am wondering what steps I would have to go through to grab an image of a frame from an mp4 video to use as its thumbnail. Is there any way when uploading a file to grab its thumbnail info from the ...
1
vote
1answer
56 views

What is current best-practice for using MP4s/video on the web?

I am making a site that has videos as a fairly large component. I've got the word that we want to focus on mp4 format/files. I just want to know what the best standards-based way of including mp4 ...
1
vote
0answers
413 views

IE9 - HTML5 MP4 playback problem: Weird color difference

I have a really weird problem with IE9 and HTML5 Video playback. I have an .mp4 file which is supposed to blend with the background, which works perfectly in Chrome. But with playing in IE9 the video ...
1
vote
3answers
230 views

mp4 in safari fails with htaccess authentication

On a dev site, i've been testing mp4 files for html5 play in safari. The native player loads and plays the mp4 files fine, even without the correct MIME type declaration. But, if I add AuthType Basic ...
1
vote
1answer
145 views

overwriting mp4/wmv video's audio content with a new audio in C#

I have a video clip and an audio clip. I want to place the audio over a section of the video. The starting point of both match, but the video is slightly longer. I want to do this in C# preferably. ...
1
vote
0answers
355 views

Launching ACTION_VIEW Intent for http MP4 fails unless I hit the MP4 directly in the browser first

I have a simple webview that checks for a mp4 in shouldOverrideUrlLoading, and starts an intent like so: Intent intent = new Intent(Intent.ACTION_VIEW); intent.setDataAndType(uri, "video/mp4"); ...
1
vote
2answers
517 views

Video won't play in Quicktime

I'm writing a multiplexer which takes mpeg4 frames (and h264) and puts them in an mp4 container. The video (test1.mp4) I've created successfully plays in Windows media player and VLC but will not play ...
1
vote
3answers
188 views

converting mp3 to mp4

I need to convert mp3 files into mp4 or any other video formats, with blank images; so that I can play it on any video player or upload it on youtube. I don't want to use the readily available ...
1
vote
2answers
511 views

Open source converter which can convert mp4 to 3gp and 3gp to mp4

please provide me link of good open source exe which i can call from .net and convert mp4 to 3gp and 3gp to mp4. Thanks
1
vote
1answer
505 views

How to play MPEG4 Visual with HTML5 <video>?

I currently use this to play AVC (H.264 or MPEG-4 Part 10) videos. <video controls preload> <source src="xyz.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'> </video> ...
1
vote
2answers
171 views

Is there a good library c/c++/java to generate video with special effects , transitions from a set of images?

I need to develop a video generator that takes in a set of images, music files and outputs mp4 videos. The platform is linux. Was wondering if there are any existing libraries that can do this job ? ...
1
vote
3answers
6k views

Streaming webcam video in Flash using MP4 encoding

One of the features of the Flash app I'm working on is to be able to stream a webcam to others. We're just using the built-in webcam support in Flash and sending it through FMS. We've had some ...
0
votes
1answer
14 views

Ffmpeg Video Codec

I split video like this: ffmpeg -ss 00:15:00 -t 00:15:00 -i life.mp4 -acodec copy -vcodec copy life-2.mp4 After the process i want to play splitted file on flash player (JW Player), it doesnt ...
0
votes
1answer
22 views

Adding subtitle from command line MP4Box

I am adding a subtitle file to a video using MP4Box. The following command works perfectly from the command line: c:/GPAC/MP4Box -add c:/test.m4v#audio -add c:/test.m4v#video -add ...
0
votes
0answers
36 views

speed up video playback

Can somebody help. If I add the following code in my .htaccess file would you think it will speed up the video playback and loading time? <FilesMatch "\.(mp4|flv)$"> Header set Cache-Control ...
0
votes
0answers
31 views

IOS Web App Video Caching Playback Issue (mp4)

Hello, I'm running the most recent version of iOS (5.0.1) on an iPad2 and cannot get the caching of .mp4 videos to work properly. I've added the necessary listeners to listen for applicationCache ...
0
votes
1answer
35 views

How to play mp4 videos using MCI device

Using the mciSendString command I am able to play avi, mpeg, mp3, etc. but I am unable to play mp4. Here in this web-site it says I can play any videos provided that I have the correct codecs. I am ...
0
votes
1answer
33 views

QR Code playing video on iPhone but not playing the sound

I have a QR code set up to play a video. It is pointing to an MP4 file, which works fine with sound when navigating to this using safari on the iPhone. However, when I use the QR code to view the ...
0
votes
1answer
81 views

AVFoundation record video in MP4 format

I am using AVFoundation to record video on IOS 5. I would like the content to be in an MP4 container. I have been searching around and cannot find a message that specifies the format to record the ...
0
votes
1answer
39 views

html object tag should we specify type as video/mp4 to play mp4 videos?

I know that object tag embeds objects in html and useful for playing videos/audios. When we specify object with type="video/mpeg" does this use the default player in the device I am having an issue ...
0
votes
1answer
115 views

Asterisk Video Playback (mp4/3gp)

I'm trying to play a video file during a call with asterisk 1.4 for a couple of days now without success. I'm able to make video calls to other users using codec h263 and h264 but I'm not able to play ...
0
votes
0answers
30 views

FFMPEG never stops processing

I have a perl script that issues a command to run ffmpeg. this is the ffmpeg command issued by the script: ffmpeg -y -i /path/to/video/input.mp4 -y -an -pass 1 -passlogfile x264-2pass-2763-log ...
0
votes
0answers
75 views

Embed mp4 video in site

What is the best way to embed a mp4 video in a webpage? I tried quicktime but if the user doesn't have it it takes a really long time. YouTube is not an option at this point. Any other solutions? ...

1 2