feat(transcode): implement TranscodeSpec API integration#84
Open
briansumma wants to merge 4 commits intoNorthShoreAutomation:mainfrom
Open
feat(transcode): implement TranscodeSpec API integration#84briansumma wants to merge 4 commits intoNorthShoreAutomation:mainfrom
briansumma wants to merge 4 commits intoNorthShoreAutomation:mainfrom
Conversation
Add comprehensive transcode functionality with models and API endpoints for: - Asset transcoding and analysis - Media file processing - Edge transcoding - Keyframe generation - Queue management - Transcription services
Update Transcode models and specs to use string type instead of UUID for all identifiers. This change ensures better compatibility with existing models and aligns with user expectations when calling API methods.
Member
|
nice work, just need to change any endpoint that is getting a list of objects to start with list_ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR implements full support for the Transcode API in the Pythonik client, providing capabilities for media transcoding, analysis, and related functionality.
Functionality Additions
transcode()method onPythonikClientfor accessing transcoding operationsmodels.transcodefor all API request/response objectsTranscodeSpecwith 30+ endpoint methods covering:Technical Implementation
Testing
Documentation
This implementation completes a key component of our API support roadmap and will allow users to perform media transcoding and analysis operations through the Pythonik client.
Breaking Changes
None - This is a purely additive change with no modifications to existing functionality.