Tagged Questions

1
vote
3answers
131 views

Video Format Analyzer

Hi, I have a video file I don't know what format it is. Is there a software can analyze what kind of video container / compression format it uses? I tried Gspot, but it doesn't …
3
votes
2answers
201 views

Is this GPU video transcoding project feasible?

Hello there 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 revenu …
1
vote
1answer
170 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 h …
0
votes
2answers
353 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 t …
0
votes
1answer
209 views

How can I transcode an IMA4 ADPCM audio file recorded on the iPhone?

For bandwidth reasons I would like to use Apple's implementation of the IMA4 format available for recording on the iPhone. This format is great for space, but it seems to be hard t …
0
votes
2answers
285 views

Java to transcode and manipulate mp3 files

I am looking for a java library to efficently/fast transcodig and manipulation mp3 files. I am working on a sophisticated streaming server that mixes music and has some other funct …
0
votes
3answers
113 views

What transcoding services can people recommend?

A client of mine needs to accept a bunch of different video files and convert them to FLV. My experience with FFMEG on a previous project has highlighted that there will be some tr …
0
votes
2answers
597 views

FFmpeg Images to Video and Streaming

Hello guys, I've a C# program generating JPEG images in realtime, i need to (continuously) generate a video from the images and stream it (also in realtime). I've used ffmpeg to t …
1
vote
3answers
735 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 …
2
votes
1answer
127 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 MP …
1
vote
2answers
305 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 …