Skip to content

Commit

Permalink
Update presets.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eibol committed Aug 24, 2023
1 parent 5cea96b commit 1fdcfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presets.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ the use of variables like %1 or %fn). Due to table formatting, if a preset fails
| Watermark resized at bottom left corner (replace Test.png, tweak parameters) | | -i "C:\\Users\\Test\\Videos\\Test.png" -c:v libx264 -crf 23 -preset ultrafast -filter_complex "[1:v]scale=150:-2[v1];[0:v][v1]overlay=10:main_h-overlay_h-10[outv]" -map "[outv]" -c:a copy | mp4 |
| Watermark resized at bottom right corner (replace Test.png, tweak parameters) | | -i "C:\\Users\\Test\\Videos\\Test.png" -c:v libx264 -crf 23 -preset ultrafast -filter_complex "[1:v]scale=150:-2[v1];[0:v][v1]overlay=x=(main_w-overlay_w)-20:y=(main_h-overlay_h)-20[outv]" -map "[outv]" -c:a copy -c:a copy | mp4 |
| Trailer from input video, 1 second sequence every 13 seconds, 13 seconds lenght using 13 first 1 second fragments) | | -vf select='lt(mod(t,13),1)',setpts=N/FRAME_RATE/TB -af aselect='lt(mod(t,13),1)',asetpts=N/SR/TB -c:v libx264 -preset fast -crf 23 -c:a aac -ab 128K -t 13 | mp4 |
| Trailer from input video, 1 second sequence every 13 seconds, using 13 seconds fragments thoughout the entire video lenght) | | -vf select='lt(mod(t,%fdur/13),1)',setpts=N/FRAME_RATE/TB -af aselect='lt(mod(t,%fdur/13),1)',asetpts=N/SR/TB -c:v libx264 -preset ultrafast -crf 23 -c:a aac -ab 128K | mp4 |
| Trailer from input video, 1 second sequence every 13 seconds, using 13 seconds fragments thoughout the entire video lenght) | | -vf select='lt(mod(t,%fdur/13),1)',setpts=N/FRAME_RATE/TB -af aselect='lt(mod(t,%fdur/13),1)',asetpts=N/SR/TB -c:v libx264 -preset ultrafast -crf 23 -c:a aac -ab 128K -t 13 | mp4 |

0 comments on commit 1fdcfcf

Please sign in to comment.