Save video as .mp4 format #66
-
|
Hello, is there a way to save the video as mp4 format using the config.json file? |
Beta Was this translation helpful? Give feedback.
Answered by
baconator696
Feb 5, 2026
Replies: 1 comment
-
|
no, you have to convert it with ffmpeg or something similar |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
baconator696
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
no, you have to convert it with ffmpeg or something similar
ffmpeg -i video.ts -c copy video.mp4