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

Can I merge 2 subtitles and burn to mp4? #25423

Open
bk111 opened this issue May 27, 2020 · 0 comments
Open

Can I merge 2 subtitles and burn to mp4? #25423

bk111 opened this issue May 27, 2020 · 0 comments

Comments

@bk111
Copy link

@bk111 bk111 commented May 27, 2020

youtube-dl -ci -f "bestvideo[ext=mp4]"+"bestaudio[ext=m4a]" --restrict-filenames --write-auto-sub --sub-lang zh-Hans,en --embed-subs --convert-subtitles srt  --merge-output-format mp4 --exec "ffmpeg -i {} -vf subtitles={}:force_style='FontName=Arial' -acodec copy temp/{} "  url    
 I use above command to burn 1 subtitle into mp4, 

Can I burn 2 subtitles in a time?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.