| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Fixes minor issues with the 3.0.0 release.
|
|
|
|
| |
Various improvements and GCC 7.1.0.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
There is persistent confusion about how to configure audio and subtitle
selection behavior. Hopefully this will help steer people in the right
direction.
|
|
|
|
|
|
|
|
| |
Allow disabling and setting disk warning limit in preferences.
When enabled checks disk fullness every 10 seconds during encoding.
If disk full condition is detected, pauses the encode and gives
a popup with options "Resume, I've fixed the problem", "Resume, Don't
tell me again", and "Cancel Current and Stop".
|
| |
|
|
|
|
| |
Fixes https://github.com/HandBrake/HandBrake/issues/717
|
|
|
|
| |
happens if there is a saved job with an external encoder (x264 10bit for example), and the external lib is no longer available.
|
|
|
|
|
|
|
|
|
|
| |
Fixes https://github.com/HandBrake/HandBrake/issues/685
For some stream types, libav does not seek all streams within the file
to the same position. So we get data from streams that is prior to the
desired preview start position leaking through. The result, for example,
is a preview that has audio that starts from the beginning of the file
and video that starts much later at the desired start pos.
|
|
|
|
| |
add titles sheet. Titles will be sorted like in Finder.
|
|
|
|
| |
element.
|
|
|
|
|
|
|
|
| |
software.
Production Max and Production Standard are high bit rate, short GOP (I/P), constant frame rate presets suitable for use as intermediate formats for video editing.
Production Proxy 1080p and Production Proxy 540p are high bit rate, Intra-only (I), constant frame rate presets suitable for use as low resolution proxy formats for video editing. The Proxy presets correspond to one-quarter (1/4) 2160p 4K Ultra HD and one-quarter (1/4) 1080p Full HD resolutions, respectively.
|
|
|
|
|
|
|
|
| |
Using Vimeo and YouTube compression guides for reference:
https://vimeo.com/help/compression
https://support.google.com/youtube/answer/1722171
Test videos visually inspected following recompression by these services.
|
|
|
|
| |
don't support MP4 Edit Lists. #778
|
|
|
|
| |
source selection to make the feature more prominent. Also decrease the transparency a bit to make the inactive backbround darker.
|
| |
|
| |
|
|
|
|
| |
*sniff*
|
| |
|
| |
|
| |
|
|
|
|
|
| |
It was disabling burn for other non-FAS tracks. Not the behavior I
wanted.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Fixes https://github.com/HandBrake/HandBrake/issues/673
If the end point is near the end of file and one of the streams reaches
eof before the end point is detected, the eof buffer for that stream was
not sent. Flush all streams when end point is reached.
|
| |
|
| |
|
| |
|
|
|
|
| |
don't support MP4 Edit Lists. #778
|
| |
|
|
|
| |
This provides compatibility with apple software
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This adds a preset key AlignAVStart that enables this work-around. When
enabled, blank frames are inserted or frames are dropped to force
alignment of the initial timestamp of every audio and video stream.
Aligning the start times minimizes the impact of broken edit list
support in players.
Closes #763.
Squashed:
sync: improve alignment when passthru audio is present
presets: enable AlignAVStart for General and Gmail presets
LinGui: Improve AlignAVStart tooltip
sync: avoid inserting a black frame < nominal frame duration
sync: fix start alignment when doing p-to-p encoding
sync: add comments
|
|
|
|
| |
Closes #742 and closes #767.
|
|
|
|
| |
Closes #761 and closes #766.
|
| |
|
|
|
|
|
|
| |
Make widget geometry changes that allow the window to be sized smaller.
Minimum size with Fedora's default Adwaita theme is 1080x698. Other
themes will vary in size.
|
|
|
|
| |
I forgot to run rebuild script for the presets list
|
|
|
|
| |
It was only used for scaling, it fails far too often and is only
faster on a limited selectoin of hardware.
|
| |
|
| |
|
|
|
|
| |
preview image color spaces on 10.11 and newer.
|
|
|
|
|
|
|
|
|
|
|
| |
* Allow audio fallback to be "None"
When audio fallback is "None", a failure to do passthru will result in
no output audio track being added.
* simplify audio autopassthru fallback logic
Drop track when fallback codec is invalid instead of falling back to a
default. Since all presets have a fallback set, the default fallback
condition would only ever be triggered by an invalid setting.
|
| |
|
|
|
|
| |
Fixes https://github.com/HandBrake/HandBrake/issues/779
|
|
|
|
| |
user alters the resolution settings. Fixes #715
|
| |
|
|
|
|
| |
seconds. In some select cases it's overridden to 20. Seems like a more reasonable compromise vs being too short and requiring too many attempts to hover over controls. Fixes #718
|
| |
|