
mp4box
List of commands for mp4box:
-
mp4box:ai:476ab Split MP4 media files into multiple segments$ mp4box -splittry on your machineexplain this command
-
mp4box:tldr:46321 mp4box: Add an SRT subtitle file into an MP4 file.$ mp4box -add ${input_subs-srt}:lang=eng -add ${input-mp4} ${output-mp4}try on your machineexplain this command
-
mp4box:tldr:871b0 mp4box: Combine audio from one file and video from another.$ mp4box -add ${input1-mp4}#audio -add ${input2-mp4}#video ${output-mp4}try on your machineexplain this command
-
mp4box:tldr:90f64 mp4box: Display information about an existing MP4 file.$ mp4box -info ${filename}try on your machineexplain this command