]> granicus.if.org Git - handbrake/commit
Add WebM support (#1822)
authorJustin Bull <me@justinbull.ca>
Wed, 13 Feb 2019 14:52:48 +0000 (09:52 -0500)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Wed, 13 Feb 2019 14:52:48 +0000 (06:52 -0800)
commitd0e37ca0d75fbcef5bdf47aafe8543e262314ec5
treee2766be1f7734793f992bf4c1dbd4ede1b97e086
parent7cc7d562b6c67c875b684a48451910af37b3fda7
Add WebM support (#1822)

Note that since webm has no official subtitle support, only burned in subtitles can be used with this muxer at this time.
31 files changed:
gtk/src/callbacks.c
gtk/src/ghb.m4
gtk/src/hb-backend.c
gtk/src/main.c
libhb/common.c
libhb/common.h
libhb/decavcodec.c
libhb/internal.h
libhb/muxavformat.c
libhb/muxcommon.c
macosx/HBAudioTrack.m
macosx/HBJob+UIAdditions.m
macosx/HBPreviewGenerator.m
macosx/HBVideo.m
macosx/HandBrakeKit/de.lproj/Localizable.strings
win/CS/HandBrake.Interop/Interop/Model/Encoding/Container.cs
win/CS/HandBrakeWPF/Converters/Audio/AudioEncoderConverter.cs
win/CS/HandBrakeWPF/Converters/Video/VideoEncoderConverter.cs
win/CS/HandBrakeWPF/Helpers/AutoNameHelper.cs
win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
win/CS/HandBrakeWPF/Properties/Resources.resx
win/CS/HandBrakeWPF/Services/Encode/Model/Models/OutputFormat.cs
win/CS/HandBrakeWPF/ViewModels/AudioViewModel.cs
win/CS/HandBrakeWPF/ViewModels/Interfaces/ISubtitlesViewModel.cs
win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs
win/CS/HandBrakeWPF/ViewModels/StaticPreviewViewModel.cs
win/CS/HandBrakeWPF/ViewModels/SubtitlesViewModel.cs
win/CS/HandBrakeWPF/ViewModels/SummaryViewModel.cs
win/CS/HandBrakeWPF/ViewModels/VideoViewModel.cs
win/CS/HandBrakeWPF/Views/SubtitlesView.xaml
win/CS/HandBrakeWPF/Views/SummaryView.xaml