@MagicLike here
tammeow@cute-spellcasting-ideas.eu
@tammeow@cute-spellcasting-ideas.eu
Posts
-
Okay just for fun, I built an ffmpeg command to encode video for my Sony Walkman (no it is an MP3/4 player from around 2009). -
Okay just for fun, I built an ffmpeg command to encode video for my Sony Walkman (no it is an MP3/4 player from around 2009).Okay just for fun, I built an ffmpeg command to encode video for my Sony Walkman (no it is an MP3/4 player from around 2009).
What should I convert with it for it?ffmpeg \ -i in.mp4 -map 0:v:0 -map 0:a:0 \ -c:v libx264 -maxrate:v 10m -profile baseline -level 3 -fpsmax 30 \ -vf scale=320x240:force_original_aspect_ratio=decrease:flags=bicubic \ -preset slower -crf 18 \ -c:a libfdk_aac -vbr 4 -profile:a aac_low -ac 2 -af aresample=osr=44100:resampler=swr:filter_type=kaiser \ out.mp4