Re: [FFmpeg-user] Streaming quality

2020-06-27 Thread Carl Eugen Hoyos
Am Sa., 27. Juni 2020 um 17:08 Uhr schrieb Simon Roberts : > > On Sat, Jun 27, 2020 at 1:46 AM Carl Eugen Hoyos wrote: > > > > Am 27.06.2020 um 05:26 schrieb Simon Roberts < > > si...@dancingcloudservices.com>: > > > > > > ffmpeg -i -f mpegts tcp://192.168.1.109:2000 > > > > Either specify a cons

Re: [FFmpeg-user] Streaming quality

2020-06-27 Thread Simon Roberts
On Sat, Jun 27, 2020 at 1:46 AM Carl Eugen Hoyos wrote: > > Am 27.06.2020 um 05:26 schrieb Simon Roberts < > si...@dancingcloudservices.com>: > > > > ffmpeg -i -f mpegts tcp://192.168.1.109:2000 > > Either specify a constant quantiser with “-qscale 10 -mbd 2” or a constant > bitrate with “-b:v 1

Re: [FFmpeg-user] Streaming quality

2020-06-27 Thread Carl Eugen Hoyos
> Am 27.06.2020 um 05:26 schrieb Simon Roberts : > > ffmpeg -i -f mpegts tcp://192.168.1.109:2000 Either specify a constant quantiser with “-qscale 10 -mbd 2” or a constant bitrate with “-b:v 1000k” or use “-vcodec libx264” for an encoder with a better default or “-vcodec copy” to avoid re-e

[FFmpeg-user] Streaming quality

2020-06-26 Thread Simon Roberts
Greetings all, I'm making my first experiments with streaming. Currently I do a live capture of a screen region compress in real time and save the file. What I want to do is to take that capture and send it to another machine for storage where it will be embedded in a multi-stream container with o