-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
ffmpeg_parse_infos failed get duration with Quicktime XMP metadata #207
Labels
lib-FFmpeg
Issues pertaining to dependency FFmpeg.
lib-misc
Issues pertaining to misc. 3rd-party libraries.
Comments
Here is a full output of ffmpeg infos of a file that contain xmp metadata
In this example another error occur in MoviePy:
|
5 tasks
The error can be reproduced editing a video with iMovie. This will add a strange chars on video metadata like this (see com.apple.quicktime.artwork field):
|
This was fixed in #959. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
lib-FFmpeg
Issues pertaining to dependency FFmpeg.
lib-misc
Issues pertaining to misc. 3rd-party libraries.
Hi
I was trying to create a VideoFileClip() with a custom Quicktime .mov format, and
it seems that MoviePy don't like some metadata embedded in the file :P
: xmpDM:duration="0:32.303"
xmpDM:duration="10584000000"
Maybe its causing a bug here ?
https://github.com/Zulko/moviepy/blob/master/moviepy/video/io/ffmpeg_reader.py#L261-L270
The text was updated successfully, but these errors were encountered: