User Tools

Site Tools


multimedia_on_linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
multimedia_on_linux [2021/03/22 08:42] – [웹캠을 이용한 recording] hyjeongmultimedia_on_linux [2025/03/27 04:17] (current) – [동영상 제작] hyjeong
Line 10: Line 10:
   $ guvcview 2> /dev/null &   $ guvcview 2> /dev/null &
   [1] 5326   [1] 5326
 +guvcview를 실행했더니 다음과 같은 에러가 쏟아져 나올 때가 있다.
 +  $ guvcview 
 +  GUVCVIEW: version 2.0.6
 +  GUVCVIEW: couldn't open /home/hyjeong/.config/guvcview2/video0 for read: 그런 파일이나 디렉터리가 없습니다
 +  V4L2_CORE: (UVCIOC_CTRL_MAP) Error: 그런 파일이나 디렉터리가 없습니다
 +  V4L2_CORE: (UVCIOC_CTRL_MAP) Error: 그런 파일이나 디렉터리가 없습니다
 +  V4L2_CORE: (UVCIOC_CTRL_MAP) Error: 그런 파일이나 디렉터리가 없습니다
 +해결 방법은 간단하다. 'rm -r ~/.config/guvcview2/' 명령어를 날리면 된다(참조 글 [[https://forums.linuxmint.com/viewtopic.php?t=274802|링크]]).
 +
 +mkv 파일을 유튜브 등에 올리려면 ffmpeg 명령어를 사용하여 mp4 포맷으로 전환한다. 전환 방법은 [[https://gist.github.com/jamesmacwhite/58aebfe4a82bb8d645a797a1ba975132|Converting mkv to mp4 with ffmpeg]] 웹문서를 참조하라.
 ===== 데스크탑 recording ===== ===== 데스크탑 recording =====
 Kazam! Kazam!
  
 ===== 동영상 제작 ===== ===== 동영상 제작 =====
-OpenShot Video Editor!+[[https://www.openshot.org/|OpenShot Video Editor]]는 OS에 무관하게 인터페이스가 동일하며 무료 프로그램이라서 매우 유용하다. 다음의 별도 웹문서에서 사용법 관련 정보를 기록해 나가도록 한다. 
 + 
 +[[OpenShot Video Editor 활용 팁]] 
 + 
  
  
multimedia_on_linux.1616402577.txt.gz · Last modified: by hyjeong