-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: 영상 재추출시 업로드 에러, 지도 인코딩중 표시 및 권한 처리 #331
Conversation
static func from(_ url: URL) -> AVFileType? { | ||
let pathExtension = url.pathExtension | ||
switch pathExtension { | ||
case "mp4": | ||
return .mp4 | ||
case "mov": | ||
return .mov | ||
default: | ||
return nil | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
다른 파일 형식...도 괜찮겠지요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이거 exporter supportFileType 한번 확인해보고 추가해보겠습니다 !!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다~ 컨플릭트만 해결해주세용~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다!
🧑🚀 PR 요약
해당 pr에서 작업한 내역을 적어주세요.
AVFileType
을 적절하게 지정해주어야하는데, 현재 알 수 있는 정보인 pathExtension으로는AVFileType
을 알 수가 없었습니다..AVFileType
을 리턴하는 extension 만들어서 사용했습니다📌 변경 사항
변경사항 및 주의 사항 (모듈 설치 등)을 적어주세요.
📸 ScreenShot
작동, 구현화면
RPReplay_Final1702531335.MP4
Linked Issue
close #300