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

learn more… | top users | synonyms

0
votes
0answers
18 views

ffmpeg .mkv to .mkv with audio .aac compression [migrated]

I am trying to use ffmpeg on a .mkv video to change soundtrack quality. I would like to lower the bitrate of the audio part (to 16 kbps) without any modification of the video. Nevertheless when I use ...
0
votes
0answers
7 views

Lower bitrate of a AAC soundtrack of a video

I would like to transcode the soundtrack (AAC format) of video to the same format but with a lower bitrate. I tried to use HandBrake but it allows only to lower the bitrate to 64 kbps (which is too ...
0
votes
1answer
15 views

Gstreamer AAC -> AAC but changing bitrate

I am new with Gstreamer and I have not found on the web any solution to my problem (I only found how to convert from a certain format to another...). I would like to change the bitrate (from a high ...
0
votes
0answers
19 views

Converting the bitrate of an mp3 with a library like mutagen or eyeD3

I know there are several questions that deal with these libraries, but I can't seem to find a clear example of how to actually convert the bitrate of an audio file. Getting the information is easy, ...
0
votes
0answers
20 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
53 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 ...
0
votes
0answers
17 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
112 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 ...
0
votes
0answers
43 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 ...
1
vote
0answers
150 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
134 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 ...
0
votes
0answers
32 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
72 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
95 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
157 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
0answers
154 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, ...
-1
votes
1answer
124 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
205 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, ...
0
votes
0answers
55 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
vote
0answers
139 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
132 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
3answers
926 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
226 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 ...
0
votes
1answer
137 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 ...
1
vote
0answers
145 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
145 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 ...
0
votes
0answers
251 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
276 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 ...
0
votes
0answers
168 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
155 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 ...
1
vote
0answers
132 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
1answer
555 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 ...
1
vote
1answer
620 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) ...
2
votes
0answers
3k 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
0answers
94 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 ...
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 ...
1
vote
2answers
335 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
173 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 ...
1
vote
3answers
204 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
1answer
609 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
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 ...
0
votes
1answer
262 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 ...
1
vote
1answer
257 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
693 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
1answer
617 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 ...
8
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 ...
2
votes
0answers
530 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 ...
0
votes
1answer
365 views

calculate bitrate from video video

Im trying to calculate the bitrate from a video, but Im not sure if its correct. I know that some of the formula is size divided with seconds on the movie. But shouldnt I calculate with the audio ...
0
votes
0answers
296 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 ...

1 2