I would love to have this feature of being able to Have the ability to download Video's and modify their EXIF's the same way we do with Image processing. is there NO way to do this? :/
I would love to have this feature of being able to Have the ability to download Video's and modify their EXIF's the same way we do with Image processing. is there NO way to do this? :/
As I understood EXIF is only for images Exchangeable image file format
Or You mean do download video split it in frame images then change exif and join back in video ? Not sure.
For video management still best way is to use ffmpeg
Right but what i mean is i would ahve to HTTP get the file, Fine with that.
Then Commandline RE-Encode the whole file to edit the meta data? is there no way to edit the meta data besides re-encode it?
Everythhing ive read says it needs to mut the file (re-encode) to edit metadata, which seems insane to me cause you can right click edit thease in windows anyways :/
all examples has a output format in the editing meta data wich even if its the same format still goes though the whole process of re-encoding
Everythhing ive read says it needs to mut the file (re-encode) to edit metadata, which seems insane to me cause you can right click edit thease in windows anyways :/
all examples has a output format in the editing meta data wich even if its the same format still goes though the whole process of re-encoding
What ive read and seen it ALSO requires MUX'ing the file too Stack overflow about the same issue
yeah everything ive read require Re-Encoding... kinda odd cause its so easy without re-ecoding/mux from windows GUI
Media info doesnt write MP4 metadata.
Ultra ID3 does only ID3 audio files
taglib-sharp On the other hand i have never heard of and im looking into it now, it looks like this will work from the documentation