We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This works great but there are instances where it doesn't work
It doesn't work for waveform generation. Maybe it's because showwavespic does not normally show any progress statistics.
showwavespic
e.g.,
ffmpeg -i "$nwn" -f lavfi -i color=c=#127897:s=${s} -filter_complex \ "aformat=channel_layouts=mono,showwavespic=s=${s}:colors=#00FF00[fg];[1:v][fg]overlay=format=auto" -frames:v 1 "$ng"
The bar remains at zero until the end.
First pass of a two-pass sequence. It fails to run at all.
af="loudnorm=I=-16:TP=-1.5:LRA=11:print_format=json" ffmpeg-bar -i "$f" -map $track -vn -sn -dn -af "$af" -f null - 2>&1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This works great but there are instances where it doesn't work
It doesn't work for waveform generation. Maybe it's because
showwavespic
does not normally show any progress statistics.e.g.,
ffmpeg -i "$nwn" -f lavfi -i color=c=#127897:s=${s} -filter_complex \ "aformat=channel_layouts=mono,showwavespic=s=${s}:colors=#00FF00[fg];[1:v][fg]overlay=format=auto" -frames:v 1 "$ng"
The bar remains at zero until the end.
First pass of a two-pass sequence. It fails to run at all.
e.g.,
af="loudnorm=I=-16:TP=-1.5:LRA=11:print_format=json" ffmpeg-bar -i "$f" -map $track -vn -sn -dn -af "$af" -f null - 2>&1
The text was updated successfully, but these errors were encountered: