- Short Description
- Enhance your videos with Media Video Options using ffmpeg for advanced transcoding. Customize parameters like pixel_format, r, preset, tune, crf, maxrate, and scale in XenForo Media Gallery without affecting audio or flags. Optimize settings on your server for best results. For detailed instructions, refer to the Ffmpeg Documentation.
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.