mirror of
https://gitlab.com/EternalWanderer/voidcruiser.nl
synced 2024-11-28 20:03:50 +01:00
Differnet pixel format to make normal devices happy
This commit is contained in:
parent
161caa3c4d
commit
d81d504ab0
|
@ -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/)
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue