অফিশিয়াল OpenShot ব্লগ-এ স্বাগতম! OpenShot ভিডিও এডিটরের সর্বশেষ সংবাদ এবং উন্নয়ন আপডেট পড়ুন। স্বয়ংক্রিয়ভাবে RSS এর মাধ্যমে নোটিফিকেশন পান অথবা আমাদের অনুসরণ করুন Facebook, Twitter, এবং Google+ এ।

23 ডিসে.

We are looking for a few good contributors to help us with OpenShot Video Editor! If you have any experience with Gnonlin and are interested in joining our team, please contact me through LaunchPad or post a comment to this blog entry.

Gnonlin has great potential to help empower the next wave of video ...


16 নভে.

I am revisiting the topic of exporting a frame of video to a PNG image file using Python and Gstreamer. In my previous post, I demonstrated how to use the gst-launch command to accomplish this, but I never could get it to work with just Python. Also, my previous pipeline only worked for ...


12 অক্টো.

What do pickles and pythons have in common? Well, I'll get to that in a second. First, let's talk about application data. A key part of every program design is "how and where do I store my data". I have considered many different options for the OpenShot Video Editor, including XML, Embedded MySQL, and SqlLite.

...


10 অক্টো.

We've all heard the promise of GTK and how it will allow your application to be easily ported to other operating systems, such as Windows, Mac, Linux, and others. Something that you might not know is that if your GTK application uses the Gnome library, it will only work on Linux! This seems obvious ...


8 অক্টো.

Once again I find myself struggling with Drag 'n Drop using GTK and Python. Why is it so difficult to get something working? Why do all the examples on the Internet suck? These are all good questions my friends, and today I bring some answers.

First of all, there are many different levels of ...