Follow

@thufie I think I used this 2pass encoding with ffmpeg. The camera being perfectly still (makeshift tripod) really helps cut down on bit rate without losing quality

```
ffmpeg -y -i 'VID_20230723_180912453.mp4' -c:v libx264 -preset slow -b:v 700k -c:a aac -b:a 96k -pass 1 -f null /dev/null && \
ffmpeg -y -i 'VID_20230723_180912453.mp4' -c:v libx264 -preset slow -b:v 700k -c:a aac -b:a 96k -pass 2 rain.mp4
```

Sign in to participate in the conversation
Pixietown

Small server part of the pixie.town infrastructure. Registration is closed.