Skip to content

Commit

Permalink
英語訳を追加4
Browse files Browse the repository at this point in the history
  • Loading branch information
yuto-trd committed Jun 24, 2024
1 parent 76aa96c commit 026be33
Show file tree
Hide file tree
Showing 18 changed files with 214 additions and 0 deletions.
4 changes: 4 additions & 0 deletions en/settings/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Settings
type: auto
---
Binary file added en/settings/_images/accent-color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added en/settings/_images/decoder-priority-settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added en/settings/_images/editor-settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added en/settings/_images/extension-settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added en/settings/_images/ffmpeg-decoder-settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added en/settings/_images/font-settings-on-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added en/settings/_images/font-settings-on-windows.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added en/settings/_images/frame-cache.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added en/settings/_images/node-cache.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added en/settings/_images/property-editor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added en/settings/_images/view-settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
98 changes: 98 additions & 0 deletions en/settings/editor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
---
title: Editor
description: Settings related to the editor screen
---
![](_images/editor-settings.png)
## Automatically Adjust Scene Length

When enabled, the scene length will be automatically adjusted when an element is added if necessary.

## Enable Auto-Save

When enabled, files will be automatically saved after performing actions.

## Show Precise Boundaries

When enabled, the boundaries displayed during the preview will be shown precisely.

For objects like rectangles, the boundary lines might overlap with the drawing content, making the boundaries invisible.

## Frame Cache

![](_images/frame-cache.png)

### Enable Frame Cache

When enabled, frame caching is activated.

The default setting is __"On"__.

### Maximum Byte Size

Adjust the cache size to not exceed this byte size (in megabytes).

The default value is half of the device's memory capacity.

### Scale

When saving the cache to memory, use this setting to reduce resolution to save memory.

- Original
- Match preview screen __(default value)__
- Half
- Quarter

> [!TIP]
If the preview screen size is equal to or larger than the original size, the resolution remains unchanged.

### Color Space

When saving the cache to memory, use this setting to change the color space to save memory.

- RGBA __(default value)__
- YUV

> [!TIP]
> YUV uses I420.
## Node Cache

![](_images/node-cache.png)

### Enable Node Cache

When enabled, node caching is activated.

The default setting is __"On"__.

### Maximum Pixel Count

Nodes exceeding this pixel count will not be cached.

The default value is __"1000000"__.

### Minimum Pixel Count

Nodes below this pixel count will not be cached.

The default value is __"1"__.

## Property Editor

![](_images/property-editor.png)

### Enable Pointer Lock

Locks the cursor and hides it during drag operations in the property editor (Windows only).

The default setting is __"On"__.

### Hide Key Properties

Hides properties that are also provided as source operations.

The default setting is __"Off"__.

### Key Properties

When __"Hide Key Properties"__ is enabled, set the properties to hide.
77 changes: 77 additions & 0 deletions en/settings/extension.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
---
title: Extensions
description: Extension settings
---
![](_images/extension-settings.png)

## Decoder Priority

![](_images/decoder-priority-settings.png)

Change the priority of decoders.
The decoder at the top of the list is given priority.

## Extension Settings

Change individual settings for extensions.

### FFmpeg Decoder

![](_images/ffmpeg-decoder-settings.png)

#### Scaling

Set the scaling algorithm.

For more details, see [here](https://ffmpeg.org/ffmpeg-scaler.html#toc-Scaler-Options).

- FastBilinear
- Bilinear
- Bicubic __(default value)__
- X
- Point
- Area
- Bicublin
- Gauss
- Sinc
- Lanczos
- Spline

#### ThreadCount

Set the number of threads to use for decoding.

If a value less than 0 is specified, the device's thread count (up to 16) is used.
If 0 is specified, FFmpeg will automatically detect the number of threads.

The default value is __"-1"__.

### Media Foundation Decoding

![](_images/media-foundation-decoder-settings.png)

#### Use DXVA2

Use DirectX Video Acceleration 2.0 to decode videos quickly.

The default setting is __"On"__.

#### Video Stream Seek Threshold

Seek when a frame farther than this frame count is loaded.

The default value is __"30"__.

#### Audio Stream Seek Threshold

Seek when a sample farther than this sample count is loaded.

The default value is __"30000"__.

#### Number of Frames to Cache

The default value is __"4"__.

#### Number of Samples to Cache

The default value is __"20"__.
12 changes: 12 additions & 0 deletions en/settings/font.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Fonts
Description: Set the directory to load fonts from
---

Set the directory to load fonts from.

**Example for Windows**
![Example of font settings screen on Windows](_images/font-settings-on-windows.png)

**Example for Linux**
![Example of font settings screen on Linux](_images/font-settings-on-linux.png)
22 changes: 22 additions & 0 deletions en/settings/view.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: Display
description: Explanation of settings for language, theme, and more in Beutl.
---
![Screenshot of display settings](_images/view-settings.png)
## Theme

- Light
- Dark
- High Contrast
- Follow System

## Language

- Japanese
- English

## Accent Color

You can set any color.

![Screenshot of accent color settings](_images/accent-color.png)
1 change: 1 addition & 0 deletions ja/get-started/1.install.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ sudo apt install ./beutl_1.0.0-285ubuntu22.04_amd64.deb
`Beutl.osx_arm64.app.zip` または `Beutl.osx_x64.app.zip` をダウンロードして、展開します。
以下のような警告が出るはずです。
![](./_images/1.install/macos-gatekeeper.jpg)

これは私がアプリケーションに署名をしていないために、表示される警告です。
これを回避するには以下のコマンドを実行してください。
```sh
Expand Down

0 comments on commit 026be33

Please sign in to comment.