- Compatible XF Versions
- 2.0
- 2.1
- Additional Requirements
- XenForo Media Gallery 2.0.0+
Ffmpeg
With Media Video Options you can use the power of ffmpeg for transcode videos.
An extra row in ACP -> Options -> XenForo Media Gallery give ffmpeg some additional video parameters.
The default parameter in this addon scale all videos to 720p. But you can use many other parameters like:
-pixel_format yuv420p -r 30 -preset slow -tune film -crf 25 -maxrate 3500k -vf scale=-2:720 -bufsize 1000k
With this addon you can use only video-parameter, no audio-parameter and no flags.
I recommend you to transcode a video with ffmpeg at your server and if you find a setting what you like, you can use it in XFMG.
For more information i recommend you to look in the Ffmpeg Documentation.
An extra row in ACP -> Options -> XenForo Media Gallery give ffmpeg some additional video parameters.
The default parameter in this addon scale all videos to 720p. But you can use many other parameters like:
-pixel_format yuv420p -r 30 -preset slow -tune film -crf 25 -maxrate 3500k -vf scale=-2:720 -bufsize 1000k
With this addon you can use only video-parameter, no audio-parameter and no flags.
I recommend you to transcode a video with ffmpeg at your server and if you find a setting what you like, you can use it in XFMG.
For more information i recommend you to look in the Ffmpeg Documentation.