1
0
Files
avidemux_shaders/README.md

64 lines
1.7 KiB
Markdown
Raw Normal View History

# Avidemux Shaders
2025-06-07 10:34:37 +02:00
Shaders for Avidemux with OpenGL support
2025-07-31 04:43:45 +02:00
## GoPro fisheye removal
2025-07-29 05:18:05 +02:00
![Sample image](https://blog.rozk.net/wp-content/uploads/2025/07/compare.png)
2025-07-31 04:43:45 +02:00
### gopro_8:7 - Fisheye removal for GoPro 11+, 8:7 ratio, 60fps, HyperSmooth off
- unfish_gopro_8:7.glsl
Shader for fisheye removal
2025-07-29 05:18:05 +02:00
- preset_gopro_8:7_4K_youtube.py
Preset for mp4, 4K, high bitrate
2025-06-20 05:15:51 +02:00
- preset_gopro_8:7_4K_2160p.py
Preset for mp4, 4K, constant bitrate
- preset_gopro_8:7_FullHD_1080p.py
Preset for mp4, FullHD, constant bitrate
- preset_gopro_8:7_HD_720p.py
Preset for mp4, HD, constant bitrate
- compute_gopro_8:7.py
Script to compute output FOV and frame widening
2025-07-31 04:43:45 +02:00
### gopro_4:3_maxlens - Fisheye removal for GoPro 11+, 4:3 ratio, Max SuperView, 60fps, HyperSmooth off
- unfish_gopro_4:3_maxlens.glsl
Shader for fisheye removal
- preset_gopro_4:3_maxlens_4K_youtube.py
Preset for mp4, 4K, high bitrate
- preset_gopro_4:3_maxlens_4K_2160p.py
Preset for mp4, 4K, constant bitrate
- preset_gopro_4:3_maxlens_FullHD_1080p.py
Preset for mp4, FullHD, constant bitrate
- preset_gopro_4:3_maxlens_HD_720p.py
Preset for mp4, HD, constant bitrate
- compute_gopro_4:3_maxlens.py
Script to compute output FOV and frame widening
### Installation for BSD/GNU-Linux systems:
2025-07-29 05:18:05 +02:00
2025-06-20 05:15:51 +02:00
- Copy the presets to ~/.avidemux6/custom/
- Copy the shader to /opt/rk/avidemux/ (or edit the preset to set the path)
2025-07-31 04:43:45 +02:00
Or just run the scripts install_gopro_8:7.sh and/or install_gopro_4:3_maxlens.sh
2025-07-29 05:18:05 +02:00
2025-07-31 04:43:45 +02:00
_For commercial OS's, figure out the paths yourself, then edit the presets to fix the path to the .glsl files_
2025-07-29 05:18:05 +02:00
### Usage:
2025-07-29 05:18:05 +02:00
2025-06-20 05:38:42 +02:00
- Load and edit video(s)
2025-07-31 04:43:45 +02:00
- Select "Custom/preset_gopro..." in the menu
2025-06-20 05:38:42 +02:00
- Add filters
- Save the video