This tag should be used for questions related with programmatically handling of video encoding in any format.

learn more… | top users | synonyms

9
votes
8answers
588 views

Which video streaming platform would you choose today?

We have decided that it is time to ditch the ad-hoc method of deploying video on our web properties and pick one or more Video Platforms to handle this task for us. High level requirements are: ...
7
votes
3answers
1k views

Encode a series of Images into a Video

How can I create a video file from a series of images/photos on Android? Can this be done with the current SDK? or do I need a codec library? Thanks.
7
votes
2answers
1k views

streaming video FROM an iPhone

i can get individual frames from the iPhone's cameras just fine. what i need is a way to package them up with sound for streaming TO the server. sending the files once i have them isn't much of an ...
6
votes
9answers
665 views

What video encoding and streaming services are there out there?

I looking for something that I can either embed their uploader directly or send the video files to that will then encode the video and allow me to stream the video through a player on "my" website. ...
5
votes
1answer
993 views

Android how to video record, upload, transcode, download, play

I'm researching the development of an Android (2.2) app/service that will enable users to record short (I do emphasize short, < 30seconds) video on their phones and then upload that video (HTTP) to ...
5
votes
3answers
8k views

Using FFMPEG to reliably convert videos to mp4 for iphone/ipod and flash players

I need to convert videos for use in both a flash player and the iphone/ipod touch. I'm using the following batch script with ffmpeg: @echo off ffmpeg.exe -i %1 -s qvga -acodec libfaac -ar 22050 -ab ...
4
votes
1answer
1k views

H264 encoder in android?

I've been having some problems while trying to fix a simple video recording app*. I think I followed the sequence of steps correctly. The following is a simplification of the part of the code that is ...
4
votes
3answers
887 views

iPad Doesn't Render H.264 Video with HTML5

I have some H.264-encoded videos which render in HTML5 correctly in the web browser, but do not render correctly on the iPad. When I use a H.264 video I downloaded off the internet, my video renders ...
4
votes
2answers
2k views

how to detect (iphone sdk) if a video file was recorded in portrait orientation, or landscape

I am using AlAssetsGroup enumerateAssetsAtIndexes to list the assets in the Photos (Camera) app. For a given video asset I want to determine whether it was shot in portrait or landscape mode. In the ...
4
votes
2answers
505 views

Video iphone question - 720p on iphone 3g/3gs?

This may be a ridiculous question - but I know nothing about videos, video files or playback. If I have videos in 720p format (high definition) will they play normally on an iphone 3g/3gs which ...
4
votes
2answers
544 views

How to encode uploaded video files to .flv format in PHP

My platform is PHP JOOMLA MYSQL. I want to encode and load uploaded video files of different formats to .flv, .mp4 & .avi I want this process either done on the upload process or after ...
4
votes
2answers
3k views

How to add audio to video file on iphone SDK

I have a video file and an audio file. Is it possible to merge it to one video with with sound file. I think AVMutableComposition should help me, but I still dont understand how. any advices?
4
votes
2answers
177 views

Parallelization and H.264 (or probably any compression codec)? Why's it so hard?

My limited (and probably wrong?) understanding of video compression is that intra-frames are completely independent. In other words, all the picture data for a intra frame (key frame) is stored in ...
4
votes
1answer
2k views

Image sequence to video quality [closed]

I have been experimenting with creating a video from a sequence of images. When I use the suggested ffmpeg method: ffmpeg -f image2 -i image%d.jpg video.mpg The video is not really as good as I ...
4
votes
2answers
145 views

Introduction into video compression tech

Is it useful to study the H.261 specification for an introduction into modern video compression technology, or should I start somewhere else? I'm not sure where to start, but H.261 seems simple enough ...
4
votes
2answers
687 views

How can I create an H.264 encoded movie from a set of images in c#?

I have been doing a lot of searching today for C# libraries which will allow me to create H.264 encoded video files. Does anyone know if any such libraries or 3rd party components exist?
4
votes
3answers
854 views

Encode an Array of Images into a movie file? (iPhone)

