مرحباً بك في مدونة OpenShot الرسمية! اقرأ آخر الأخبار والتحديثات حول محرر الفيديو OpenShot. احصل على إشعارات تلقائية عبر RSS أو تابعنا على فيسبوك، تويتر، وجوجل بلس.

27 مايو

Want to know how many nanoseconds, seconds, or minutes are in your audio or video file? Want to know your current time position while listening to your audio or video file? There are two super useful methods provided in the Gstreamer framework to answer these two questions (examples are using the Python language):

position, format ...


27 مايو

The Gstreamer framework is multi-threaded, which means it runs in a different thread (or many threads)... and thus you can not directly communicate with it via Python. Requests have to be sent to the pipeline, and they are completed as soon as possible. However, it goes both ways. When Gstreamer wants to communicate with ...




16 مايو

I have decided to create a simple, mini-project, (depending on your definition of simple) video inspector (& player). There will be a gnome / GTK graphical interface, a simple file chooser dialog, a small box on the screen for the video, and a table of labels to display important clip information. This will test ...