Giter VIP home page Giter VIP logo

ahk.ffmpg's Introduction

Headless Filmmaking

Tools to work with video/audio using headless tools like ffmpeg. These all work, but far from robust.

Most ffmpeg snippets in \cookbooks

IN DEVELOPMENT! Using ffmpeg builds from Gyan.dev (I want latest HVENC (GPU) libraries)

You need AutoHotKey installed for these scripts to work.

INSTRUCTIONS. First, you must have ffmpeg installed on your Windows PC and it must be findable through the Windows environment path (or you'll have to hard code where you have it in the code). Next, put all these files in a folder. For the Webcam capture, you'll want to press the button "Load Available Capture Devices". From the list, pick the webcam and microphone devices you want to use. Then press "Save My Capture Devices". They should load every time you launch the GUI (unless you change them)

Quick video trim tool for videos (updated 3/1/2024)

I don't know why I can't find a solution that works the way I want it to. Any ideas? Anyway, this does exactly what I want. (there's also a PYTHON version I recently created using Co-Pilot)

  1. Ability to select a section of a video and save it to another video with the name I give to it (the clip)

  2. Ability to quickly scrub back and forth in the video. I accomplish this by having it create a proxy first. the proxy plays in the MPV player, but when it creates the clip, uses the original video file.

  3. Ability to change ffmpeg parameters to anything I want. AHK scripts are text files, so easy-peasy.

NOTE: You need a Lua script "copyTime.lua" for it to get the in and out points through the clipboard.

o. Fast conversion of media files

GUI_ffmpeg_quick_convert

o. Capture a portion of the screen and use some tricks to make it a transparent webm video that can be used as graphics later on.

o. Webcam capture using some cool techniques from FFMPEG GUY.

GUI_webcam

Big thanks for inspiration from FFMPEG GUY. @maclev on the AHK forum solved a very difficult problem I came up against in the ffmpeg webcam capture script.

ahk.ffmpg's People

Contributors

maxrottersman avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.