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

no .mp4 file in "out" folder #21

Open
Joosheen opened this issue Jan 28, 2024 · 4 comments
Open

no .mp4 file in "out" folder #21

Joosheen opened this issue Jan 28, 2024 · 4 comments

Comments

@Joosheen
Copy link

Hi, i have .png, .wav. and .srt files but i don't see .mp4 final file in "out" folder. Could you check it?
Regards,

@Joosheen
Copy link
Author

?

@gandie
Copy link

gandie commented Mar 6, 2024

Running on windows? Had same issue there. ffmpeg call seems broken, in detail this one

f"ffmpeg -loop 1 -i {image_path} -i {audio_path} -vf subtitles={subtitle_path} -tune stillimage -shortest {video_path}"

ffmpeg seems to handle subtitles= path argument differently, fixed it by replacing backslahes with slash on line before this:

        subtitle_path = subtitle_path.replace("\\", "/")

Copy link

stale bot commented May 6, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label May 6, 2024
@jaketae
Copy link
Owner

jaketae commented May 6, 2024

Unstale

@stale stale bot removed the wontfix This will not be worked on label May 6, 2024
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

No branches or pull requests

3 participants