Skip to content

Commit

Permalink
Update presets.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eibol committed Dec 15, 2023
1 parent 0876bab commit 4acd5d1
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 @@ -8,7 +8,7 @@ the use of variables like %1 or %fn). Due to table formatting, if a preset fails
| Description | Pre-Input | Parameters |Format|
| --------------------- | ---------------- | ------------------------------------ | ------ |
| Convert video to rgb uncompressed avi (huge file) | | -c:v rawvideo -pix_fmt rgb24 | avi |
| Generate keyframes report to txt file | -skip_frame nokey -an -sn -dn | -fps_mode:0 passthrough -frame_pts 1 -vstats -vstats_file C:\Reports\stats.txt -f null - | nul|
| Generate keyframes report to txt file | -hwaccel auto -skip_frame nokey -an -sn -dn | -fps_mode passthrough -frame_pts 1 -vstats -vstats_file C:\Reports\stats.txt -f null - | nul|
| H265 one or two pass encoding usually 1 GB with good quality, with AAC audio | | -map 0 -c:v libx265 -preset medium -profile:v main10 -b:v 2000K -x265-params "min-keyint=23;keyint=250;bframes=8;b-adapt=2;b-pyramid;bframe-bias=0;rc-lookahead=80;lookahead-slices=4;scenecut=40" -pix_fmt yuv420p10le -c:a aac -b:a 128K | mkv |
| Convert vertical video with black sides, to video 16/9 with blurred background sides 720p | |-c:v libx264 -crf 21 -vf "split[original][copy];[copy]scale=ih*16/9:-1,crop=h=iw*9/16,gblur=sigma=20[blurred];[blurred][original]overlay=(main_w-overlay_w)/2:(main_h-overlay_h)/2,scale=-2:720" -c:a copy| mp4 |
| Convert vertical video with black sides, to video 16/9 with blurred background sides 1080p| |-c:v libx264 -crf 21 -vf "split[original][copy];[copy]scale=ih*16/9:-1,crop=h=iw*9/16,gblur=sigma=20[blurred];[blurred][original]overlay=(main_w-overlay_w)/2:(main_h-overlay_h)/2,scale=-2:1080" -c:a copy| mp4 |
Expand Down

0 comments on commit 4acd5d1

Please sign in to comment.