Remove GoPro TimeCode from MP4 Edit 0 0 No Preview. If you feel like this example could be improved, you may edit this example here. -i input file -c:a copy copy the audio stream as-is -c:v copy copy the video stream as-is -write_tmcd 0 do not write timecode to the output file by MrChrisWeinert <10633787+MrChrisWeinert@users.noreply.github.com> Updated on: January 15, 2025 tags: #metadata ffmpeg -i file.MP4 -c:a copy -c:v copy -write_tmcd 0 file_no_tmcd.MP4 Copy to clipboard Try it online