Skip to content

Commit

Permalink
Добавлено: Перезд на домен alt-gnome.wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegShchavelev committed Sep 27, 2023
1 parent d9bc7ed commit a56bec6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
1 change: 0 additions & 1 deletion .vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export const META_DESCRIPTION = 'Свободная WIKI по операцион

// https://vitepress.dev/reference/site-config
export default defineConfig({
base: '/ALTRegularGnomeWiki/',
srcDir: './docs',
title: 'ALT Community',
description: META_DESCRIPTION,
Expand Down
21 changes: 21 additions & 0 deletions docs/ffmpeg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# FFMPEG

FFmpeg — это набор библиотек и инструментов для обработки мультимедийного контента, такого как аудио, видео, субтитры и связанные с ними метаданные.

## Установка из репозитория

**FFmpeg** можно установить любым привычным и удобным способом:

**Установка через терминал**

::: code-group

```shell[apt-get]
su -
apt-get update
apt-get install ffmpeg
```
```shell[epm]
epm -i ffpmeg
```
:::

0 comments on commit a56bec6

Please sign in to comment.