Commit graph

14 commits

Author SHA1 Message Date
Overwatch
3fff52fedc - Command.dump can now output commands pastable into sh
- Command no longer leaves zombies everywhere and exports process return codes
- fixed --audio copy/--video copy - it actually copies streams now
- files with a colon in their names can be processed now
- files with multiple audio streams are sort of handled
- halt when ffmpeg returns an error
2014-08-28 23:33:58 +02:00
Overwatch
93777058bd display command before encoding 2014-08-27 21:53:54 +02:00
Overwatch
60cb65998c Rewrite using a modular command assembler; new features include:
- "extract audio" workflow: video -> wav|ogg
 - majorly cleaned up code
 - both --audio and --video codec options now accept "copy" and "drop"
 - dropped ogv support
2014-08-27 21:19:41 +02:00
Overwatch
4f2d42e74a added automatic version stamping 2014-08-20 11:30:03 +02:00
Overwatch
0fb3276b9f - implemented --ffmpeg-vfilter: Raw ffmpeg -filter:v options, e.g. "scale=1280:-1"
- bugfixes
2014-08-19 10:34:49 +02:00
Overwatch
691244db41 - implemented --move-source: Move source file to this directory after conversion.
- bugfixes
- changed the x264 container from mp4 to mkv (through ffmpeg, no external dependency was added)
2014-08-18 21:58:31 +02:00
Overwatch
5d1dd9f0a6 bugfix 2014-08-17 21:58:14 +02:00
Overwatch
f6e9a8f9c7 changed all "s to 's and fixed a bug caused by this O:-) 2014-08-17 21:55:14 +02:00
Overwatch
4d6a8f9bd0 new warning when no files are specified 2014-08-17 21:53:07 +02:00
Overwatch
7eb29f6fe6 finished: conversion to x264, audio extraction to wav, normalization and reporting has been tested, theora is assumed to work 2014-08-17 21:00:31 +02:00
Overwatch
b165bb628d finished aux.Command, working volume detection pre-pass 2014-08-15 16:57:04 +02:00
Overwatch
5c3df8f2fc normalization pre-pass almost done, ffmpeg output reading lacking proper termination 2014-08-14 23:10:04 +02:00
Overwatch
3243f46772 over.core.app configured, beginning main loop 2014-08-14 11:05:26 +02:00
Overwatch
a5c1b81a3a initial commit 2014-08-13 16:27:47 +02:00