Any toturial on how to use ffmpeg for removing metadata

medex

Newbie
Joined
Oct 22, 2023
Messages
2
Reaction score
2
Hello i am new at tiktok Any toturial on how to use ffmpeg for removing mrtadata and make video originale with ffmpeg i didnt find anyth in youtube
 
ffmpeg -i input.mp4 -fflags +bitexact -flags:v +bitexact -flags:a +bitexact output.mp4
 
Back
Top