Skip to content
View Akczht's full-sized avatar

Block or report Akczht

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. FFmpeg Compilation macOS
    1
    Compiling FFmpeg with Build Options
    2
    
                  
    3
    This guide outlines the steps to compile FFmpeg with specific build options using the ./configure script.
    4
    
                  
    5
    Prerequisites
  2. Renames files in a directory using n...
    1
    import os
    2
    import pathlib
    3
    
                  
    4
    def 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.
  3. a script to convert all the folders ...
    1
    import os
    2
    import subprocess
    3
    
                  
    4
    def convert_folders_to_cbz(folder_path=os.getcwd()):
    5
        # Get all folders in the specified directory
  4. base dependencies for ntfs-3g
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    set -e
    4
    
                  
    5
    findcd() {
  5. A script to run ffmpeg on all the fi...
    1
    #!/bin/bash
    2
    set -e
    3
    
                  
    4
    # Set input and output file extensions and additional ffmpeg arguments here
    5
    input_ext="mkv"           # Input file extension (e.g., mp4, mkv) without the dot

7 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

April 2025

Created 1 repository
Loading