业余语言练习 – Page 10 – 语言练习,语言学习,语言使用

ffmpeg-绘制音频波形

#ffmpeg -i 雪山飞狐之塞北宝藏.mp3 -filter_complex “showwavespic=s=640×120” -frames:v 1 雪山飞狐之塞北宝藏output.png ffmpeg -i 线人.mp3 -filter_complex “showwavespic=s=640×240:split_channels=1” -frames:v 1 线人output.png -y

Published
Categorized as ffmpeg

ffmpeg-xrandr

root135@root135:~/Documents$ xrandr Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384 LVDS-1 connected (normal left inverted right x axis y axis) 1366×768 60.00 + 1360×768 59.80 59.96 1280×720 60.00 59.99 59.86 59.74 1024×768 60.04 60.00 960×720 60.00 928×696 60.05 896×672 60.01 1024×576 59.95 59.96 59.90 59.82 960×600 59.93 60.00 960×540… Continue reading ffmpeg-xrandr

Published
Categorized as ffmpeg

ffmpeg-xfade-rectcrop

ffmpeg -i fuzhous.mp4 -i seas.mp4 -filter_complex “[0:v]fps=25[v0];[1:v]fps=25[v1];[v0][v1]xfade=transition=rectcrop:duration=2:offset=3,format=yuv420p” ff_xfade_rectcrop.mp4

Published
Categorized as ffmpeg

ffmpeg-webpic

ffmpeg -f x11grab -video_size 1132×791 -r 1 -t 00:00:10 -i :0.0+2,289 -f image2 %d_window.jpg

Published
Categorized as ffmpeg

ffmpeg-volume

ffmpeg -i test.mp3 -af volume=0.5 ff_volume.mp3

Published
Categorized as ffmpeg