Commit Graph

14 Commits (f7047160a16268828c592dede173cc299f07081a)

Author SHA1 Message Date
Mikael Finstad f7047160a1
workaround ffmpeg dv bug
closes #1450
3 years ago
Mikael Finstad c5b3885c80
add some hevc support checking
#88 #1375 #1407
3 years ago
Mikael Finstad 563f4a27c1 enable native h265/hevc support #88 3 years ago
Mikael Finstad b319fce589
don't copy dvb_teletext by default
fixes #1343
3 years ago
Mikael Finstad 3f9f731d42
add DV to auto-html5ify 3 years ago
Mikael Finstad 1849679448
refactor/reuse 3 years ago
Mikael Finstad 11e1f81726
implement smart cut #126
also improve concat ffmpeg command logging - closes #954
4 years ago
Mikael Finstad 7c28d66025
specify copy per stream mapping
that way we can avoid warnings like:
Multiple -c, -codec, -acodec, -vcodec, -scodec or -dcodec options specified for stream X, only the last option will be used.
4 years ago
Mikael Finstad dfb0a5cb76
losslessly convert pcm_bluray to pcm_s24le
for non-mpegts output formats

fixes #476
fixes #895
4 years ago
Mikael Finstad 3f91f70e7f
fix missing codecs 4 years ago
Mikael Finstad 55f2eb83ca
default to mov when pcm audio
fixes #947 #163 #367 #948
4 years ago
Mikael Finstad d4cf3aac23
auto-convert mov_text to srt
when trying to put it in matroska
webm too (webvtt)
closes #418
4 years ago
Mikael Finstad 392962729a
stream improvements
- manually copy disposition when concat (ffmpeg doesnt automatically)
- auto-convert any subtitle to mov_text when output is mp4 #418
4 years ago
Mikael Finstad 01c9ebd1c7
allow overriding per-stream options
means we can no longer use ffmpeg's default mapping
for mp4/mov, use vtag hvc1 instead of the default unsupported hev1
fixes #1032
4 years ago