Re: [FFmpeg-user] How to download and transcode video stream to mp4 and save the TS stream to file at the same time?

2024-09-29 Thread Carlos E. R.
On 2024-09-29 21:59, Bo Berglund wrote: I have created a script that downloads Internet video streams (basically news programs) and transcodes to mp4 format with a fixed windows size. As soon as the video stream recording ends the mp4 file can be played. I wonder if there is a way to let ffmpeg

Re: [FFmpeg-user] How to download and transcode video stream to mp4 and save the TS stream to file at the same time?

2024-09-29 Thread Ferdi Scholten
On 30-09-2024 07:55, Bo Berglund wrote: On Mon, 30 Sep 2024 09:49:34 +0530, Gyan Doshi wrote: On 2024-09-30 01:29 am, Bo Berglund wrote: I have created a script that downloads Internet video streams (basically news programs) and transcodes to mp4 format with a fixed windows size. As soon

Re: [FFmpeg-user] How to download and transcode video stream to mp4 and save the TS stream to file at the same time?

2024-09-29 Thread Bo Berglund
On Mon, 30 Sep 2024 09:49:34 +0530, Gyan Doshi wrote: > > >On 2024-09-30 01:29 am, Bo Berglund wrote: >> I have created a script that downloads Internet video streams (basically news >> programs) and transcodes to mp4 format with a fixed windows size. >> As soon as the video stream recording ends

[FFmpeg-user] Do all H264 encoders support video encryption?

2024-09-29 Thread acbot--- via ffmpeg-user
> ffmpeg -i input.mp4 -c:v copy -c:a copy -encryption_scheme cenc-aes-ctr > -encryption_key 0123456789ABCDEF0123456789ABCDEF -encryption_kid > 0123456789ABCDEF0123456789ABCDEF encrypted.mp4 > > ffplay -decryption_key 0123456789ABCDEF0123456789ABCDEF -i encrypted.mp4 > > The above two commands c

Re: [FFmpeg-user] How to download and transcode video stream to mp4 and save the TS stream to file at the same time?

2024-09-29 Thread Srikanth Kotagiri
On Sun, Sep 29, 2024 at 9:19 PM Gyan Doshi wrote: > > > On 2024-09-30 01:29 am, Bo Berglund wrote: > > I have created a script that downloads Internet video streams (basically > news > > programs) and transcodes to mp4 format with a fixed windows size. > > As soon as the video stream recording en

Re: [FFmpeg-user] How to download and transcode video stream to mp4 and save the TS stream to file at the same time?

2024-09-29 Thread Gyan Doshi
On 2024-09-30 01:29 am, Bo Berglund wrote: I have created a script that downloads Internet video streams (basically news programs) and transcodes to mp4 format with a fixed windows size. As soon as the video stream recording ends the mp4 file can be played. I wonder if there is a way to let f

[FFmpeg-user] How to download and transcode video stream to mp4 and save the TS stream to file at the same time?

2024-09-29 Thread Bo Berglund
I have created a script that downloads Internet video streams (basically news programs) and transcodes to mp4 format with a fixed windows size. As soon as the video stream recording ends the mp4 file can be played. I wonder if there is a way to let ffmpeg do two things at the same time: - download