Tagged Questions
Transcoding is the direct digital-to-digital data conversion of one encoding to another (video and audio format)
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 ...
4
votes
6answers
791 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 troublesome files.
...
3
votes
1answer
372 views
Simple way to transcode mp3 to ogg in python (live)?
I'm searching for a library / module that can transcode an MP3 (other formats are a plus) to OGG, on the fly.
What I need this for: I'm writing a relatively small web app, for personal use, that will ...
3
votes
2answers
5k views
How do I transcode a javascript string to iso-8859-1?
I'm writing a chrome extension that works with a website that uses iso-8859-1. Just to give some context what my extension does is making posting in the site's forums quicker by adding a more ...
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
2answers
182 views
Is it possible to have nginx stream a file for download that is currently being written to?
So I have 2 services running, one transcodes a file in realtime (ffmpeg), and another exposes it through http (nginx). The problem I currently have is that when ffmpeg begins transcoding, and I access ...
2
votes
0answers
146 views
How to convert MP3 to wav with external libraries or SDK Android?
I need to convert an MP3 audio file in wav format using java libraries or Android SDK.
I tried:
JMF Java frameworks and official SOUND library: it is not possible in Android to compile this library ...
2
votes
1answer
89 views
Calling all transcoding experts! I could use some advice on format options
I need to pick the formats for an upcoming sport video portal. Since we are about to transcode a huge stack of videos, this decision is somewhat crucial. I can choose from
FLV (VP6), M4V (H.264), OGV ...
2
votes
2answers
2k views
How to use AVAssetReader and AVAssetWriter for multiple tracks (audio and video) simultaneously?
I know how to use AVAssetReader and AVAssetWriter, and have successfully used them to grab a video track from one movie and transcode it into another. However, I'd like to do this with audio as well. ...
2
votes
1answer
355 views
GStreamer transrating / transcoding to multiple Outputs
is it possible to transrate / transcode a RTMP or RTP Stream with GStreamer to multiple output streams?
For example:
Input: RTP h264 Stream with 1500 kbits
Outputs:
- RTP h.264 Stream with 1500 ...
2
votes
1answer
509 views
ffmpeg to transcode streaming video and storage
Examples of ffmpeg that I've seen so far all seem to accept a file on disk storage as input, to transcode it into another file in disk storage as output. Also i've come accross ffserver which can be ...
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
1answer
207 views
Can't Stream Ogg From ffmpeg Through stdout
To get the the crux of it, why does the first command work, but the second command does not. They produce slightly differently sized files with different contents:
ffmpeg -i test.wav -f ogg -acodec ...
2
votes
4answers
1k views
How to detect generation loss of a transcoded audio
Lets say you have a 96 kbit mp3 and you Transcode the file into a 320 kbit mp3. How could you programmatically detect the original bit rate or quality? Generation loss is created because each time a ...
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
0answers
26 views
Stream video, using vlc, to android
I start the server like this:
vlc --ttl 12 -vvv --color -I telnet --telnet-password something --rtsp-host localhost:5544
Then I telnet to the server and execute the following:
new test vod
setup ...
1
vote
1answer
68 views
Where to go to get knowledge of video capture, encoding and playback? [closed]
I need to get my lead developer up to speed on video capture and playback for uncompressed video, WMV, H.264, MPEG2 and MJPEG.
How would I get the most bang for my buck in training him or having him ...
1
vote
1answer
94 views
On Demand video transcoding and seeking
At the moment i am using vlc to transcode my video realtime and display the output through Flowplayer.
The problem is that I am struggling to seek using flowplayer my time gets out of sync between ...
1
vote
1answer
288 views
How to make Red 5 media server stream different formats of files?
I need to stream both audio and video files from the Red 5 server. By default Red 5 only supports flash, but I need to add support for other file types too.
I need to dynamically (on the run time) ...
1
vote
2answers
596 views
How to stream and transcode media files using java (on Tomcat)?
This has been discussed before here. Using Java, I have developed my web services on Tomcat for a media library. I want to add a functionality for streaming media while dynamically transcoding them as ...
1
vote
1answer
252 views
Dump last frame of video file using ffmpeg/mencoder/transcode et. al
I'd like to grab the last frame in a video (.mpg, .avi, whatever) and dump it into an image file (.jpg, .png, whatever). Toolchain is a modern Linux command-line, so things like mencoder, transcode, ...
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
3answers
597 views
Real time transcoding of multiple RTMP-Streams
I am very frustrated after talking to many companies doing live-streaming or selling streaming-products and I hope someone could get me to the right direction.
Here is my problem:
We are ...
1
vote
1answer
472 views
Convert wav to ogg vorbis in Python
How can I transcode a wav file to ogg vorbis format using Python?
I can convert to mp3 using PyMedia 1.3.7.3, but when I set the output stream type to 'ogg', I get the error: oggvorbis_encode_init: ...
1
vote
1answer
190 views
Help with Firefogg/Audio Data API/client-side transcoding
I'm working on a little web app that uses Firefox 4's Audio Data API to manipulate raw audio samples. I'd like the user to be able to supply their own source material, but unfortunately Firefox 4 ...
1
vote
3answers
664 views
How do I programmatically convert FLV video files to MP4 using a shell script in OS X?
I want to batch convert a directory containing hundreds of FLV files so that each file has a MP4 equivalent. I'm trying to automate this process by writing a shell script and running it from the ...
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
1k views
How do I convert a G.726 ADPCM signal into a PCM signal?
I usually look to SoX or Window's built in audio libraries for this stuff, but it appears that neither have G.726 codecs.
So I have a sequence of bytes that I know are encoded as G.726 although the ...
1
vote
2answers
1k views
Audio Stream Transcoding with Android
Let me first state that I do not know Java. I'm a .NET developer with solid C# skills, but I'm actually attempting to learn Java and the Android SDK at the same time (I know it's probably not ideal, ...
1
vote
1answer
174 views
Will using an NSKeyedArchiver/NSCoder persist even after an application update?
I have NSKeyedArchiver and NSCoder data being persisted (as .txt files) and working great. When I deploy new builds to the iphone, the text files are still present - in other words, they are not being ...
1
vote
4answers
2k views
Video Format Analyzer
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 work (Show "Unknown ...
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
10 views
How to salvage a gigantic, possibly corrupt, AIFF file?
Due to a Sound Track Pro glitch, I have a problematic AIF file. It plays fine in QuickTime Player, and is about 1 hour 50 mins long. However:
It's 3.81GB in size, whereas (I believe) AIF files are ...
0
votes
1answer
45 views
How to embed RTSP video feed on website?
I'm creating website which needs video stream from surveillance camera implemented. Camera is GeoVision GV-FD120D 1.3Mpix LowLux IR 2.7-9mm and it is linked to server which I have full access to (I ...
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
51 views
How to programmatically convert .rm (RealPlayer Media) file to MP3 or another format?
I would like to convert .rm (RealPlayer Media) file to MP3 or another format?
First, I successfully managed that using VLC but the quality was not good. Then I tried the Real Alternative codec with ...
0
votes
1answer
108 views
GStreamer pipeline generated by Flumotion stalls
The following gstreamer pipeline was generated by Flumotion while transcoding a file but it stalls
I am not sure entirely why as I only started developing gstreamer application recently. I am ...
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
274 views
FFMPEG - Scale video filter not providing expected results
Apologies if this question has been asked. I couldn't find it, but if it has, please let me know and I'll close this out.
I'm attempting a simple scale of a video whose original dimensions are ...
0
votes
1answer
210 views
How to set Rhozet Carbon Coder presets ? About “Omenon OP1a IMX (MXF) ” [closed]
I want to encode to "Omeon OP1a IMX (MXF)" , and found it on CarbonCoder Format guide at page 5.
"CarbonCoder Format guide" said that Container/Codec is include as default.
But I can NOT find it at ...
0
votes
1answer
128 views
How to do on the fly transcoding for webapp?
I have a library of videos (in .avi format). I'd like to make a webapp where I could watch these videos youtube-style, but without having to have all of them converted to flv format all the time -- ...
0
votes
1answer
57 views
Video encoding(transcoding,format conversion etc) performance elements
I have been working on a project to allow for batch encoding of any video to any other format,
up to now I have been looking for API that I am most comfortable with but then it occurred to me that ...
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
1answer
195 views
spymemcached get and incr methods give wholly different results
I use spymemcached 2.6rc1 in my Java project where I want to use the Long class as a storable object. Unfortunately, when I store e.g. new Long(0) object, the get(...) and incr(...) give the wholly ...
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 ...