Pinned Loading
-
FFmpeg Compilation macOS
FFmpeg Compilation macOS 1Compiling FFmpeg with Build Options
23This guide outlines the steps to compile FFmpeg with specific build options using the ./configure script.
45Prerequisites
-
Renames files in a directory using n...
Renames files in a directory using names from a text file. 1import os
2import pathlib
34def rename_files(directory, names_file, add_numbers=False, keep_extension=True):
5"""Renames files in a directory using names from a text file, sorting files by name, optionally adding numbers with leading zeros, and optionally keeping extensions.
-
a script to convert all the folders ...
a script to convert all the folders in a directory to CBZ files using 7-zip 1import os
2import subprocess
34def convert_folders_to_cbz(folder_path=os.getcwd()):
5# Get all folders in the specified directory
-
base dependencies for ntfs-3g
base dependencies for ntfs-3g 1#!/usr/bin/env bash
23set -e
45findcd() {
-
A script to run ffmpeg on all the fi...
A script to run ffmpeg on all the files in a folder and remux videos also you can add other files in the sec folder 1#!/bin/bash
2set -e
34# Set input and output file extensions and additional ffmpeg arguments here
5input_ext="mkv" # Input file extension (e.g., mp4, mkv) without the dot
7 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More