> For the complete documentation index, see [llms.txt](https://docs.k9rockettech.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.k9rockettech.com/resource-library/software-and-electronics/graphic-design-and-video-production.md).

# Graphic Design & Video Production

## Introduction&#x20;

We like to treat our videos and graphics as an integral part of the project. No matter how great your project may be, if it lacks good visual communication it is often challenging to gain attention. Here, we have provided you with a list of some great open-sourced or free tools we use to help us develop and produce various video and graphic content.&#x20;

## Inkscape

Inkscape is a fully open sourced free-to-use graphic design software suite. The capabilities of the software are astonishing, however, we ourselves admittedly have not learned most of the functions (lol). That leads us to the primary downside, its UI is confusing and a bit intimating, however, we are well aware of its powers from even basic use.

{% hint style="info" %}
Not recommended for new users! The UI can be overwhelming
{% endhint %}

{% embed url="<https://inkscape.org>" %}

## Shotcut

Shotcut is not the best nor most feature-rich video editing software out there, but it gets the job done! We love that it's free and open-sourced with a decently large helpful community base. Fun fact, all our videos are edited in it!

{% hint style="warning" %}
We have found Shotcut to be glitchy, especially after updates! To prevent lost projects save often!
{% endhint %}

{% embed url="<https://shotcut.org>" %}

## Stickermule Tools

Stickermule offers free browser-based tools for simple graphic editing! Stickermule Studio has been a really great tool for creating graphics in a rush on the go for us personally. The background remover and upscale tool is also really handy for general use (in our experience, it works better than some of the graphics tools we use every day!).&#x20;

{% embed url="<https://www.stickermule.com/tools>" %}

## Photo Mosh

Add cool glitch effects to images and videos with this cool online tool!

{% embed url="<https://photomosh.com/>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.k9rockettech.com/resource-library/software-and-electronics/graphic-design-and-video-production.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
