quasarstream / PHP-FFmpeg-video-streaming

📼 Package media content for online streaming(DASH and HLS) using FFmpeg

Home Page:https://www.quasarstream.com/op/php/ffmpeg-streaming?u=php-ff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to disable default representation?

adis0308 opened this issue · comments

How to convert an mp4 video with 1080p resolution to 720p hls only?
I used the addrepresentation as in the documentation but the results were 720p and 1080p.

I'm having the same problem, if the original file has higher resolution than what I indicated, it will make the original file plus the ones I added and not limit the ones I added.