mirror of
https://github.com/vondas-network/videobeaux.git
synced 2025-12-05 15:30:02 +01:00
1.2 KiB
1.2 KiB
layout, title, nav_order
| layout | title | nav_order |
|---|---|---|
| default | convert_mux | 2 |
convert_mux
Description
Rewraps or converts media streams while copying or re-encoding video/audio, ideal for fixing containers, codecs, or sync issues.
Arguments
formatprofilevcodecacodeccrfbitratemaxratebufsizepresetprofile_vlevelpix_fmtgoprvftagvabitrateacarcopy
Program Template
videobeaux -P convert_mux -i input.mp4 -o output.mp4 --format VALUE --profile VALUE --vcodec VALUE --acodec VALUE --crf VALUE --bitrate VALUE --maxrate VALUE --bufsize VALUE --preset VALUE --profile_v VALUE --level VALUE --pix_fmt VALUE --gop VALUE --r VALUE --vf VALUE --tagv VALUE --abitrate VALUE --ac VALUE --ar VALUE --copy VALUE
Real World Example
videobeaux -P convert_mux -i myvideo.mp4 -o convert_mux_styled.mp4 --format EXAMPLE --profile EXAMPLE --vcodec EXAMPLE --acodec EXAMPLE --crf EXAMPLE --bitrate EXAMPLE --maxrate EXAMPLE --bufsize EXAMPLE --preset EXAMPLE --profile_v EXAMPLE --level EXAMPLE --pix_fmt EXAMPLE --gop EXAMPLE --r EXAMPLE --vf EXAMPLE --tagv EXAMPLE --abitrate EXAMPLE --ac EXAMPLE --ar EXAMPLE --copy EXAMPLE