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

The duration of generate trans video #54

Open
shudct opened this issue Aug 6, 2020 · 0 comments
Open

The duration of generate trans video #54

shudct opened this issue Aug 6, 2020 · 0 comments

Comments

@shudct
Copy link

shudct commented Aug 6, 2020

/usr/bin/ffmpeg -y -loglevel warning -loop 1 -t 1.5 -i end.png -loop 1 -t 1.5 -i start.png -t 1.5 -i blank.wav -filter_complex gltransition=duration=1.3:offset=0.1:source=LinearBlur.glsl -ac 2 -ar 44100 -b:v 2M -r 24 -pix_fmt yuv420p -strict -2 -preset superfast transition.mp4

I used the code above to generate a transition video(1.5s), however, the ouput video is 1.58s. Is there anything wrong? Please give me some advice to solve this problem, thanks~

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

1 participant