PHPfox-Official / phpfox-v4-feature-requests

phpFox Feature Request Tracker https://phpfox.com
6 stars 12 forks source link

Video app: conversion settings and new player for videos with option to change ratios please its almost 2021 we need this maybe phpfox V5 new feature #995

Open spirogg opened 3 years ago

spirogg commented 3 years ago

Dear friends, I think this is great features to add since we are almost YEAR 2021 everyone video site has this to change conversion ratio for better quality for super fast internet or super slow internet will make websites faster for users to watch videos and upload videos and for iOS and Android apps admincp can choose based on their server configurations etc

I THINK THIS IS GOOD IDEA PLEASE for v5 phpfox

please and thanks so much...!!! :) :) 👍 💯

spirogg commented 3 years ago

Idea to have be able to select between these 360p -1080p for video app and player

MP4 - 1080p ffmpeg -i input.mov -preset slow -codec:a aac -b:a 128k -codec:v libx264 -pix_fmt yuv420p -b:v 4500k -minrate 4500k -maxrate 9000k -bufsize 9000k -vf scale=-1:1080 output.mp4

MP4 - 720p ffmpeg -i input.mov -preset slow -codec:a aac -b:a 128k -codec:v libx264 -pix_fmt yuv420p -b:v 2500k -minrate 1500k -maxrate 4000k -bufsize 5000k -vf scale=-1:720 output.mp4

MP4 - 480p ffmpeg -i input.mov -preset slow -codec:a aac -b:a 128k -codec:v libx264 -pix_fmt yuv420p -b:v 1000k -minrate 500k -maxrate 2000k -bufsize 2000k -vf scale=854:480 output.mp4

MP4 - 360p ffmpeg -i input.mov -preset slow -codec:a aac -b:a 128k -codec:v libx264 -pix_fmt yuv420p -b:v 750k -minrate 400k -maxrate 1000k -bufsize 1500k -vf scale=-1:360 output.mp4