Timeline for Change the fingerprint of a video file with ffmpeg without re encoding it
Current License: CC BY-SA 4.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 6, 2023 at 11:37 | comment | added | Leon D | @BrianHolsen thank you this would be my fallback variant, but I would feel safer to edit the video or audio stream itself. | |
| Jul 5, 2023 at 9:38 | comment | added | Brian Holsen |
maybe you can try ffmpeg -i xxx.mp4 -c copy -metadata title="new title" out.mp4 to change something with the metadata, which will change the file's checksum
|
|
| Jul 3, 2023 at 7:23 | comment | added | Leon D | The problem is, that I don't know it 100% myself, what is sufficient. But I think my two examples should be sufficient to change the fingerprint. | |
| Jul 3, 2023 at 7:04 | comment | added | Marcus Müller | We need an actual definition of what that is, otherwise it's impossible to say. | |
| Jul 3, 2023 at 6:45 | comment | added | Leon D | @MarcusMüller something like a hash, that changes, whenever the file is edited. But not only on file level, but rater looks at the (video-) content itself. | |
| Jul 2, 2023 at 22:53 | comment | added | Marcus Müller | What is a fingerprint in this context? | |
| Jul 2, 2023 at 20:21 | history | asked | Leon D | CC BY-SA 4.0 |