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

Fix Pass 2 Generate video with burned-in subtitle in if NUL exists #8941

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jlievano
Copy link

@jlievano jlievano commented Oct 24, 2024

I use a lot the option Generate video with burned-in subtitles, but I couldn't use the Pass 2 option. (There were no progress bar running after clicking on Generate)

After checking the code for this option, I checked the arguments and everything looked great. Like the example below:
"-i "What's Up Matador 1997.mp4" -vf scale=712:484 -vf "ass=aaccddbeebfdb.ass" -g 30 -bf 2 -s 712x484 -c:v libx264 -b:v 1638k -pass 1 -b:a 128k -preset medium -c:a aac -ar 48000 -ac 2 -use_editlist 0 -movflags +faststart -f mp4 NUL"

After running ffmpeg in the command line using these arguments, I got this message: File 'NUL' already exists. Overwrite?
So I added the -y flag and it worked.

Maybe my computer had this issue, but it can help others who may experience the same problem in Windows.

Captura de pantalla 2024-10-24 150020

Captura de pantalla 2024-10-24 150129

@niksedk
Copy link
Member

niksedk commented Oct 26, 2024

What ffmpeg version are you using?

@jlievano
Copy link
Author

I ran the command with ffmpeg version N-100449-g28aedc7f54 Copyright (c) 2000-2020 the FFmpeg developers.

I checked the ffmpeg folder ffmpeg version 5.0.1-essentials_build-www.gyan.dev Copyright (c) 2000-2022 the FFmpeg developers

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