Skip to main content
0 votes
1 answer
255 views

I am trying to measure the impact my application has on my network. For this to work, I want to run a network test with a public iPerf3 server to see the difference (baseline vs application running). ...
Bassusour's user avatar
  • 185
1 vote
1 answer
88 views

This may seem to duplicate previous questions but it does not, as far as I can tell. I have a bash script for indexing images and videos to a thumbnails database. A user of my script complained that ...
archie's user avatar
  • 147
1 vote
2 answers
142 views

Why do I get such a difference in Bitrate with iPerf when running a single connection compared to running 10 simultaneous connections? When I run iPerf with 10 simultaneous connections: iperf3 -p ...
user29757222's user avatar
0 votes
0 answers
98 views

I'm writing code to parse the JSON output of mediainfo, to get various specs including the video bit rate. Trying mediainfo for a DVD, it reports over 100 tracks (there seem to be lots of extras on ...
mrob's user avatar
  • 21
0 votes
0 answers
197 views

I want to encode videos using media3 transformers API, it works correctly but output bitrate bigger than input bitrate. Although I am using the reducing frame rate, resolution, bitrate but it not ...
terlan abaszade's user avatar
1 vote
0 answers
108 views

I'm currently working on a WinForms application that plays multiple RTSP streams from IP cameras, with one stream per camera. I'm utilizing the Vlc.DotNet player to display these streams. While the ...
Roy Raihenshtein's user avatar
-2 votes
1 answer
339 views

Running on MacOS. I am trying to specify a bitrate using the -b:v flag in FFMPEG, but it seems to be completely ignored in the output file. The command I am running is: ./ffmpeg -i ./input.mov -c:v ...
User's user avatar
  • 1,726
0 votes
1 answer
2k views

Is there any way to calculate real bitrate of incoming RTSP stream? I've used "current-level-bytes" property of queue element, but result was unacceptable. I've also tried ...
Wolf Schulz's user avatar
1 vote
0 answers
482 views

My CCTV View in C# allows visualizing screens from 1 to 36. However, if all 36 cameras are connected it becomes slow. Therefore I want to create a function to adjust the resolution and bitrate for ...
정글은엘리스's user avatar
2 votes
1 answer
1k views

When creating a video from a list of frames at an assigned framerate using PyAV, the videos end up being shorter that expected by a few seconds, while the framerate in the video metadata is correct. ...
HYmc96's user avatar
  • 25
0 votes
0 answers
235 views

Hello,I would like to know how to modify the bit_rate of AVFormatContext. Here is the minimal reproducible example.This is a simple process for pushing rtmp video streams.Now I want to control the ...
Zion Liu's user avatar
-1 votes
2 answers
2k views

I've wrote a noisy shader in ShaderToy that I want to record a video from. ShaderToy provides this option but it captures the screen with very low bitrate. Is there any opportunity to get the video in ...
user avatar
2 votes
1 answer
278 views

I created my own MP3 frame parser. I can read each frame individually if I do it sequentially. My problem is that I have yet to figure out how to find the byte offset of the nth frame (without having ...
Maxime Dupré's user avatar
0 votes
0 answers
96 views

Having read at least a dozen other answers, it seems that the b:a 96k parameter should be producing a MP3 with a constant bitrate (CBR), yet I can only get Variable bitrates. The latest variation of ...
GDP's user avatar
  • 8,163
0 votes
2 answers
1k views

I usually do conversions with ffmpeg 1 pass CRF 22 with maxrate 1400k for some movies to convert them to 720p and generate smallest size with best quality, the parameters I use is: c:v libx264 -vf ...
Alireza Rinan's user avatar

15 30 50 per page
1
2 3 4 5
17