Tagged Questions

Bitrate is the number of bits that are conveyed or processed per unit of time.

learn more… | top users | synonyms

6
votes
3answers
580 views

How to get MP3 file Bitrate ? (Delphi)

how can i get bitrate of a MP3 File ?
6
votes
2answers
1k views

How to get Sampling rate and frequency of music file (MP3) in android?

I am developing audio player in android. So i want to add the details of the playing song i.e. Artist Name, Duration, Bit rate and sampling frequency. I can get Artist Name and duration of a music ...
3
votes
2answers
302 views

How to determine the bitrate of mp3 files with Python?

How to determine the type of the bitrate - CBR, VBR or ABR?
3
votes
1answer
572 views

Formula for Live Video Streaming Bitrate

I am simply looking for the formula that should be used here. All the results I've found base "finding the bitrate" off of already existing video. I'm talking about LIVE streaming. (indeterminate ...
3
votes
2answers
853 views

How to get bitrate of audio file in cocoa

I need to get bitrate information from audio files, for some reason AudioFileGetProperty function with kAudioFilePropertyBitRate constant always returns 0 for me. The same with ...
2
votes
1answer
245 views

Bitrate limitation on AVFoundation screen capture on OSX Lion

I'm using AVFoundation on OSX Lion to do screen capture. Accomplished as follows: self->screenInput = [[AVCaptureScreenInput alloc] initWithDisplayID:self->screen]; self->dataOutput ...
2
votes
1answer
212 views

Does there exist any android api that returns mediafile bitrate, framerate etc?

I'm trying to build an android app which generates media file statistics e.g. bitrate for audio & bitrate, frame rate, codec information etc for video. I have been able to create playlist based ...
2
votes
4answers
2k views

MP3 Bit Rate Quality Detection through Frequency Spectrum Analysis

Does exist any program that detects the bitrate of an mp3? I'm not talking about the effective bitrate that the file has been encoded with, but the real bitrate that can be calculated only by ...
2
votes
4answers
922 views

Get list of files recursively by bit rate in powershell

How can you list all files (recursively) within a directory where the file (audio) bit rate is greater than 32kbps using powershell?
2
votes
2answers
9k views

Flash Encoding (FLV): What are the prefered bitrates?

I inherited a project that is sending videos off to a remote encoder to encode into FLVs. Today, I noticed that we are asking them to encode at 1024kbps To me, this seems extremely high. What is ...
1
vote
3answers
652 views

FFMPEG Bitrate Calculation / Optimization

I wrote the following wrapper for FFMPEG: function Video($input, $crop = null, $scale = null, $output = null, $extra = null) { $input = @new ffmpeg_movie($input); if ((is_object($input) === ...
1
vote
1answer
469 views

does using MPMoviePlayerController to play videos that reside on remote server require limiting of bitrate when using Cellular network?

In my app among other things, I am using MPMoviePlayerController to play video files (not streaming source) that reside on a remote server. I saw this post and I am wondering if my app can be rejected ...
1
vote
1answer
235 views

How can I read the properties of an audio file in Objective-C for iOS?

How can I get the properties of an audio file (like the number of channels, sample rate and bit rate) programmatically in Objective-C for iOS?
1
vote
2answers
301 views

How to change mp3 bitrate ? (Delphi)

how can i change the constant bitrate(CBR) of mp3 files ? (such as 64kbps - 128kbps - 192kbps)
1
vote
2answers
846 views

ffmpeg (webm) doesn't respect requested bitrate

On a 2 minute clip: ffmpeg.exe -pass 1 -passlogfile pass.log -i E002.avi -b 368k -maxrate 1000k -ab 62 -y out.webm ffmpeg.exe -pass 2 -passlogfile pass.log -i E002.avi -b 368k -maxrate 1000k ...
1
vote
1answer
662 views

Is it possible to get the size of a Flash video [YouTube] using JavaScript?

I would like to know the size of the movie I am watching on any video site [ if not possible on all video sites, then at least on YouTube ]. So is it possible, say I will specify the complete path ...
1
vote
5answers
2k views

Very low bitrate video codec?

I was wondering if there are any video codecs out there that are suited for extremely low bitrates, especially for webcam input? Throwing around some numbers: let's say a 160x120 stream that will ...
1
vote
1answer
158 views

What bitrate can I expect with MPEG?

What bit-rate (approximately) can I expect MPEG encoders to produce for 160x120 "ok-quality" webcam stream? How much CPU-demanding will the encoding be? The decoding? Are there any better encoding ...
1
vote
1answer
547 views

About system data rate in H264

I have a engine to check the H264 video is compliance with AVCHD or BDMV spec, the SPEC mentions the MAX system data rate is up to 24 Mbit/s, I want to know how to calculate the system data rate? ...
0
votes
0answers
34 views

Best bitrate to use for streaming audio via mobile

I run a podcasting site where users can stream the podcasts via a HTML5 player. I've just optimized my site for mobile so that users can listen on the go. Issue I'm having is that it tends to buffer ...
0
votes
3answers
23 views

Exact number of seconds in a video

I'm trying to get a videos exact size by using the following. (size in bytes*8)/(total bit rate(audio+video bitrates) * 1024) ex: (1,136,992*8)/(7128*1024) which comes out to 1.24617705 seconds ...
0
votes
0answers
65 views

JW Player video level (bitrate) menu

I use JW Player and I want to provide users possibility of bitrate (video level) choosing. Is there a possibility to do that? The best option would be a menu (like at youtube), but it might be links ...
0
votes
1answer
155 views

How can I easily read video duration and bitrate in Java?

This is my first project in Java. I'm creating batch FTP video uploader applet in Java. Before I start uploading videos I need to read the video duration and video bitrate from the video files. I ...
0
votes
1answer
48 views

How To Detect Embedded Video Encoded Bitrate

If I want to embed a video file or stream that is not my own into an html page, is there any way that I can first detect the bitrate that the video was encoded at? Is there a way that it can be ...
0
votes
1answer
23 views

audio bandwidth support like youtube bandwidth suport

i have thousands of audio files, which some are in low kbs and some high and some both. following is the list of kbs i have for files 32kbs 40kbs 64kbs 128kbs 192kbs i was wondering, should i ...
0
votes
2answers
309 views

iPhone App rejected. 9.4 : Video streaming over cellular network (etc)

From Apple: 9.4 We found that your app does not use the HTTP Live Streaming protocol, with a baseline stream of 64 kbps, to broadcast streaming video, as required by the App Store Review ...
0
votes
0answers
68 views

AVI Compression - CBR not configurable

I wrote a C# code that captures video from a video capture card, and writes it in a AVI file. I'm using the XviD encoder (DirectShow). I'm using the IAMVfwCompressDialogs interface to get the ...
0
votes
0answers
193 views

Spark VideoDisplay component throws playbackError when bitrate is defined

The Problem When using the spark VideoDisplay component and using a DynamicStreamingVideoSource with DynamicStreamingVideoItems as its source property, when bitrate properties are defined on those ...
0
votes
0answers
104 views

bitRate keeps zero using Matt Gallagher's audio streamer

i'm a noob in iOS dev, download the project source code from https://github.com/mattgallagher/AudioStreamer everything is ok, except the "Time Played" slide, i find the function "- ...
0
votes
1answer
184 views

Flowplayer user choose bitrate - like Youtube

I would like to extend Flowplyer HTML controls with choose bitrate functionallity - like on Youtube. So user would get list of possible bitrates (from Wowza) and then he could switch between different ...
0
votes
0answers
89 views

Android - Bluetooth - Protocol&Profile - Faster than 500kbps

I'm working on a CAN/Bluetooth Gateway and I want to use an Android Phone to record some data nearly in real-time. So, I'm trying to control the Bluetooth API from android. My issue is that I have to ...
0
votes
0answers
47 views

What's the recommended bitrate for BGM in iPhone Games?

What is the recommended bitrate for background music?
0
votes
2answers
552 views

Bitrate Switching in xml playlist not loading video

Using JW Player ver 5.4 and JW Embedder. Plugins are grid by Dabbler and fbit (Facebook). The Bitrate switching is not working. Does work fine for one video with HTML5 Video tag. When more than one ...
0
votes
2answers
203 views

How does variable bit rate video compression average out per frame?

Over what time frame does variable bit rate use for averaging? For example, say I want to encode 60 seconds of 640 x 280 25 fps video at 2000 kilobits per second. Does the codec look at the first ...
0
votes
1answer
121 views

Windows Media Encoder : How to set average bitrate in audio Bitrate-based mode

How to set average bitrate in audio Bitrate-based mode? In Window media encoder SDK, it tell that I must specify average bitrate. Is it using the same audience.SetAudioConfig(0, 2, 44100, 192000, 16); ...
0
votes
1answer
70 views

Cannot record Bitrate-based audio using Windows media encoder

I want to record video from webcam and sound from microphone using Windows Media Encoder. I set a profile to record audio using bitrate-based mode and video using CBR. this.newProfile = new ...
0
votes
1answer
208 views

Determining Apple AAC vs. Lossless format using something like Ruby MP4Info gem?

I'm trying to organized music for a radio station and have an iTunes library with a huge number of music files. The files are in various formats (Flac, MP3, AAC, etc.). I need to break all the files ...
0
votes
1answer
478 views

How to specify encoding bitrate while capturing from a webcam - MS Expression Encoder 4

I have a program to capture and save live webcam video. This is taken from sample programs coming with Expression Encoder 4. LiveJob job = new LiveJob(); EncoderDevice video = ...
0
votes
1answer
184 views

Optmizing video for rtmp streaming?

Does anyone know of a guide of how to best optimize video for streaming (RTMP) over the internet? Including optimisation of: bitrate framerate frame size audio p vs i frame proportions Thanks in ...
0
votes
0answers
178 views

UDP minimum delay

I have two computers (Client/Server) transferring video frames with UDP on 1G Ethernet. I use socket size as ~ 1.5k. If I make less then 10ms delay between data sending there is data loss, which is ...
0
votes
2answers
407 views

Flex: Multi bitrate switching between live streams using the VideoDisplay component

I am passing to the source property of a VideoDisplay component a DynamicStreamingVideoSource object with 3 different dynamic live stream items, described by this XML, for your consideration: ...
0
votes
1answer
897 views

Windows-Mobile Directshow: Specifying bitrate/quality of a WMV video capture

I'm stumped on this, and I'm really hoping someone could point me in the right direction. I'm currently capturing video in Windows Mobile and encoding it using the WMV 9 DMO ...
0
votes
2answers
430 views

Bitrate Calculation

(Excuse for My english it's freak i´m from LA) I'm trying to finish a trascoding process in VB6.0 , i'm working with ffmpeg , its a very good transcoder , to finish the project i want a progress bar ...
0
votes
2answers
148 views

Are there any reliable methods of calculating the current bitrate of an internet connection?

I have experimented with a technique that involves a web page request which you use to calculate the bit-rate based on bytes divided by the time elapsed. You can average multiple data points of ...
0
votes
1answer
1k views

Converting mp3 bitrates using lame_enc.dll or similar

I need to programatically convert mp3's of any bitrate to a standard bitrate for streaming audio using c#. Currently a buffer is populated with mp3 data from disk and then send out to the "listeners" ...
0
votes
3answers
1k views

FMS:Flash action script 3.0: How to get the bitrate of a mp3 file being streamed from FMS

I need to get the bit rate of a mp3 file which is being streamed as a netstream object in flash action scripting. I am using Flash Media Server 3.2. I need the bitrate to calculate the duration of ...