Skip to content

Commit

Permalink
fix screenshot embeds
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Aug 30, 2024
1 parent 2c1d913 commit aa3c1f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _posts/2024-06-26-new-release-240626.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Known issues are there is no hardware encoder, and some audio filters are missin

<a data-rel="prettyPhoto" href="{{ "/assets/img/blog/screenshot-vibrance-shadows.png" | prepend: site.baseurl | prepend: site.url }}">
<img src="{{ "/assets/img/blog/screenshot-vibrance-shadows.png" | prepend: site.baseurl | prepend: site.url }}"
alt="Screenshot Speed: Forward Only filter" width="1174" height="834"></a>
alt="Screenshot Speed: Forward Only filter" width="587" height="417"></a>

- Added the **Mid-Side Matrix** audio filter for processing these kinds of microphones into proper stereo sound.
- Added **Keyframes > Scrub While Dragging**.
Expand Down
4 changes: 2 additions & 2 deletions _posts/2024-08-29-new-release-240829.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Click the "Add subtitle" button to make a new subtitle item at the cursor positi
Subtitles can also be imported. Supported subtitle import formats include: SRT, VTT, ASS, and SSA. Subtitles are imported at the current cursor position. So be sure to place the cursor before importing subtitles from a file.

<a data-rel="prettyPhoto" href="{{ "/assets/img/blog/screenshot-subtitles.png" | prepend: site.baseurl | prepend: site.url }}">
<img src="{{ "/assets/img/blog/screenshot-subtitles-shadows.png" | prepend: site.baseurl | prepend: site.url }}"
alt="Screenshot of new Subtitles panel" width="681" height="836"></a>
<img src="{{ "/assets/img/blog/screenshot-subtitles.png" | prepend: site.baseurl | prepend: site.url }}"
alt="Screenshot of new Subtitles panel" width="340.5" height="418"></a>

#### Export

Expand Down

0 comments on commit aa3c1f8

Please sign in to comment.