Skip to content
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

fix: fixes from single ffprobe command #57

Merged
merged 8 commits into from
Sep 20, 2022

Conversation

francescov1
Copy link
Collaborator

@francescov1 francescov1 commented Sep 20, 2022

Adds the video conversion fixes from #54 to main, since our man Taner is salty and we don't know when https://github.com/tanersener/ffmpeg-kit/issues/571 will be fixed 😉

@francescov1 francescov1 changed the title fvirga/fixes from single ffprobe command fix: fixes from single ffprobe command Sep 20, 2022
@@ -225,6 +232,14 @@ func getAudioCodec(inputFilePath: String) -> AudioCodec {
return convertToAudioCodec(inputCodec: codec)
}

func getVideoCodecTag(inputFilePath: String) -> String {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note this adds another async ffprobe command, but we will be removing all these extra sync ffprobe commands once #54 is merged

Copy link
Collaborator

@revblaze revblaze left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved, with double check of .gitignore

.gitignore Outdated
Comment on lines 52 to 54
Converter.xcworkspace/xcuserdata/francescovirga.xcuserdatad/UserInterfaceState.xcuserstate
Converter.xcworkspace/xcuserdata/justinbush.xcuserdatad/UserInterfaceState.xcuserstate
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that we can actually just add xcuserdata/ as whole, per line 41 of the suggested gitignore.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything in this directory is specific to our own Xcode setups

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kk sounds good!

@francescov1 francescov1 merged commit 71287c9 into main Sep 20, 2022
@francescov1 francescov1 deleted the fvirga/fixes-from-single-ffprobe-command branch September 20, 2022 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants