WWBN / AVideo-Encoder

Encoder Server for AVideo Platform Open-Source
https://platform.avideo.com
GNU Affero General Public License v3.0
152 stars 189 forks source link

encode and play HEVC video on youphptube #289

Open rkdoshi opened 4 years ago

rkdoshi commented 4 years ago

Kindly Guide how to, H265 support is already available in ffmpeg used by youphptube. It is a major saving on disk space and bandwidth.

akhilleusuggo commented 4 years ago

Not possible on ANY platform . It's a browser thing . The codec is not supported . Google for more info .

You may wanna take a look at VP9 codec ( webm ) . Is supported on most browsers and is better then H265 .

ronaldod commented 4 years ago

To support his statement link

rkdoshi commented 4 years ago

Tried vp9, it addresses space and bandwidth issue, only quality suffers some times. Any quality tuning for VP9?

On Wed, 2 Sep 2020, 00:08 ronaldod, notifications@github.com wrote:

To support his statement link https://caniuse.com/#feat=hevc

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/WWBN/AVideo-Encoder/issues/289#issuecomment-685059499, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANEZ6JTA55PC6PP6PQ4N22LSDU5QVANCNFSM4QR4MS7A .

akhilleusuggo commented 4 years ago

VP9 is the best on space and quality . The thing is that you don't know how to use it . It suffer on trascoding time only , since this project does not support chunk encoding .

Take a look here : https://developers.google.com/media/vp9/settings/vod

Good example of how to use it . Not all , there are many more option , preferably if your server has quicksync , then your server will rock . Other wise , your encoder will be slow .

rkdoshi commented 4 years ago

True, never tried vp9, will definitely try it.

Thanks On Wed, 2 Sep 2020, 10:20 akhilleusuggo, notifications@github.com wrote:

VP9 is the best on space and quality . The thing is that you don't know how to use it . It suffer on trascoding time only , since this project does not support chunk encoding .

Take a look here : https://developers.google.com/media/vp9/settings/vod

Good example of how to use it . Not all , there are many more option , preferably if your server has quicksync , then your server will rock . Other wise , your encoder will be slow .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/WWBN/AVideo-Encoder/issues/289#issuecomment-685293781, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANEZ6JRSVWNUMLN3IDAYFFTSDXFIHANCNFSM4QR4MS7A .