kast icon indicating copy to clipboard operation
kast copied to clipboard

Implement video transcoding

Open feelfreelinux opened this issue 8 years ago • 6 comments

Now, only MP4 hosting works. AVI, and other codecs will does not work in actual structure. We can fix it, by using video transcoding.

feelfreelinux avatar Feb 26 '17 13:02 feelfreelinux

Any update on this?

Yureien avatar Mar 28 '17 15:03 Yureien

@InfernoCoder All of the updates were here, do you didn't miss anything 😉

IlyaBizyaev avatar Mar 28 '17 15:03 IlyaBizyaev

@InfernoCoder @IlyaBizyaev This can be useful. FFMPEG is a powerful library: http://infernusweb.altervista.org/wp/download/HMI/UsingFFMPEGinCwithQtCreator.pdf

feelfreelinux avatar Apr 06 '17 07:04 feelfreelinux

@feelfreelinux @IlyaBizyaev I am thinking of transcoding the video into memory and then streaming it. But I can't find any suitable method in the FFMPEG docs, need to carefully see the docs.

On a side note, which library is more preferred? FFMPEG or LibAV? Both are approximately same.

Yureien avatar Apr 06 '17 09:04 Yureien

FFmpeg, I think.

IlyaBizyaev avatar Apr 06 '17 11:04 IlyaBizyaev

If you find something more suitable in LibAV, use LibAV.

IlyaBizyaev avatar Apr 06 '17 11:04 IlyaBizyaev