Skip to content

Commit

Permalink
add tmix
Browse files Browse the repository at this point in the history
  • Loading branch information
couleurm committed Jul 8, 2024
1 parent f0a6637 commit b4f90b6
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
37 changes: 37 additions & 0 deletions docs/video/ffmpeg/tmix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
icon: fontawesome/solid/blender
---

# Tmix

This simple batchfile is a wrapper the [ffmpeg tmix video filter](https://ffmpeg.org/ffmpeg-filters.html#tmix).


It can be useful to quickly convert high fps footage into lower fps with [frame blending](../smoothie/recipe.md#frame-blending).

You may want to do this because it makes smaller files and can be played with less lag in video editors, infact the default encoding arguments is libx264 with fastdecode tuning, which allows for even less preview lag in e.g. VEGAS Pro.

It can save considerable amounts of render times if you are editing a large project and exporting it multiple times because you're not wasting time on the frame blending.

## Download

On that page, click on the :octicons-download-16: "download raw file" button on the right:

<https://github.com/couleur-tweak-tips/utils/blob/main/Miscellaneous/tmix.bat>

## Usage

Drag and drop videos on the batch file or drop it in [Send To](../sendto.md)

## A faster alternative

The equivalent in [smoothie](../smoothie/index.md) would be to configure it like so:

```ini
[frame blending]
enabled: yes
fps: 60
intensity: 1.0
weighting: equal
bright blend: no
```
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ nav:
- FFmpeg scripts:
- video/ffmpeg/index.md
- Upscaling: video/ffmpeg/upscaling.md
- Tmix: video/ffmpeg/tmix.md

- Video cutters:
- video/cutters/index.md
Expand Down

0 comments on commit b4f90b6

Please sign in to comment.