abhiTronix / deffcode

A cross-platform High-performance FFmpeg based Real-time Video Frames Decoder in Pure Python 🎞️⚡
https://abhitronix.github.io/deffcode
Apache License 2.0
178 stars 3 forks source link

[Question]: Add ffmpeg creationflag in Deffcode Library #42

Closed nidhi-jha01 closed 2 months ago

nidhi-jha01 commented 1 year ago

Issue guidelines

Issue Checklist

Describe your Question

I am using FFdecoder to read video files in my application. I am creating an MSI(Windows Exe) of my application. While calling the method having FFdecoder, I experienced a terminal window for ffmpeg.exe coming up multiple times, creating an issue for my application. I have tried verbose = False and used CREATENOWINDOW as creationflags = sp.CREATE_NO_WINDOW) in popen. Can you help with this Issue.

ffmpegpopup

Terminal log output(Optional)

No response

Python Code(Optional)

No response

DeFFcode Version

0.2.5

Python version

3.9

Operating System version

Windows 11

Any other Relevant Information?

No response

abhiTronix commented 1 year ago

Good news. There's a pull request: https://github.com/abhiTronix/vidgear/pull/375 that might work for deffcode too.

abhiTronix commented 2 months ago

This issue is fixed in commit https://github.com/abhiTronix/deffcode/commit/84e8af1d7c8ef082d3d0ed92190f6dcd14ae3622