Skip to content

Conversation

@DexerBR
Copy link

@DexerBR DexerBR commented Dec 18, 2022

Work in progress for video transcoding tool.

@brentpicasso
Copy link

Testing with this demo code:

import time

time_start = time.perf_counter()

transcoder.transcode(input_file="input.mp4", output_file="output.mp4", output_width=720, output_bitrate=4000)

print(f"Elapsed time: {time.perf_counter() - time_start}")```

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.

3 participants