Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

same a video file, if run multi,get result is different #64

Open
awkj opened this issue Feb 25, 2019 · 4 comments
Open

same a video file, if run multi,get result is different #64

awkj opened this issue Feb 25, 2019 · 4 comments

Comments

@awkj
Copy link

awkj commented Feb 25, 2019

the first time will get "type: mp4 MIME: video/mp4"
the second time will get "type: mov MIME: video/quicktime"

@h2non
Copy link
Owner

h2non commented Feb 25, 2019

That sucks. It's because Go map structure is not deterministic when iterating it in terms of the order.
The data structure should be changed into a list.

If you are interested, please send a PR.
It would be greatly appreciated since I have little time these days.

@awkj
Copy link
Author

awkj commented Feb 25, 2019

That sucks. It's because Go map structure is not deterministic when iterating it in terms of the order.
The data structure should be changed into a list.

If you are interested, please send a PR.
It would be greatly appreciated since I have little time these days.

I have interseted to fix it, but I think it also have problem.
I think this movie"s extension is mp4, if i fix it ,i possible get result is "mov" ,and always get "mov", i haven"t idea to solve it.

@zwass
Copy link

zwass commented Aug 25, 2020

I experienced a similar issue with ppt and doc.

@Askadias
Copy link

Hey guys, any progress on that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants