Обзор 5 программ для создания скриншотов в windows и в linux

Movavi Screen Recorder

Movavi Screen Recorder is an easy-to-use screen capture tool that enables you to record computer screens, capture webcam and audio, save recordings as videos and GIFs, and take screenshots. You can upload records to Google Drive or YouTube and share them with your audience via social networks.

Pros

  • Incorporates webcam
  • Can record screen and audio simultaneously or separately
  • Saves video in HD and supports multiple formats: AVI, MP4, MOV, and MKV
  • Takes screenshots and edits them
  • Allows scheduled recording
  • Mouse display in the recording

Cons

  • Has no video editing tool; must use a separate program
  • Trial version limits recording time to 5 minutes
  • Reported to have periodic crash issues

See how to use Movavi Screen Recorder in this video:

https://www.youtube.com/embed/9XOLittD04c»>

DVDVideoSoft’s Free Screen Video Recorder

Free Screen Video Recorder is a full-featured but lightweight free screen recorder from a developer known for its free conversion software. It can record Skype conversations with no limitations and is therefore useful for Skype interviews and online conference calls. Also, different Windows applications can be singled out and captured as discrete elements. Included is a basic user-friendly image editor that is surprisingly helpful for attaining a polished look.

Pros

  • Offers a convenient screenshot feature
  • Different modes for recording screen and video
  • Suitable for recording Skype conversations
  • Step-by-step instructions provided on the website
  • Available in 10 languages
  • Output formats include MP4, BMP, TGA, JPEG, PNG, and GIF

Cons

  • Microphone sound recording only
  • Excessive ads may interrupt your work
  • Saves recordings to AVI only
  • Lacks coherent interface and built-in media player
  • May install unwanted software during download
  • Does not notify users if disconnection occurs

Here’s a video on how to capture your screen with Free Screen Video Recorder:

3. ShareX

ShareX is an open-source ad-free tool that boasts almost as many custom features as some paid software screen recorders. ShareX is mostly targeted toward developers and power users, so an average customer might get lost in the many advanced tools and editors.

Pros

  • Records full screen, window, monitor, region, freehand, or scrolling
  • Incorporates hotkeys for easier and quicker navigation
  • Supports many URL sharing services
  • Imports existing videos, music, or photos
  • Allows custom watermarks and color effects

Cons

  • Low quality of game recording
  • Complicated for the average user
  • No webcam recording
  • Reported to fail while uploading large files
  • No video editor

Learn more about ShareX from this video:

Как записать видео с экрана?

Первая программа, которой я пользуюсь на данный момент, называется Kazam. Установить ее можно командой:

sudo apt-get kazam

После этого ярлык программы можно найти в МЕНЮ — АУДИО И ВИДЕО — Kazam. После ее запуска вы увидите такое окошко:

Хотя все по английски, разобраться не сложно. Качество записи отличное, систему не тормозит. Так же этой программой можно делать скриншоты, но это на любителя.

После начала записи окошко программы исчезает, но в трее остается кнопка, где можно выключить запись или просто поставить на паузу. Пользуемся.

Кстати, программа умеет делать скриншоты, но лучше пользоваться программой, о которой я писал в статье «как сделать скриншот».

Вторая программа называется Xvidcap. Чтобы установить программу для записи видео с экрана xvidcap открываем терминал и вводим команду:

sudo apt-get install xvidcap

Так же можно открыть пакетный менеджер Synaptic и установить программу из него. Если в вашем репозитории программы нет, то ее можно установить так:

sudo apt-get install imagemagick libavcodec-extra-53 mplayer
sudo apt-get -f install
wget -O xvidcap_1.1.7_i386.deb http://goo.gl/5yFJQ
sudo dpkg -i xvidcap_1.1.7_i386.deb

Тут на фото можно посмотреть, как эта программа выглядит.

Сделать видео запись с экрана этой программой очень просто: запускаем программу, растягиваем красную рамочку и перемещаем туда, где будет запись. Нажимаем красную кнопку, чтобы записать видео с экрана. Чтобы закончить запись, нужно нажать красную кнопку.

$ sudo apt update

Install Simple Screen Recorder

Now you can install the SSR application through the repository you just added. Please note that only an authorized user can add/remove software from Ubuntu, therefore enter the following command as sudo:

