Differnet pixel format to make normal devices happy

This commit is contained in:
Nox Sluijtman 2024-09-27 10:40:02 +02:00
parent 161caa3c4d
commit d81d504ab0
Signed by: Egg
SSH key fingerprint: SHA256:2sG9X3C7Xvq2svGumz1/k7cm8l4G9+qAtAeugqB4J9M
2 changed files with 1 additions and 1 deletions

View file

@ -49,7 +49,7 @@ ffmpeg -ss 00:01:17 -i big_buck_bunny_720p_h264.mov -to 00:00:11.75 rabbit_origi
{{< end-details >}}
```sh
ffmpeg -ss 00:01:17 -i big_buck_bunny_720p_h264.mov -vf 'frei0r=filter_name=glitch0r:filter_params=0.05|0.8|.02|1,rgbashift=rh=6:bh=-4,interlace=scan=tff:lowpass=complex' -to 00:00:11.75 rabbit_mangled.mp4
ffmpeg -ss 00:01:17 -i big_buck_bunny_720p_h264.mov -vf 'frei0r=filter_name=glitch0r:filter_params=0.05|0.8|.02|1,rgbashift=rh=6:bh=-4,interlace=scan=tff:lowpass=complex,format=yuva420p' -to 00:00:11.75 rabbit_mangled.mp4
```
The full original video can be found on [the Big Buck Bunny website](https://peach.blender.org/)