My app takes time-lapse photos, and also records audio to go with it. The problem is, I have absolutely no idea how to go about turning it into a .mov/.mpeg file (I am new to this type of iPhone ...
4
votes
2answers
717 views

Real-time video encoding for mobile

Does anyone know a good way to do real-time video re-encoding (Target formats being 3GP s263 AMR narrowband and MP4 mp4v mp4a, but not at the same time of course. Input files would be WMV, but the ...
4
votes
2answers
3k views

Streaming video library for C#

I'm looking at options for adding streaming video to a social web site written in ASP.NET/C#. I have a great deal of experience with Flash too, so I'm comfortable using FLV players, but I'd definitely ...
3
votes
1answer
144 views

AVCDecoder : Video resolution too high, reject it

I have been having some problems with mp4 video on Android . The codec is ok , the resolution is the same , but 2 different videos one runs , and the other ... 10-05 12:45:39.363: ...
3
votes
2answers
201 views

Combining two video from ffmpeg

I want to combine two mp4 videos to form a single mp4 video using ffmpeg. what i tried so far is ffmpeg -i input1.mp4 -i input2.mp4 output.mp4 But, every time i get the video with video codec of ...
3
votes
2answers
49 views

Good libraries/technologies for video manipulation

I'm looking into starting a project that will be heavily dependent on video manipulation, and I'd like to get some leads on good technologies that I can use. My language of choice is typically ...
3
votes
1answer
321 views

Simple and Fast Video Encoding/Decoding

I need a simple and fast video codec with alpha support as an alternative to Quicktime Animation which has horrible compression rates for regular video. Since I haven't found any good open-source ...
3
votes
2answers
803 views

Suggested Compression Ratio with H.264?

Note bene: I realize this is an immensely complicated question with about a million levels of nuance that I'm trying to reduce to a single number... I'm about to undertake a large video encoding ...
3
votes
1answer
348 views

Converting video files uploaded by user & serving it using django, python

I need to take any video file uploaded by the user, convert it into flv or webM & then display it to the user. Now after doing some research I came to the conclusion that I must use ffmpeg to do ...
3
votes
3answers
2k views

ffmpeg not finding vcodec libx264

I've installed the latest ffmpeg but it seems unable to locate the video codecs. Do I need to completeley remove ffmpeg and re run the ./configure differently in order for ffmpeg to find the video ...
3
votes
2answers
1k views

Convert video to WebM using GStreamer

Documentation for GStreamer is confusing. This is still no excuse for resorting to StackOverflow.com, but still: What is the GStreamer command line to convert any video file (from any format) to WebM ...
3
votes
3answers
707 views

ffmpeg (libavcodec) warning: encoded frame too large

I'm trying to use libavcodec (ffmpeg) to encode raw pixel data to mp4 format. Every thing goes well and I'm getting .avi file with decent quality but some times the codec gives "encoded frame too ...
3
votes
5answers
4k views

Using ffmpeg to encode a high quality video

I have a set of video frames saved as images in a directory, and I'm trying to encode these to a good quality video, however every setting and every format I try produces very noticeable artifacts. ...
3
votes
4answers
577 views

What video formats are compatible with the assets library?

What video formats are compatible with the iPhone's assets library? In other words, for what video formats will ALAssetsLibrary's videoAtPathIsCompatibleWithSavedPhotosAlbum return YES? I can't seem ...
3
votes
3answers
1k views

Saving Movies from AVCaptureVideoDataOutput Video Frames

With the new video features in AVFoundation that are included with iOS4, it is possible to access the raw video frames as they are captured by the camera by using AVCaptureVideoDataOutput. I would ...
3
votes
2answers
110 views

Which video format(s) should a webapp serve?

I need to put up a few videos on a Webapp and I'm a bit lost. My requirements are: DRM is not a concern at all it should work on the iPhone (and iPad) and on the main browsers (Safari, Internet ...
3
votes
3answers
989 views

How to convert uploaded video and get a screenshot from this file?

I'm building a cms and I want users to be able to upload videos but I'm not familiar with video upload & conversion. Is there an example or has anybody coded a solution like this? I heard about ...
3
votes
2answers
884 views

stitching videos together using ffmpeg on the command line

Does anybody know how to stitch two (or more) videos together using ffmpeg (or another cli)? This is assuming that all the videos are in the same format and the video format being used allows for ...
3
votes
2answers
216 views

Is there a good online library of different video formats to use to test my FFMPEG installation?

I want to check that users will be able to encode the main video formats using FFMPEG running on a server. So far most of the videos I have tried have worked but want to find out where things may fall ...
2
votes
0answers
30 views
+100

Video recording to a circular buffer on Android

I'm looking for the best way (if any...) to capture continuous video to a circular buffer on the SD card, allowing the user to capture events after they have happened. The standard video recording ...
2
votes
1answer
132 views

Play back an RTSP in Flash

I have an IP camera streaming video through RTSP, and I am able to pick up the stream in VLC (rtsp://192.168.1.50:554/live.sdp). What I need now is a way to show this stream in a Flash application I ...
2
votes
1answer
311 views

Video encoding libraries for iOS

I really stucked with that problem, because I haven't seen enough information in the internet regarding video encoding in iOS, however we can observe plenty of apps that deal with the problem of video ...
2
votes
0answers
257 views

Writing a video chat application in C# with a twist [closed]

I'm going to take the long way to explaining what it is I'm trying to do... As more information is flushed out, I will update this post. Thanks in advance. Purpose of Post My hope is to aggregate ...
2
votes
1answer
178 views

xuggler: no video in encoded 3gp file

i am trying to encode videos into 3gp format using xuggler, i somehow got it to work, work as in the program stopped throwing errors and exceptions, but the new file that is created does not have any ...
2
votes
0answers
124 views

xuggler: no error but , file still not converted to 3gp

i am using xuggler to convert file to 3gp format. Now afetr a lot of googling i have come to a point where i get no error on the console but the converted file is just 65Kbs as opposed to the 3Mb ...
2
votes
1answer
123 views

Strange pixelation/vertical lines after MPEG4/H.263 encode

I have been trying to encode video data (H.263 and MPEG4) from a USB camera on an embedded device. The device has a special hardware to do it. But after encoding the raw video from the USB camera ...
2
votes
1answer
100 views

Video on websites and mobile device, is there one cross-platform code/format for all these support?

I have to manage a website which will display mainly videos. This website will have a mobile version with < video > tag, so that the video can also be played on ipod, iphone, ipad, and other mobile ...
2
votes
1answer
674 views

ffmpeg multithread encoding

I use ffmpeg.exe for converting xxx to flv. My server is quad-core(i5), but ffmpeg doesn't support multithread converting to flv. When I pass -threads 2(3) to input parameters I catch ffmpeg error/ So ...
2
votes
1answer
236 views

perform frame transition using ffmpeg and php

i am building a movie using various images using ffmpeg. movie generating properly but what i want that. when any frame changes I want some effects to be perform like fade in, fade out, slide in , ...
2
votes
4answers
186 views

Doing parallel ffmpeg conversions on dozens of servers simultaneously. Is there a better way?

Im currently working on a fairly large site, that requires several thousands of files to be encoded with ffmpeg into flash format (along with thumbnails creation, mobile file encoding). Average encode ...
2
votes
1answer
109 views

Manually feeding x264 with my own motion data?

I am trying to encode a stream using x264 (by feeding individual images), but what's unusual is that I already have some motion information for my frames. I know exactly which areas have been modified ...
2
votes
4answers
874 views

H.264 (or similar) encoder in C#?

Does anyone know of an open source H.264 encoder in C# (or any other managed language)? I might be able to make do with a python implementation as well. The libraries that I’ve found (e.g. x264) are ...
2
votes
1answer
148 views

Compress .mov video files on Python Ubuntu server?

I have a Python/Django Ubuntu server (have all the tools of Python and Ubuntu at my disposal.) How can I compress video files in the .mov format to lower compressions for a smaller file size?
2
votes
2answers
254 views

python image frames to video

I am writing a python/django application and it needs to do image manipulation and then combine the images into a video (each image is a frame). Image manipulation is easy. I'm using PIL, but for the ...

1 2 3 4 5 7