$ sudo apt install simplescreenrecorder

Advertisement

The system will prompt you with a Y/n option to continue installation; please enter Y and then hit enter to continue.

SSR will now be installed on your system. You can check the version number of the installed software and also verify if it is indeed installed through the following command:

$ simplescreenrecorder --version

Compiling

Important: If you have already installed SSR using the package manager of your distribution, you should uninstall it first before continuing!

First install the required dependencies (see below). After you have done that, you can compile and install SSR by running:

In order to use OpenGL recording for 32-bit applications on a 64-bit system, you need to compile a 32-bit version of . The script will do this automatically if your system is 64-bit. Unfortunately some distributions (older versions of Debian, Ubuntu, Linux Mint, …) don’t properly support compiling 32-bit libraries on a 64-bit system, which results in errors related to missing libraries (usually libGL, libGLU) even when those libraries have in fact been installed. The problem is caused by the fact that the required symlinks are included in the packages, but the 32-bit packages can’t be installed. The simplest solution is to skip compilation of the 32-bit GLInject library, which can be done by running:

You can then use SSR without the 32-bit library, or you can use the precompiled 32-bit library provided by your distribution.

If you actually want to compile the 32-bit library, you have to manually create the missing symlinks in the 32-bit library directory:

The OpenGL library is a special case, because on some distributions (Ubuntu, Linux Mint, …) it is installed in a different location depending on which driver you are using. If your distribution has installed the file in the regular 32-bit library directory (e.g. Debian), then run this:

Otherwise you need to figure out where the library is installed first, and then manually create symlinks from the regular 32-bit library folder to this file. Note that doing this may interfere with OpenGL functionality if you ever switch to a different driver, or even just update the driver (in the case of NVIDIA). In that case you will need to manually remove the symlinks and (optionally) recreate them.

If you are using a combination of open-source and proprietary drivers (e.g. for laptops with Intel + NVIDIA GPUs a.k.a. ‘Optimus’), follow only the steps for the open-source drivers.

If you are using one of the open-source drivers (i915, radeon, nouveau), then run this:

If you are using the proprietary AMD driver, first figure out where the fglrx directory is located, this can be or . Then go to the relevant folder and create the symlinks:

If you are using the proprietary NVIDIA driver, first figure out where the fglrx directory is located, this can be or . Then go to the relevant folder and create the symlinks:

Note that the full name of the ‘nvidia’ subdirectory includes the driver version number, so you will need to fix these symlinks whenever the driver has been updated.

If you want to compile step-by-step (without ), you can use the following steps:

Note that you may need to specify additional options depending on which Linux distribution and CPU architecture you have. The script detects the correct options automatically, you can run it to see which options you need.

You don’t need to install the program to use it, but installing will give you a desktop entry and an icon. Also, if you don’t install the program, you will need to specify where the GLInject libraries are located with when using OpenGL recording.

Download

SimpleScreenRecorder should work on any Linux distribution. I have created packages for some distributions to simplify installation.

Arch Linux

Simply install ‘simplescreenrecorder’:

sudo pacman -S simplescreenrecorder

Add this if you want to record 32-bit OpenGL applications on a 64-bit system:

sudo pacman -S lib32-simplescreenrecorder

Debian

If you are using Debian 9 or newer, you can install the ‘simplescreenrecorder’ package from the official repositories. You can install it with:

sudo apt-get update
sudo apt-get install simplescreenrecorder

Add this if you want to record 32-bit OpenGL applications on a 64-bit system:

sudo apt-get install simplescreenrecorder-lib:i386

You should copy-paste these commands to a terminal line by line rather than all at once, otherwise it won’t work.

Fedora

SimpleScreenRecorder is available in the RPM Fusion reposity. RPM Fusion can be activated with this command:

rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm

After that, SimpleScreenRecorder can be installed with this command:

dnf install simplescreenrecorder

Gentoo

SimpleScreenRecorder is now included in the main repository. You can install it with:

sudo emerge -av media-video/simplescreenrecorder

KaOS

SimpleScreenRecorder is avaliable in the official repository, the name of the package is ‘simplescreenrecorder’.

Mageia

