nu774 / fdkaac

command line encoder frontend for libfdk-aac
Other
260 stars 58 forks source link

don't inject timestamps parameter #34

Closed tico-tico closed 5 years ago

tico-tico commented 5 years ago

It's more like technical stuff, for instance, to compare converted files which were made using differently compiled converters. I myself compare results from cross-mingw 7.3.0 vs cross-mingw 8.2.0 vs native mingw 7.4.0 just to be sure that mingw actually works as it should. Timestamps are the only thing that prevent direct or via md5 comparison.

nu774 commented 5 years ago

Thanks. At first your patch seemed too specific, but I noticed an interesting side-effect that MediaInfo doesn't show Encoded date and Tagged date when timestamps are zero. Maybe somebody finds it useful... (Actually, I've asked about that a month ago: https://hydrogenaud.io/index.php/topic,85135.msg964550.html#msg964550 ) What a coincidence !

tico-tico commented 5 years ago

Yep, nice coincidence, glad i could help a bit :+1: