Martin Sekera
ffd18a9757
over-video 2.0: presets, sane defaults, legible output...
2021-08-24 09:16:20 +02:00
Martin Sekera
a1e1f3ce79
default to AV1 encoding using rav1e
2021-04-03 11:58:22 +02:00
Martin Sekera
5056618949
fix: doing an expensive normalization pre-pass despite --audio copy
2021-03-14 18:32:43 +01:00
Martin Sekera
37b4d2d34d
add --chapters
2021-02-19 01:54:11 +01:00
Martin Sekera
9b2477a39b
add --force-5718
2019-07-15 00:51:32 +02:00
Martin Sekera
aa907484ec
- add --audio aac
...
- don't crash when channel_layout is missing
- handle progressbar fault on zero filesize (WIP)
2019-04-01 00:14:31 +02:00
Martin Sekera
59d61e5f3e
add AV1 support (although it's so slow it has no practical use)
2019-03-19 16:35:01 +01:00
Martin Sekera
e94c3d166f
fixed progressbar crashing on non-video media
2019-03-18 07:04:47 +01:00
Martin Sekera
2929725416
honor --ffmpeg-map even during normalization
2019-03-15 08:39:36 +01:00
Martin Sekera
b4621d0044
fix normalization to conform to EBU R128
2019-03-10 16:30:17 +01:00
Martinez
ddb5f38d75
fix crash on audio-less files
2018-10-11 00:00:31 +02:00
Martinez
4f9cac78c5
improved opus stream remapping (bug #5718 )
2018-08-18 23:14:47 +02:00
Martinez
41f94f724b
- add mp3 output
...
- explicitly map 5.1 audio with opus
2018-08-18 22:21:56 +02:00
Martinez
abe3b37f03
- added --output
...
- doc updates
2018-05-08 09:41:31 +02:00
Martinez
da0d60eecf
- removed Theora support
...
- removed --context
- added Opus support (now default)
- added VP9 support (now default)
- added WebM support
2018-05-07 01:21:48 +02:00
Martinez
fa9b3fe790
fixes a collision in install.sh
2017-10-10 11:03:56 +02:00
Martinez
f1b7600d4e
ui fix
2017-08-20 18:55:32 +02:00
Martinez
f092e852da
rewrote normalization to use loudnorm in order to avoid clipping
2017-08-20 16:16:27 +02:00
Martinez
d12eb050a7
fixes an issue with volume autodetection that caused clipping with some source masters
2017-08-17 23:11:27 +02:00
Martinez
9437d387ec
fix buffer overflow on some input files
2017-07-25 02:01:13 +02:00
Martinez
b8ae8b0de7
minor cleanup
2017-04-14 22:23:58 +02:00
Martinez
7326f5be69
add --fps
2016-08-08 00:21:28 +02:00
Martinez
aa564e5eee
add --cut
2016-08-07 23:05:58 +02:00
Martinez
de12887956
un-PEP8'd to look more C friendly
2016-05-18 13:07:05 +02:00
Martinez
963a6799da
ported to over-2.0
2016-05-18 12:59:13 +02:00
Martinez
de2178c4f9
add yuv422p to banned x264 pixfmts
2016-05-18 11:09:24 +02:00
Martinez
ef52a3ea72
add --normalize-override to --context blacklist
2016-03-20 12:31:48 +01:00
Martinez
86965b90cd
add --ffmpeg-map, an interface to ffmpeg's -map
2016-03-18 00:02:41 +01:00
Martinez
7714a8590a
--context: ignore some options (like --armed)
2016-03-16 11:47:17 +01:00
Martinez
55646352ec
Merge remote-tracking branch 'refs/remotes/origin/master'
2016-03-16 11:31:17 +01:00
Martinez
9fd271351f
minor fixes
2016-03-16 11:30:40 +01:00
Martinez
590c8ad280
add --context (per-directory encoding config)
2016-03-16 11:29:31 +01:00
Martinez
d2bc68885e
change to over.core.text.ProgressBar2
...
change bytes to octets
2016-02-21 13:16:18 +01:00
Martinez
09483b6c7c
add support for files with no video (i.e. audio files)
...
fix stream selection (now in line with ffmpeg's logic)
enlarge progress bars :-)
2015-12-26 20:41:51 +01:00
Martinez
5de735234d
add x265 support
...
add --video-preset, an interface to x264 and x265 presets
add --probe, an interface to ffprobe
minor fixes
2015-12-24 16:43:57 +01:00
Martinez
08ee80454c
handle incompatible pixel formats
2015-11-08 16:29:10 +01:00
Martinez
5ffb173513
fix interpreter path
...
update to current over
2015-06-09 20:58:30 +02:00
Martinez
fd46dc9590
added color to TWO letters!
2015-02-18 16:48:12 +01:00
Martinez
f62209ca0c
added color to one number ... :]
2015-02-18 16:46:46 +01:00
Overwatch
c21aac3186
minor documentation fix
2014-11-29 20:04:19 +01:00
Overwatch
f418f28acf
Removed aux.Command and friends. Functionality provided by over.core.cmd.
2014-09-17 18:09:54 +02:00
Overwatch
3103e577ad
- don't normalize if there's no audio in the source file
2014-09-08 22:33:02 +02:00
Overwatch
9d72d2156c
fixed crash when reading a file with no audio track
2014-09-01 22:58:31 +02:00
Overwatch
2f1c4efb97
don't do a normalize pre-pass if --audio drop
2014-09-01 22:17:25 +02:00
Overwatch
ae91419b5f
- dropping subtitles from processed files (unconditionally for now)
2014-08-31 20:48:56 +02:00
Overwatch
ae18e7a6ef
added --normalize-override: Volume correction to use instead of computing the required value in a (lengthy) pre-pass.
2014-08-29 11:25:53 +02:00
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