Tagged Questions

6
votes
3answers
2k views

HTML5 <audio>/<video> and live transcoding with FFMPEG

So from my web server, I would like to use FFMPEG to transcode a media file for use with an HTML <audio> or <video> tag. Easy enough right? The conversion would need to take place in ...
3
votes
2answers
684 views

Is this GPU video transcoding project feasible?

Recently I was approached by a guy who wants to do video transcoding using the GPU. He basically wants me to create him an application that he can sell or gain revenue from advertising. Now he has ...
2
votes
1answer
62 views

Programmatically embedding picture in video

I'm trying to figure out the best method to programmatically embed a logo onto videos uploaded from users before they are sent to a youtube channel. I'd like to do this with minimal artifacts added. ...
2
votes
1answer
667 views

Handbrake generated M4V/MP4 files with Flash Streaming Server over RTMP

We are attempting to transcode some video to a format suitable for our Flash Streaming Server. In the past we have used Adobe Media Encoder (AME) CS4, but we are working with *.VOB files this time, ...
2
votes
4answers
2k views

Programmatically transcode MPEG-2 videos

I need to be able to programmatically transcode mpeg-2 files to .mp4, .mp3, .wmv, .rm (optional), and .flv (optional), and hopefully generate a thumbnail as well. I found the Java Media Framework, but ...
2
votes
1answer
198 views

Is there an equivalent of ASF View for MP4 files?

I'm working on our encoding software, and have come across a strange issue where files in a 16:9 aspect ratio are being played in 4:3 in some players, post-transcode from WMV to MP4. Using ASF view I ...
1
vote
1answer
34 views

Looking for a tool to create a media server for my company

Looking for a tool, hopefully open-source or a free edition that will allow for: Image Upload Video Upload Accounts with permissions so certain accounts can view specific folders of images or videos ...
1
vote
1answer
447 views

MP4Box comparing to Qt-faststart

Since I have no idea about qt-faststart (and a little with MP4Box) are there any online resources about them(haven't found much)? Which is better? What about their differences? Especially if i want to ...
1
vote
2answers
560 views

Are there any open source video transcoding servers?

Are there any servers written that can be setup to take video transcode jobs? I am looking to set one up to work just like the service Zencoder. Something that I could send my transcoding jobs to ...
1
vote
1answer
2k views

What is the correct dimentions for fullscreen video format on the iPhone

I wan't to play video in fullscreen mode on the iPhone, but when I try to figure out how to transcode my videos I get confused about the video format specification from Apple on ...
1
vote
3answers
1k views

Automated transcoding H.264 video on Linux

I've got a video camera that I'm using to capture video; the camera records in H.264 at 720p resolution. I'd like to transcode this stuff to a simpler, smaller format; something that will work ...
1
vote
2answers
696 views

Windows (ideally .NET callable) API to join MP4 and/or 3GP files?

I'm working on our back-end encoder service which does an awful lot of video transcoding, and a very small amount of joining of video files. The transcoding is done using the On2 Flix engine for ...
0
votes
0answers
20 views

how to encode videos for the web and mobile phones using ffmpeg

I'm running a website where users can upload their videos and they are all trancoded to the same format (mp4 a.t.m.). Up until now I've been using zencoder (transcoding as a service). But I want to ...
0
votes
1answer
41 views

Serverside Video-Processing or Cloud? [closed]

I'm currently working on a solution to online process uploaded video data. There will be diffeent video-formats uploaded to the platform and we need to transcode them into flv & re-render them in ...
0
votes
1answer
106 views

Blackberry and Iphone Video format transcoding from WMV

I need to be able to deploy a video to both Iphone and Blackberry platform, Is there a shared format that they both can play? The deployment is via email as attachment. This can save me some time ...
0
votes
2answers
72 views

Is there a way to play .mxf video on Android?

According to developer.android.com, the Android supports the playing of video using the H.263, H.264 AVC, MPEG4 SP and VP8 codecs. However, I want to play a video encoded in the .mxf format (Material ...
0
votes
1answer
89 views

Simple examples of a webpage serving video to mobile?

I've been trying to get some straightforward example of a page with a few video types on it that work in iPhone android winmo and blackberry. I spent a lot of time transcoding today but outside of ...
0
votes
2answers
633 views

Is adaptive streaming (live http streaming) required of iphone apps that play video?

We are creating a video intensive app and want to be sure that adaptive streaming is required (given that we need to write an automated transcoding and segmentation system to support this). Does ...
0
votes
2answers
1k views

convert video files to flv format in c#

How do I get video file from user and convert it into flv format?