AirenSoft / OvenMediaEngine

OvenMediaEngine (OME) is a Sub-Second Latency Live Streaming Server with Large-Scale and High-Definition. #WebRTC #LLHLS
https://airensoft.com/ome.html
GNU Affero General Public License v3.0
2.55k stars 1.06k forks source link

Elimination of interlacing #832

Closed by-serj closed 1 year ago

by-serj commented 2 years ago

Good day!

Will deinterlacing functionality be implemented?

In FFmpeg, the -vf switch is responsible for this with the options: w3fdif or bwdif or kerndeint or yadif

mpisat commented 2 years ago

Why would one need deinterlacing on the media server? If you are pusing interlaced content via ffmpeg to OME, just do it while pushing it? OBS doesn't send interlaced video to media servers, and it can deinterlace with filters if your video input is interlaced. Fixing this problem at the source is the right way to go.

by-serj commented 2 years ago

Because I use alternative streaming sources, not just OBS. My scheme Broadcast server -> MPEG TS -> SRT -> OME -> LLHLS & PushRTMP

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.