As I understood EXIF is only for images Exchangeable image file formatI 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? :/
With FFMPEG you can do lot of things with video formats. Check they have lots of docs and support from community.FFMPEG re-encodes the whole thing though doesnt it ?
sorry i meant the metadata same principal as EXIF
Right but what i mean is i would ahve to HTTP get the file, Fine with that.With FFMPEG you can do lot of things with video formats. Check they have lots of docs and support from community.
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 :/I think FFMPEG api should provide the option to edit metadata in video files.
What about other video processing soft? Virtual Dub for example?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
Media info doesnt write MP4 metadata.I have found lots of suggestions in google example https://stackoverflow.com/questions/9091/accessing-audio-video-metadata-with-net
Did You tried them?