Install simplescreenrecorder from the Core Release repository using urpmi or the Mageia Control Center.

NixOS

You can install SimpleScreenRecorder with the following command:

nix-env -i simplescreenrecorder

The same command should also work on any other distribution provided that the Nix package manager is installed.

OpenSUSE

Install ‘simplescreenrecorder’ from the Packman repository. If you want to record 32-bit OpenGL applications on a 64-bit system, you should also install ‘libssr-glinject-32bit’. This package was created by Dmitriy (DAP-DarkneSS).

Red Hat Enterprise Linux,CentOS,Scientific Linux

Packages for SimpleScreenRecorder are available in the Nux repositories.

Slackware

A SlackBuild is available here.

Ubuntu,Linux Mint,

If you are using Ubuntu 17.04 or newer, SimpleScreenRecorder can be found in the official repositories. You can install it with:

sudo apt-get update
sudo apt-get install simplescreenrecorder

Add this if you want to record 32-bit OpenGL applications on a 64-bit system:

sudo apt-get install simplescreenrecorder-lib:i386

You should copy-paste these commands to a terminal line by line rather than all at once, otherwise it won’t work.

If you are using an older version of Ubuntu, or you want to get the latest version of SimpleScreenRecorder immediately without waiting for the next Ubuntu release, you can also get the package(s) from the SimpleScreenRecorder PPA:

sudo apt-add-repository ppa:maarten-baert/simplescreenrecorder
sudo apt-get update
sudo apt-get install simplescreenrecorder

Add this if you want to record 32-bit OpenGL applications on a 64-bit system:

sudo apt-get install simplescreenrecorder-lib:i386

Other

For all other distributions, you have to compile it yourself for now. It’s not that hard, and there are instructions in the readme file. You can find the source code on GitHub:https://github.com/MaartenBaert/ssr
If you’re not familiar with git and you just want a .tar.gz file, download this:https://github.com/MaartenBaert/ssr/archive/master.tar.gz

If you are using a different distribution and you have created a package for SimpleScreenRecorder, please contact me so I can add it to the list :).

Бесплатные сторонние приложения

Пожалуй, одно из наиболее известных бесплатных приложений для скринкастинга — эдакая классика жанра. Она предназначена для создания демонстрационных роликов и коммерческих информационных продуктов, фиксации технических неполадок и многого другого. Например, с ее помощью можно записать прохождение игры или обучающий видеоурок по работе в каком-нибудь приложении.

Вот неполный список возможностей CamStudio:

  • 4 региона записи (на выбор): экран целиком, отдельное окно, произвольная область (будет перемещаться вслед за курсором) и фиксированная область.
  • Включение в ролик аудиозаписи — с микрофона или с динамиков компьютера.
  • Автосинхронизация аудио и видео.
  • Управление с помощью горячих клавиш. Переназначение горячих клавиш по своему выбору.
  • Включение и отключение видимости курсора на скринкасте. Подсветка курсора при нажатии кнопок мыши.
  • Виртуальный карандаш для пометок и рисования (Autopan).
  • Автоматическая остановка записи (через столько-то секунд от начала).
  • Сохранение готовых результатов в различных форматах (зависит от наличия кодеков).

CamStudio не предъявляет особых требований к оборудованию компьютера — она успешно запускается и работает даже на слабых машинах с интегрированной графикой. Единственный заметный недостаток программы — это отсутствие русского языка, однако минималистичный дизайн главного окна и простота (как выглядят значки «запись», «пауза», «стоп», думаю, знают все) легко его компенсируют.

Чтобы начать съемку, выделите регион экрана и нажмите кнопку «Record». Настройки звука, видимости курсора, «карандаша» и прочего устанавливаются через меню «Options».

iSpring Free Cam

iSpring Free Cam — относительно новая бесплатная программа для скринкастинга со звуком (звук снимается с динамиков компьютера, микрофона или того и другого вместе). В отличие от многих — на русском языке и крайне проста в использовании.

Главные функции Free Cam:

  • Запись экрана целиком, отдельных окон или выделенной области. Последней — с соотношением сторон 1280×720, 960×720 или произвольным.
  • Захват курсора, подсветка нажатий кнопок мыши.
  • Встроенный редактор, с помощью которого можно обрезать ролик по краям, очистить аудиодорожку от шума и изменить уровень громкости.
  • 2 способа сохранение видео — на жестком диске в формате wmv или на YouTube.
  • Русскоязычная справка (онлайн).

