Todo update

This commit is contained in:
Robin E. R. Davies
2025-09-02 10:06:12 -04:00
parent faca1d1ea1
commit 3f45efa2a8
2 changed files with 14 additions and 1 deletions
@@ -216,7 +216,7 @@ Source: https://www.openair.hosted.york.ac.uk/?page_id=483
lv2:symbol "reverb_mix" ; lv2:symbol "reverb_mix" ;
lv2:name "Reverb"; lv2:name "Reverb";
lv2:default 0.0 ; lv2:default -3.0 ;
lv2:minimum -40.0 ; lv2:minimum -40.0 ;
lv2:maximum 40.0 ; lv2:maximum 40.0 ;
units:unit units:db ; units:unit units:db ;
+13
View File
@@ -1,3 +1,16 @@
ffmpeg -ss <start_time> -i input.mp4 -filter_complex "loop=loop=<num_loops>:size=<frame_count>:start=<start_frame>" output.mp4
-ss <start_time>: Seeks to the desired start point (e.g., 00:00:10 or 10).
loop=<num_loops>: Number of times to loop the segment (e.g., 3 for 4 total plays).
size=<frame_count>: The number of frames in the segment to loop.
start=<start_frame>: 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. Check ToOB Cab SIM F/R range.
Convert CRVB presets! Convert CRVB presets!