Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for automatically merging encode segments via helper script #219

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Apr 19, 2019

  1. Configuration menu
    Copy the full SHA
    9c9d280 View commit details
    Browse the repository at this point in the history
  2. Make the comment actually document this.

    Instead of just leaving the copy-pasted one intact 🤦‍♂️
    nlburgin authored Apr 19, 2019
    Configuration menu
    Copy the full SHA
    4d9f1c4 View commit details
    Browse the repository at this point in the history
  3. ffmpeg has a built-in option for this

    No need to pipe `yes` to overwrite without prompting.
    nlburgin authored Apr 19, 2019
    Configuration menu
    Copy the full SHA
    2cdffcb View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2019

  1. Configuration menu
    Copy the full SHA
    4c4a22a View commit details
    Browse the repository at this point in the history
  2. minor cleanup

    nlburgin committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    5c9ca28 View commit details
    Browse the repository at this point in the history
  3. Wasn't thinking about it earlier, but I guess every source file in th…

    …e project is supposed to have a copy of this at the top.
    nlburgin committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    3c523cd View commit details
    Browse the repository at this point in the history
  4. Include stdlib.h

    It worked even though I forgot this, so I assume it was already getting included by one of the other headers. Still, I think it's good practice to explicitly include the correct headers.
    nlburgin authored Apr 20, 2019
    Configuration menu
    Copy the full SHA
    7317a2f View commit details
    Browse the repository at this point in the history
  5. Simplify/cleanup script

    nlburgin authored Apr 20, 2019
    Configuration menu
    Copy the full SHA
    6ee15a5 View commit details
    Browse the repository at this point in the history