iSpring Free Cam неплохо подходит для записи игр, видеоинструкций и прочих некоммерческих задач. Чтобы начать записывать, определите на экране область захвата, включите, если нужно, микрофон и нажмите красный кружок (кнопка «Record»). После остановки можете загрузить ролик в редактор или сразу сохранить.

При хорошей скорости Интернета регистрация в iSpring Free Cam не занимает много времени, но если сеть работает медленно или доступ к ней отсутствует вообще, придется понервничать.

Программа помимо скринкастов позволяет записывать видео с веб-камеры и делать скриншоты экрана. И не только видео, но и звук.

В бесплатной (Basic) версии этого приложения действует временное ограничение: максимальная длительность съемки составляет 5 минут. Область захвата экрана определяется только произвольно.

Прочие функции TinyTake Basic:

  • 2 Гб бесплатного хранилища для отснятых материалов. Загрузка — прямо из интерфейса программы.
  • Онлайн веб-галерея.
  • Встроенный редактор для обработки статичных изображений (скриншотов).
  • Сохранение ролика на жестком диске ПК (локально) или на сервере TinyTake.

Версии по подписке (от $9.95) предоставляют пользователю дополнительные возможности:

  • Увеличение времени записи — от 15 до 120 минут.
  • Больший объем хранилища — 20 Гб — 2 Тб.
  • Возможность дополнять скринкасты аннотациями.
  • Интеграцию с YouTube.
  • Техническую поддержку.

Программа довольно «прожорлива»: на машинах, где оперативной памяти меньше 4 Гб, она нещадно тормозит. Как и iSpring, при первом запуске она требует обязательной регистрации (правда, это происходит быстрее).

Чтобы сделать скринкаст, откройте в главном окне TinyTake вкладку со изображением камеры, нажмите «Capture video» и выделите область экрана. Далее, если нужно, отметьте «Include audio» (включить аудио) и щелкните «Start Recording». Через 5 минут запись автоматически остановится. После этого можете сохранить ролик на ПК или загрузить в онлайн-галерею.

Как снимать видео на компьютере?

В последнее время стало очень популярным снимать видеоролики с помощью компьютера. Отображение происходящего на мониторе может понадобиться вам для разных целей — возможно, вы пожелаете сделать собственный видеоурок, записать для себя какой-то отрывок компьютерной игры и т. д. Поэтому в данной статье мы расскажем, как снимать видео на компьютере.

Filmora Scrn

Filmora Scrn is a trustworthy screen recording software that is especially loved by game players. It allows you to capture fast-paced scenes (up to 60 fps for Mac) while simultaneously recording a webcam video. It also provides basic editing options for improving the look of the video and tutorial features that can help direct attention to the main items on the screen.

Pros

  • Can record from your computer and webcam simultaneously
  • Imports over 50 file formats and exports in multiple formats
  • Picture-шn-picture mode
  • Frame rate from 15 to 120 FPS
  • Supports HD and even 4k recording

Cons

  • Lacks advanced editing features
  • Noticeable performance impact in games
  • Reported to lag and freeze when editing

Watch this video tutorial on how to use Filmora Scrn:

Price: $19.99 for 1 year or $29.99 for a lifetime license. Free trial.

Как отредактировать видео в Linux?

Но сделать запись с экрана — это одно дело. Часто нужно ещё и отредактировать это видео. Если переходить к редактированию видео, то Ubuntu поставляется с подходящими для этого приложениями и одно из лучших — программа PiTiVi, не устанавливаемая по умолчанию. Но вы легко сможете установить ее, введя строку pitivi в поле поиска в Центре приложений Ubuntu (Ubuntu Software Center) или проще установить через терминал:

sudo apt-get install pitivi

Программа выглядит вот так:

Я обнаружил, что самый удобный способ использования этой программы —перемещение мышью всех исходных файлов (ими могут быть фильмы, звуковые файлы и даже изображения) на левую панель программы. Отсюда их можно переместить мышью на нижнюю композиционную панель, позволяющую вставлять сцены, изображения и звуковые записи именно туда, где они необходимы.

