winshining / nginx-http-flv-module

A media streaming server based on nginx-rtmp-module. In addtion to the features nginx-rtmp-module provides, HTTP-FLV, GOP cache, VHosts (one IP for multi domain names) and JSON style statistics are supported now.
BSD 2-Clause "Simplified" License
2.71k stars 567 forks source link

How to change extension .ts to .jpg #228

Open macro91 opened 1 year ago

macro91 commented 1 year ago

Hello,

How can i change the extension .ts to .jpg ?

Thank you.

dotysan commented 10 months ago

A transport stream is a container for other streams. Not an image file.

That said. mv foo.ts bar.jpeg LOL