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
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
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 -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
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
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
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