Bitrate is the number of bits that are conveyed or processed per unit of time.
0
votes
0answers
8 views
flowplayer video quality depending on bandwith
In flowplayer is there any way to check the user bandwidth and serve video accordingly. The flowplayer docs says to store separate video files for each bitrate (800,1200 and 1600). Is there any way to ...
0
votes
0answers
25 views
How to obtain MP3 bit rate in iOS with AVAudioPlayer programmatically
I am using AVAudioPlayer to stream and playback MP3 audio, and would like to obtain the bit rate of the MP3 audio. There is a "settings" property of AVAudioPlayer in which there is a key ...
-1
votes
0answers
15 views
Explanation on network transfer bit rate R [migrated]
Bit Rate R usually refers to:
Number of bits transferred in unit of network time on a link L.
I am curious on the sending direction of R. Because data on link L has two directions.
Does R means ...
0
votes
0answers
13 views
Given information about a video file, calculating data rate, compression, etc.?
I am studying for a Computer Networks exam and I feel like this question is very simple, I'm just having trouble figuring out what is being asked, I suppose. The question reads: "A 2 hour video film ...
0
votes
1answer
134 views
How to amplify, increase bitrate and Fadin- fadout the recorded audio in Windows Phone 7?
I am facing the following problem regarding to the voice (Audio) recording in windows phone 7.
I am recording the sound using Microphone class available in Microsoft.Xna.Framework.Audio ...
0
votes
0answers
28 views
How to call methods in libmp3lame.so to convert bitrate of a MP3 file?
I downloaded lame library and Android NDK, then I followed this link :
http://developer.samsung.com/android/technical-docs/Porting-and-using-LAME-MP3-on-Android-with-JNI, after that I built ...
0
votes
1answer
81 views
Is there any way to change bitrate of MP3 file in Android? [closed]
In Android, there are no classes or libraries to change bitrate of MP3 files. So we must use extended libraries.
There are two extended library to do this, one is ffmpeg and another is lame. But in a ...
1
vote
0answers
116 views
Changing the bit rate of an MP3 bitrate on Android without ffmpeg
In my project, I have a 320kbps MP3 that is quite large. Since it's so big, I'd like to convert it to use a lower bit rate (about 80kbps).
I know that the ffmpeg library exists to do this, but using ...
0
votes
2answers
102 views
junk data recieved in text box using comm port
I am getting junk values in textbox when connected to the comm port is it because my bitrate is wrong, then how could I identify the correct bit rate? I am using VB6 to get data from comm port to ...
1
vote
0answers
131 views
How widely supported are Variable Bitrate MP3 files?
I'm developing an audio production tool, and I'm trying to figure out what defaults and UI choices I should make for the "choose output encoding" window. I want to output to VBR by default (and focus ...
0
votes
0answers
29 views
how to setup a multi-bitrate streaming site?
I want to create a multi-bitrate streaming video site. But I don't know where to start it.
As I read in internet I need to use ffmpeg on my server. I have installed it and do some conversion with it. ...
0
votes
0answers
59 views
Does libusb allow for USB 3.0 speed?
I'm writing a custom application for a hardware project using USB 3.0. I need at least a gigabit/s link (I'm trying to stream data as rapidly as the sensors can manage to the machine doing the signal ...
0
votes
0answers
75 views
Android MediaCodec: cannot change encoding bitrate on-the-fly
I would like to know whether there is a way to change encoding bitrate while using a AVC encoder using MediaCodec API (available since API 16).
I tried to call .configure (format, null, null, ...
1
vote
3answers
147 views
python average bitrate per second
I have a txt file that looks like this:
0.065998 81
0.319601 81
0.539613 81
0.768445 81
1.671893 81
1.785064 81
1.881242 954
1.921503 193
...
0
votes
3answers
132 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
...
1
vote
2answers
192 views
Finding Bitrate of video file
How can we find bitrate of a video file in c++? Can we do this by file handling?
Thanks
0
votes
0answers
141 views
Custom JW Player (v5): how to optimize the framerate?
I'm using a fork of the fl5 project ( http://developer.longtailvideo.com/trac/browser/trunk/fl5 ) and recompile it in Flash builder with features I've implemented (draw over the movie, add text, ...
0
votes
0answers
53 views
Bit Error Rate testing
I would like to write a small program to test the bit error rate of a modem ..
I start with everything related to configure the port I will be using and then sent small about of data and receive it ...
-1
votes
1answer
113 views
How to control the bitrate of youtube video on the go
I am using PHP as server side scripting. I want to know , How to control the quality of a video using php.
Here is what i want to do.
I will capture a video using any device and upload to server, and ...
3
votes
0answers
189 views
Python decode MP3 in chunks on Mac OS
I have a Tornado Python server which accepts a variable bitrate mp3 file one chunk at a time (the chunks are made up of a fixed number of frames).
All I am doing is passing that binary forward, ...
1
vote
0answers
129 views
VPS with 100mbps with IIS, Windows Server 2008. When I download a file (at home) from the server I only get about 900kBps. My home speed is 24mbps [closed]
IIS, quad core, 2gb ram, 100mbs port. (It's not a live site yet, so there's no bandwidth use.)
If I download the same file at the same time I get another 900kBps. I'd like to know if there's a way to ...
0
votes
0answers
114 views
libfaac imposes bitrate limits?
I'm trying to encode some audio on Ubuntu 12.04 Linux. I need to use libfaac (using version 1.28) to encode and I want to encode at a very low bitrate - the total including transport stream overhead ...
0
votes
2answers
696 views
how to caluclate audio file size?
you have 30 seconds audio file sampled at a rate of 44.1 KHz and quantized using 8 bits ; calculate the bit rate and the size of mono and stereo versions of this file ؟؟
0
votes
0answers
222 views
Choosing bitrates programmatically with android videoview
I'm working on an Android app, where you can watch videos. I have the url of the videos, and I use VideoView to set it and start it, and that's working well.
My question is stemmed from when video ...
1
vote
0answers
132 views
Getting error while setting bitrate in CAN interface for ICS
I am trying to set the bit-rate in i.Mx6 processor in android.
I am using iproute2 utility to set bitrate for CAN controller. The command used to set the bitrate is given below:
#ip link set can0 ...
0
votes
0answers
141 views
Android MediaPlay can output Framerate,video bitrate?
We have a project to need use MediaPlay control to playback network stream (rtsp protocal),
It's easy and convenient,but i found it's difficult to get the framerate and bitrate ,video package count ...
6
votes
3answers
4k views
SoundPool: Error creating AudioTrack
I am having a problem With SoundPool as it refuses to work with my .ogg files. I am getting this error:
AudioFlinger could not create track, status: -12
Error creating AudioTrack
I've found a ...
0
votes
0answers
242 views
relationship between video resolution, encoding rate, bit rate and video size [closed]
for resolution, for example, in youtube, there are 360p, 480p,720p
encoding rate seems to be very variable
for bit rate, youtube has some suggested bit rate,like
youtube suggested resolution and bit ...
1
vote
2answers
264 views
Extracting audio bit and sampling rate information in JS before upload
I am building an application that allows authenticated users to use a Web browser to upload MP3 audio files (of speeches) to a server, for distributing the audio on a network. The audio files need to ...
2
votes
1answer
628 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 ...
0
votes
0answers
158 views
Smooth Stream Media Element Setting bitrate value for a period of 15 seconds
I have a Smooth Stream Media Element control.
My client wishes to play a movie in the highest bitrate available for the first 15 seconds
and then apply the rest available bitrates.
I'm using the ...
1
vote
1answer
1k views
x264 rate control
We are using the x264 encoder in a video conferencing project, we have the basic streaming video working, however, we are having trouble understanding how the various rate control settings determine ...
1
vote
0answers
153 views
How to Set Tempo/BitRate for MP3 files in iPhone sdk?
I am trying to change the tempo of the MP3 file to b saved in iPhone. I know it is streaming type audio, but is there a way to permanently reflect such a change?
I am able to [musicPlayer ...
0
votes
1answer
528 views
setting video bit rate through ffmpeg API is ignored for libx264 Codec
I am transcoding a video using FFMPEG API in c code.
I am trying to set the video bit rate using the ffmpeg API as shown below:
ovCodecCtx->bit_rate = 100 * 1000;
The Encoder I am using is ...
2
votes
4answers
5k 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 ...
1
vote
1answer
587 views
Http Live Streaming EXT-X-STREAM-INF, Calculating BANDWITH
Initially I've tried to find possible ways to do HLS segmenting on other non-Mac platforms.
Segmenting videos for HLS involves the following steps:
1) Splitting the encoded video into segments
2) ...
4
votes
1answer
3k views
FFMPEG ignores bitrate
I am new to video encoding so bear with me.
I am using FFMPEG. I have an mp4 file which is 640 x 350 with an average bitrate of around 2000kb (I think) and a filesize of 80Mb. I want to convert this ...
2
votes
0answers
2k views
How to force Constant Bit Rate using FFMPEG
I use FFMPEG (command line Input) to convert my videos to a specific output format. The problem I am facing is when I try to pass a constant bit rate(700 kbps) to FFMPEG, the result is an output video ...
0
votes
1answer
640 views
ffprobe shows bitrate of 0.0 or N/A for h264 stream
I have a 11-minute .mkv file with a h264 video stream, taking up 184MB of space. I would like to reduce the size of this file. I figured I could just reduce the bit-rate. But ffprobe doesn't output ...
0
votes
0answers
91 views
x264Vfw Bitrate issue
I am using x264Vfw encoder with directshow to create Mp4 video which almost works fine , but no idea why video is 100-125 kbps bigger than whatever bitrate we set for X264Vfw .
Can anybody have idea ...
1
vote
2answers
320 views
Batch or VBS | How to check the bitrate of a music file?
I need to check the bitrate of a music file, I need to receive the number in digits like: 192000 (for 192 kbps), 320000 (for 32kbps) or (+)3000000 for wavs and uncompressed music. I mean i need ...
0
votes
1answer
170 views
MP3 files of same bitrate and same length have a different size
I'm currently working on some multi-channel audio recording software. The basic goal is to be able to record every input device on a computer. I noticed that when I record for a "long" time (more than ...
0
votes
1answer
285 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
1answer
590 views
FFmpeg: bitrate change dynamically
I read the previous thread and this is the response from NISHAnT,
FFMPEG: Dynamic change of bit_rate for Video
avcodec_init();
avcodec_register_all();
codec = ...
0
votes
1answer
254 views
FFMPEG: Dynamic change of bit_rate for Video
I use ffmpeg codes in my C++ app and would like to control the bit_rate parameter for VIDEO there. I tried to change its value in work (via ost->st->codec->codec->bit_rate), but ffmpeg did not wish to ...
0
votes
1answer
2k views
How to change bitrate mode: VBR to CBR with MPEG4 of H264 file?
I've tried to convert bitrate mode from VBR to CBR with FFMPEG library,but bitrate mode cannot change.
My command line:
ffmpeg -i <in file> -f mpegts -acodec libmp3lame -ar 48000 -ab 64k -s ...
1
vote
1answer
252 views
How to set bitrate in this PHP function for merging audio files
I'm merging multiple audio files (.wav) via this function but now I want to specify the bitrate of output file. What should I do?
function joinwavs($wavs) {
$fields = join('/', array('H8ChunkID', ...
0
votes
1answer
587 views
How to calculate size per minute of MP4 file(MPEG4,H.264)?
I've a .MP4 file. I know MP4 file has some attributes such as: general bitrate,file size.
Video: Max bitrate,min bitrate,avg bitrate,size
Audio: Max bitrate,min bitrate,avg bitrate,size
I want to get ...
3
votes
2answers
983 views
How to determine the bitrate of mp3 files with Python?
How to determine the type of the bitrate - CBR, VBR or ABR?
2
votes
0answers
493 views
Given a streaming video, how to calculate the size(in bytes) of the video that should have been downloaded to play the video till time t
I'll try to make myself as clear as possible. I am streaming a video and I'd like to know for each time t in the video, the no. of bytes that should have been loaded in client's machine to play the ...
