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

Output timestamps for start of each track? #8

Open
thatpaulschofield opened this issue Nov 28, 2024 · 2 comments
Open

Output timestamps for start of each track? #8

thatpaulschofield opened this issue Nov 28, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@thatpaulschofield
Copy link

thatpaulschofield commented Nov 28, 2024

Is your feature request related to a problem? Please describe.
I'm using py-crossfade as part of a workflow to create music video compilations. After generating the crossfaded audio with py-crossfade, I bring it into DaVinci Resolve and lay the video clips on top of the generated audio, syncing the video to the audio by hand. It occurred to me that with a little metadata, I could automate the last part.

Describe the solution you'd like
A log file with timestamps of where each track starts within the crossfaded track generated by py-crossfade. I figure I could use this data to call ffmpeg to generate the compiled video automatically.

Thank you for the time and effort to create this wonderful software! 🙏🙏🙏

@oguzhan-yilmaz
Copy link
Owner

Hey @thatpaulschofield, it's great that this piece of software is used by people, and thanks for your nice words.

I've been putting off working on this project for the longest time, and your comment had me roll up my sleeves.

I've noticed that every dependency went out of date, and it's hell to get pyCrossfade working. So I've created a Dockerfile to nail all these values down.

And scripted usage didn't feel solid, so I've created a CLI for easier interaction.

Please try the new docker container CLI and with the pycrossfade crossfade --verbose option, and tell me what you think and what you'd need?

(I've only implemented the --verbose flag for crossfade and not crossfade-many, I'll be updating it based on your feedback)

@oguzhan-yilmaz oguzhan-yilmaz self-assigned this Dec 9, 2024
@oguzhan-yilmaz oguzhan-yilmaz added the enhancement New feature or request label Dec 9, 2024
@thatpaulschofield
Copy link
Author

thatpaulschofield commented Dec 11, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants