philipqueen

Results 11 comments of philipqueen

@sudeepag I'm having the same issues as described above on my m1 mac, and running the instructions in the comment from #149 gave me the following: ``` (mlc-chat) username@MacBook-Pro-2 ~...

# Code-1 Terminal Output: ```python 10:08:56 :: Utilities :: INFO :: Running DeFFcode Version: 0.2.5 10:08:56 :: FFhelper :: DEBUG :: Final FFmpeg Path: ffmpeg 10:08:56 :: FFhelper :: DEBUG...

Here is a screenshot of the cv2 imshow output from the code from your last message:

I'm currently looking through the FFMPEG bug alerts to see if this is a known FFMPEG bug, I'll let you know if I find anything.

That's a good point. I notice below that it says `Side data: displaymatrix: rotation of -90.00 degrees` - I'm wondering if there is some way that metadata can be used...

Here is a short video that has the bug: https://user-images.githubusercontent.com/24758117/232957321-788e2aac-f905-44df-ad52-bf9c95c5b5d0.MOV I really appreciate the quick support! Continue to let me know how I can help.

Thanks @abhiTronix, that rotate flag works well on iphone videos, although on one video it ran it upside down. That's easy to fix manually, but the ideal would be to...

I agree, as long as there is an easy automatic/programatic fix to the issue. Hopefully adding the displaymatrix rotation to the metadata will be enough for that to work properly,...

I found a good temporary solution for my needs. Because deffcode reports the metadata for the problematic videos reversed, but opencv does not, comparing the width reported from deffcode vs...

@abhiTronix thanks, I got it working very smoothly with the dev version! Here's the code that is correctly rotating my videos for anyone that is curious: ``` sourcer = Sourcer(input_video_pathstring).probe_stream()...