transcoding Questions

3

Solved

Here's the mplayer output for a video of interest: br@carina:/tmp$ mplayer foo.mov mplayer: Symbol `ff_codec_bmp_tags' has different size in shared object, consider re-linking MPlayer 1.0rc4-4.5....
Forbidden asked 12/6, 2012 at 20:14

1

Solved

Currently the command used is `sox input.wav -G -t mp3 -r 16k test.mp3` But this is creating a file with bit rate 24.0 kbps. How to make the bit rate of the out put file to 16.0 kbps?
Floccule asked 3/11, 2014 at 13:29

1

Solved

I'm having an issue of converted PNG using Apache Batik is different when there is a text with different font-family, like Arial. The issue occurs in the environment where Cent OS 6 running Tomcat ...
Willetta asked 1/8, 2013 at 11:44

1

I am recording a continuous, live stream to a high-bitrate HLS stream. I then want to asynchronously transcode this to different formats/bitrates. I have this working, mostly, except audio artefact...
Badr asked 13/5, 2013 at 11:42

3

I want to transcode MJPEG stream that comes from IP camera (http://xx.yy.zz.tt:8080/video.cgi) to FLV or MP4 stream under Linux OS so that users can play the file using a web based Flash player suc...
Semiyearly asked 19/7, 2010 at 20:19

1

Solved

Do VLC or FFmpeg (or AVconv) have any feature to force the duration of a video to a certain number of seconds? Let's say I have a... 5 minutes .mp4 video (without audio). Is there a way to h...
Geophilous asked 8/2, 2013 at 22:5

8

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 f...
Cytologist asked 19/6, 2009 at 17:27

1

Trying to run this (example code from developer.android.com) MediaExtractor extractor = new MediaExtractor(); extractor.setDataSource("/sdcard/myvideo.mp4"); Getting "Failed to instantiate extra...
Galliett asked 25/1, 2013 at 18:8

1

Solved

I need to transcode video streams using C#. The streams come in a variety of formats, like MP4, H264, H263, VP8. Is there any library for c# that can transcode a MemoryStream?
Quartis asked 2/1, 2013 at 14:48

3

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 wel...
Spat asked 9/3, 2011 at 2:10

2

I need to convert some strings formated with Latin9 charset to UTF-8. I cannot use iconv as it is not included in my embedded system. Do you know if there is some available code for it?
Partheniaparthenocarpy asked 29/6, 2012 at 7:49

0

I am trying to add metadata to a video I am transcoding via AVAssetWriter. I tried creating AVMutableMetadataItem object, inserting it in an array and setting metadata property of the AVAssetWriter...
Hatpin asked 10/4, 2012 at 15:48

0

I want to do in-memory converting between audio formats supported by VLC. For instance from MP3 to PCM wave. Because of various reasons (speed, real-time streaming) it is not possible to write the ...
Bought asked 30/3, 2012 at 8:32

1

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...
Pricilla asked 8/5, 2011 at 17:14

1

Solved

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 w...
Assumptive asked 28/3, 2011 at 20:51

4

Solved

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, ...
Calx asked 1/1, 2009 at 0:20

© 2022 - 2024 — McMap. All rights reserved.