Skip to content

feat: add new remuxer to normalize media within milliseconds#38

Open
bajankristof wants to merge 1 commit intomainfrom
feat/remux
Open

feat: add new remuxer to normalize media within milliseconds#38
bajankristof wants to merge 1 commit intomainfrom
feat/remux

Conversation

@bajankristof
Copy link
Collaborator

No description provided.

@bajankristof bajankristof force-pushed the feat/remux branch 2 times, most recently from 67c32c6 to 81d9462 Compare March 6, 2026 14:41
# @return [String]
# @raise [Errno::ENOENT] If the exiftool binary is not an executable.
def exiftool_binary=(path)
if path.is_a?(String) && !File.executable?(path)
Copy link
Contributor

Choose a reason for hiding this comment

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

what if the path is not a String? if we plan to handle nil, then please add it to the method docs. if it's just a sanity check to make sure the File.executable? works, then add a proper error handling

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