Вы также можете помещать дополнительные записи любых медиа данных одну под другую. Например, можно наложить звуковые эффекты на музыку или добавить заголовки. Используя кнопки контроллера под панелью фильмов, можно воспроизводить ваш фильм или по-шагово просматривать его.

Верхняя панель инструментов позволяет сохранить ваш проект, импортировать клипы, просматривать фильм в полноэкранном режиме и поместить ваш проект в новый файл фильма. Такой перенос может занять какое-то время, зависящее от сложности вашего проекта, но его можно выполнять в фоновом режиме.

Нужно ещё учесть, что мощность компьютера должна быть нормальной, так как запись с экрана может хорошо нагрузить компьютер. Но у вас же не Pentium 3, правда?

Не нашли ответ на свой вопрос? Воспользуйтесь поиском…

1. OpenShot

Первым в нашем списке будет OpenShot, это многофункциональный, мультиплатформный видеоредактор linux, который можно использовать на Windows, Linux и MacOS. OpenShot написан на Python, и поддерживает множество различных аудио и видеоформатов, а также имеет функцию Drag&Drop. На данный момент стабильная версия этой программы — 1.4, но скоро выйдет финальный релиз 2.0, который принесет еще больше новых функций.

Вот более подробный список функций:

  • Поддерживается больше количество аудио и видеоформатов с помощью ffmpeg.
  • Простая интеграция с Gnome и KDE с поддержкой перетаскивания.
  • Изменение размеров видео, обрезка
  • Видеопереходы
  • Водяные знаки
  • 3D титры
  • Цифровое увеличение
  • Видеоэффекты
  • Изменение скорости видео

Для установки чтобы установить этот лучший видеоредактор для Linux в Ubuntu существует специальный PPA, он поддерживает Ubuntu 14.04 и выше:

После установки OpenShot, вы можете запустить его из меню приложений.

OBS Studio

OBS Studio is a free screen recording software for video recording and live streaming without watermark or time limit. It is much preferred by hardcore gamers for broadcasting their live gameplay footage. Using OBS Studio, you can capture not only the entire display or a window but also from webcam and microphone. When it comes to streaming, the program lets you select which desktop applications and audio sources to be shared, as well as create layered videos for webcam.

While OBS Studio is a versatile tool for screen recording, it integrates no video editor. You need to employ another tool if you want to edit your recorded video. As a side note, as OBS Studio is an open-source program, you should be careful not to download the program from any website but the official site.

Pros

  • Record full screen, window, region, webcam, microphone, computer sound.
  • Stream to Twitch, YouTube, Mixer, DailyMotion, and more.
  • Multiple filters to scenes, sources, and audio devices: image mask/blend, crop, color correction, green screen, noise reduction, audio normalization, and more.
  • Intuitive audio mixer.
  • No watermark, no time limit, ad free.

Cons

  • No “pause” function for recording.
  • No built-in video editor.
  • Beginners may find it hard to use.

SimpleScreenRecorder

SimpleScreenRecorder — удобное приложение для записи происходящего на вашем экране.SimpleScreenRecorder имеет простой и интуитивно понятный
пользовательский интерфейс, все имеющиеся настройки уже выставлены по
умолчанию, так что большинству пользователей нет никакой необходимости
вносить в них какие либо изменения, за исключением указания пути
сохранения файла записи.

Характеристики SimpleScreenRecorder:

  1. Интерфейс на Qt.
  2. Быстрее VLC и ffmpeg/avconv.
  3. Запись целого экрана либо его части, запись OpenGL приложений напрямую (как это делает Fraps на платформе Windows).
  4. Более точная синхронизация видео со звуком (в сравнении с VLC и ffmpeg/avconv).
  5. Полная поддержка многопоточности.
  6. Остановка и возобновление записи по горячим клавишам или через индикатор приложения в трее.
  7. Отображение статистики во время записи: размер файла, время записи, частота кадров, битрейт и т.д..
  8. Предпросмотр записанного.
  9. Универсальные настройки по-умолчанию.
  10. Всплывающие подробные подсказки.
  11. Поддержка профилей.
Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *

Adblock
detector