Re: [FFmpeg-user] Howto specify needed options for ffmpeg

2020-09-28 Thread Thomas Seilund via ffmpeg-user
On Thu, 24 Sep 2020 18:20:07 +0200 Carl Eugen Hoyos wrote: > Am Do., 24. Sept. 2020 um 16:18 Uhr schrieb Thomas Seilund via > ffmpeg-user : > > > > > > On 9/23/20 10:42 PM, Carl Eugen Hoyos wrote: > > > Am Mi., 23. Sept. 2020 um 17:24 Uhr schrieb Thomas Seilund via > > > ffmpeg-user : > > > > > >

Re: [FFmpeg-user] Howto specify needed options for ffmpeg

2020-09-24 Thread Carl Eugen Hoyos
Am Do., 24. Sept. 2020 um 16:18 Uhr schrieb Thomas Seilund via ffmpeg-user : > > > On 9/23/20 10:42 PM, Carl Eugen Hoyos wrote: > > Am Mi., 23. Sept. 2020 um 17:24 Uhr schrieb Thomas Seilund via > > ffmpeg-user : > > > >> Now I write to udp and not to a local file with this command: > >> > >> raspi

Re: [FFmpeg-user] Howto specify needed options for ffmpeg

2020-09-24 Thread Thomas Seilund via ffmpeg-user
On 9/23/20 10:42 PM, Carl Eugen Hoyos wrote: Am Mi., 23. Sept. 2020 um 17:24 Uhr schrieb Thomas Seilund via ffmpeg-user : Now I write to udp and not to a local file with this command: raspivid -t 0 -b 1000 -n -o udp://239.255.42.42:5004 Connecting to 239.255.42.42:5004...connected, sendin

Re: [FFmpeg-user] Howto specify needed options for ffmpeg

2020-09-23 Thread Carl Eugen Hoyos
Am Mi., 23. Sept. 2020 um 17:24 Uhr schrieb Thomas Seilund via ffmpeg-user : > Now I write to udp and not to a local file with this command: > > raspivid -t 0 -b 1000 -n -o udp://239.255.42.42:5004 > Connecting to 239.255.42.42:5004...connected, sending video... > > > On the same host I read f

[FFmpeg-user] Howto specify needed options for ffmpeg

2020-09-23 Thread Thomas Seilund via ffmpeg-user
Dear All I don't know how to read a h264 network stream with ffmpeg. I create the stream on a Raspberry Pi with this command: raspivid -t 0 -b 1000 -n -o test.h264 I am able to view the video with ffplay: ffplay -i test.h264 ffplay version N-97152-g52523b6963 Copyright (c) 2003-2020 the