Skip to content

Commit

Permalink
pix_fmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
smimram committed Feb 6, 2024
1 parent 8cbc3a3 commit 498dc92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/wav/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ clean:
lame --abr 160 $<

%.mp4: %.mp3
ffmpeg -i $< -filter_complex "[0:a]showspectrum=s=1280x720:color=intensity[v]" -map "[v]" -map 0:a $@
ffmpeg -i $< -filter_complex "[0:a]showspectrum=s=1280x720:color=intensity[v]" -map "[v]" -map 0:a -pix_fmt yuv420p $@

0 comments on commit 498dc92

Please sign in to comment.