mp4

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. This is the code I'm using to for the video: <object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/CgW_5Vthsds"&g...

[php] Youtube download'er in highest possible format (server side)

Welcome, I'm looking for youtube api what allow me to download youtube video in highest possible format. Few years ago this job was more simple because url had information about quality like "fmt=22" or "fmt=6" right now we are live in future and that information is embed in player. Now it's more complex... google use cache servers an...

how to create thumbnail system for MP4 files

Hi everyone! I know I know, why am I using MP4 still?? It's because I have like 100 files already in this format and I need to upload to a website, I have the mp4 file embeded in the site already and the file played changes according to php. but what I really need is a way to dynamically create a thumbnail or take a snapshot of the vid...

Add chapters to m4a (mp4) files

I used ChapterTool from Apple, but it's broken and discontinued since 2005.. Is there any other similar command line tool, or library (I'm writing in ruby..) ? ...

Add comment in MP4

Hi there, I have a bunch of MP4-Files and need to add comments to them. They are very different in nature, so I can't rely on an embedded MP3-File. Is there any way to simply "tag" or add a short comment to the file? ...

Channel Audio from .mp4?

Hi there. I am at a loss here after searching around with no results. I am attempting to channel the audio specifically from an .mp4 for use in a driver. I am aware that there are programs which extract the audio from .mp4's, but I am looking for another approach without using external applications such as those.. is there any directi...

Channel Audio from .mp4?

Hi there. I am at a loss here after searching around with no results. I am attempting to channel the audio specifically from an .mp4 for use in a driver. I am aware that there are programs which extract the audio from .mp4's, but I am looking for another approach without using external applications such as those.. is there any directi...

I need the Flv converter from swf and mp4 files

I need the flv converter from swf and mp4 files without any of the website logo or any watermarks. Please suggest some websites ...

streaming in mp4 videos in flash

Hi, Could u please send me the code or any link for doing streaming in mp4 videos playing in a flash player. The mp4 video is playing. But I am not able to do streaming. Please reply soon. I need it very urgently. thanks madhu ...

How to get netstream bytesLoaded and bytesTotal from streaming .mp4?

I have a flex 3 app that uses netstream and a video object to stream .mp4 movies. I want to use the bytesLoaded and bytesTotal properties of the netstream to display the buffering information. I would also like to get any information about the number of frames that are dropped if possible. When I've tested on .flv I'm able to get the ...

iphone: problem playing youtube mp4's over 3g network

Hi guys I'm am developing an app that enables the user to stream youtube mp4 videos on the iphone. What I did was very simple - I just took a url of the form http://youtube.com/get_video?the token&fmt=18 (for example http://youtube.com/get_video?video_id=KUXGVfmrEN4&amp;&amp;t=vjVQa1PpcFNrxzfbeI6WrJfK6s0BdQ9ypMgV_6yqwjo=&amp;fmt=18) an...

C# Read SMPTE Time Code From MP4

I'm working on an application for tagging video. My customer is supplying mp4 files with SMPTE time codes, our player needs to begin playback displaying the SMPTE start time rather than starting at 0:00:00. Are there any recommended libraries in the .NET framework or third party that will allow me to extract SMPTE time code info from th...

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

Hi All, 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 starts playing. Using the app on an Android phone causes the browser to download the video instead of just playing it. Is there ...

Question About MP4(AAC) Binary Tree

I'm in the very early stages of working on a tag editor for mp4 files and more specifically iTunes AAC ones. After doing some snooping around it seems that the file's structure is not as complicated as I first thought and is built in a sort of tree like the following 4 Bytes [Atom Length] 4 Bytes [Atom Name] X Bytes [Atom Data] An ...

How to I configure sox to work on mp4 ?

I am using ubuntu 8.10. I wanted to know what I need to do to get SOX to work on MP4 files. ...

can we convert flv to mp4 directly from internet using ffmpeg

VB.Net This works fine for me "-i ""C:\myfile.flv"" -ar 22050 FileName.mp4" but can i use this one i.e. "-i ""http://www.example.com/myfile.flv"" -ar 22050 FileName.mp4" ...

How do you detect when the Flowplayer has started playing the video?

Hi. I'm using the Flowplayer Flash video player to play MP4 videos inside an AnythingSlider. I need to detect when the user has clicked the start button on the video so to stop the slideshow and allow the user to view the video. I've tried using this code just to get an alert box but it doesn't do anything (the code is at the end of the ...

How to read information from .3gp and .mp4 using ffmpeg-php?

I have a bit of a problem with ffmpeg-php. I'm trying to get some information from video files and it works pretty fine with file formats like .avi, .mpg or .flv but when I try to use .3gp or .mp4 in: $movie = new ffmpeg_movie('path/to/file/test.3gp'); I get error like this : ffmpeg_movie::__construct() []: ISO: File Type Major Bra...

How to split large VOB file to 1GB VOB files for Video DVD creation

I've used FFmpeg to convert an ISO MP4 video file into an MPEG2 VOB file in readiness for creation of a video DVD. I now need to find a way to make multiple VOB files from the original output since the maximum size of a VOB for a video DVD is 1GB. The FFmpeg tool does not appear to have any option to create multiple output files of a m...

Android - Playing Mp4

I am trying to play video files from http urls in my app. Why is that my app plays only certain mp4 files (I tried 512k mp4 and it worked), and doesn't play some others? Here's the snippet of my code: mVideoView.setVideoPath(myVideoURL); mVideoView.setMediaController(new MediaController(this)); mVideoView.seekTo(currentPosi...