|
|
|
|
|
by minicoz
805 days ago
|
|
Great looking product, if anyone wants to do the same stuff for free on windows (except image resizing) I use FFMPEGBatchAVConverter https://ffmpeg-batch.sourceforge.io/ Batch FFMPEG conversion (I usually go from h264 to HEVC with my NVIDIA GPU 3060Ti) > ffmpeg -i file.mp4 -c:v hevc_nvenc -rc vbr -cq 24 -qmin 24 -qmax 24 -profile:v main10 -pix_fmt p010le -b:v 0K -c:a aac -map 0 and LosslessCut https://github.com/mifi/lossless-cut
for ffmpeg cutting and splicing p0rn scenes. |
|