From 3f45efa2a84627067522a1d5d2635ab94e1663a4 Mon Sep 17 00:00:00 2001 From: "Robin E. R. Davies" Date: Tue, 2 Sep 2025 10:06:12 -0400 Subject: [PATCH] Todo update --- lv2/aarch64/ToobAmp.lv2/ConvolutionReverb.ttl | 2 +- todo.txt | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/lv2/aarch64/ToobAmp.lv2/ConvolutionReverb.ttl b/lv2/aarch64/ToobAmp.lv2/ConvolutionReverb.ttl index 595788e..d88ae91 100644 --- a/lv2/aarch64/ToobAmp.lv2/ConvolutionReverb.ttl +++ b/lv2/aarch64/ToobAmp.lv2/ConvolutionReverb.ttl @@ -216,7 +216,7 @@ Source: https://www.openair.hosted.york.ac.uk/?page_id=483 lv2:symbol "reverb_mix" ; lv2:name "Reverb"; - lv2:default 0.0 ; + lv2:default -3.0 ; lv2:minimum -40.0 ; lv2:maximum 40.0 ; units:unit units:db ; diff --git a/todo.txt b/todo.txt index 4ed9691..b3ca870 100644 --- a/todo.txt +++ b/todo.txt @@ -1,3 +1,16 @@ + +ffmpeg -ss -i input.mp4 -filter_complex "loop=loop=:size=:start=" output.mp4 +-ss : Seeks to the desired start point (e.g., 00:00:10 or 10). +loop=: Number of times to loop the segment (e.g., 3 for 4 total plays). +size=: The number of frames in the segment to loop. +start=: The starting frame of the segment to loop within the input. +Note: This method requires re-encoding, as filters are applied. +3. Looping a single image: +To loop a single image for a specific duration, use the -loop option with the image demuxer: +Code + + +Use ffmpeg Check ToOB Cab SIM F/R range. Convert CRVB presets!