Adobe Premiere Pro CC 2017, ( ~ 2021, v15)
* 한글 매뉴얼
https://helpx.adobe.com/kr/premiere-pro/user-guide.html
- 환경설정
https://helpx.adobe.com/kr/premiere-pro/using/preferences.html
* 언어 변경
조건 : 한국어로 설치한 경우
한국어를 영어로 변경하는 방법
C:\Program Files\Adobe\Adobe Premiere Pro CC 2017\Dictionaries\ko_KR 폴더로 이동
zdictionary_PPRO_ko_KR.dat 파일의 이름을 변경
* GPU 가속 설정
- File -> Project Setting -> Video Rendering and Playback
Renderer : Mercury Playback Engine GPU Acceleration (CUDA)
CUDA 관련 항목 선택
OpenCL = AMD , CUDA = Nvidia
아직 인코딩은 GPU 가속 안됨
* 렌더링 성능 높이기
- 렌더링 : 현재 편집본 실시간 보기, 내보내기(Export) 아님
- 환경설정(preferences) -> 메모리(Memory)
다른 응용 프로그램에 예약된 메모리 줄이기
Optimize randering for : 'Performance'
메모리 부족 메시지가 나올 경우만 'Memory'로 설정
* 썸네일 설정 (Thumbnail)
- 타임라인창의 좌상단 파일이름 끝에 있는 메뉴버튼(한자 3자 모양)
-> Continuous Video Thmbnails
* 프리뷰 재생 속도 조정
- 단축키 사용
- L : 재생, (더 빠르게)
- K : 멈춤
- J : 역 방향 재생, (더 느리게), 계속 누르면 더 빠르게 역재생
* 어도비 제품 업데이트 방지
- Disable Adobe auto-updates
https://helpx.adobe.com/creative-suite/kb/disable-auto-updates-application-manager.html
1) 문서 파일 생성
C:\Program files(x86)\common files\adobe\AAMUpdaterInventory\1.0\AdobeUpdaterAdminPrefs.dat
2) 내용 기입
<?xml version="1.0" encoding="UTF-8" ?>
<Preferences>
<Suppressed>1</Suppressed>
</Preferences>
* 이동시 오디오 끄기
- Etit -> Preferences -> Audio -> Play audio while scrubbing : 체크 해제
* 현재 타임라인에서 비디오 자르기
- Sequence -> Add Edit
* 삭제후 빈공간 없애기
- Ripple Delete (Shift+Delete) 사용
- 빈공간없이 삭제, 빈공간 영역도 삭제 가능
- Close Gap 은 안되는 경우가 많음
* 자른 영상 클립 사이의 빈 공간 없애기
- Sequence -> Close Gap
* Timeline Zoom 키
축소 : -
확대 : =
전체 : \
* Export 경로 변경
Export Setting -> Output Name : 파일 이름 클릭 -> 경로 선택
* 화살표 키로 1초 씩 이동하기
- Perferences -> Playback -> Step forward/back many : 60
- Shift + 화살표를 누르면 1초씩 이동
//------------------------------------
* 최근 프로젝트 기록 지우기
- 처음 시작시 보이는 Recent Project 리스트 기록 삭제
%USERPROFILE%\Documents\Adobe\Premiere Pro\버전\Profile-사용자ID\Adobe Premiere Pro Prefs 파일 수정
- 다음 태그를 삭제
BE.Prefs.MRU.Document.0
BE.Prefs.MRU.Document.Size.0
BE.Prefs.MRU.Document.Date.0
FE.DocumentManager.MRUImportFile0
- xml 제어 command line 명령 유틸 XMLStarlet 설치
XMLStarlet (http://xmlstar.sourceforge.net/) 다운로드
- 제거 명령 (v15의 경우)
xml ed -L -d "//*[contains(name(), 'BE.Prefs.MRU.Document')]" "%USERPROFILE%\Documents\Adobe\Premiere Pro\15.0\Profile-%USERNAME%\Adobe Premiere Pro Prefs"
xml ed -L -d "//*[contains(name(), 'FE.DocumentManager.MRUImportFile')]" "%USERPROFILE%\Documents\Adobe\Premiere Pro\15.0\Profile-%USERNAME%\Adobe Premiere Pro Prefs"
'Tips' 카테고리의 다른 글
포토샵 에러 해결 방법 (0) | 2017.11.25 |
---|---|
수직 동기화 정리 (0) | 2017.10.29 |
어도비 프리미어 프로 사용법 (0) | 2017.10.15 |
유튜브 feed rss 주소 알아내기 (0) | 2017.09.26 |
정규식 사용법 (0) | 2017.09.11 |
Windows Batch file 명령어 (0) | 2017.08.16 |
댓글을 달아 주세요