Òâîé ñîôòîâûé ôîðóì > Software > SoftoRooM > *NIX-SOFT > *NIX-SOFT -> Âèäåî

HandBrake 1.7.0

,

Êà÷åñòâåííûé êîíâåðòîð DVD â MPEG-4

Äàòà ïóáëèêàöèè: 18.11.2023 - 16:49
scorpio
HandBrake


HandBrake - îòêðûòîå ìóëüòèïëàòôîðìåííîå ÏÎ, ïðåäíàçíà÷åííîå äëÿ êà÷åñòâåííîãî êîíâåðòèðîâàíèÿ DVD â MPEG-4. Ëþáîé DVD âèäåî ðåñóðñ ìîæåò áûòü ñâîáîäíî ïåðåêîíâåðòèðîâàí â ôîðìàò MP4, MKV, AVI èëè OGM. Ïðîãðàììà îáëàäàåò âñåìè íåîáõîäèìûìè ñðåäñòâàìè, èìåþùèìèñÿ â àðñåíàëå ïëàòíûõ àíàëîãîâ.

HandBrake is an open-source, GPL-licensed, multiplatform, multithreaded DVD to MPEG-4 converter, available for MacOS X, Linux and Windows.

Supported sources:

Any DVD-like source: VIDEO_TS folder, DVD image or real DVD (encrypted or unencrypted, but protection methods other than CSS are not supported and must be handled externally with third-party software), and some .VOB and .TS files
PAL or NTSC
AC-3, DTS, LPCM or MPEG audio tracks

Outputs:

File format: MP4, MKV, AVI or OGM
Video: MPEG-4 or H.264 (1 or 2 passes or constant quantizer/rate encoding)
Audio: AAC, MP3, Vorbis or AC-3 pass-through (supports encoding of several audio tracks)

Misc features:

Chapter selection
Basic subtitle support (burned into the picture)
Integrated bitrate calculator
Picture deinterlacing, cropping and scaling
Grayscale encoding

Credits

HandBrake uses a lot of (L)GPL librairies from the Linux world:

liba52 (AC3 decoding)
libavcodec (picture cropping, scaling and deinterlacing, MPEG-4 encoding)
libdvdcss (CSS decryption)
libdvdread (DVD navigation)
libfaac (AAC encoding)
libmp3lame (MP3 encoding)
libmp4v2 (MP4 muxing)
libmpeg2 (MPEG-2 decoding)
libogg (OGM muxing)
libsamplerate (audio resampling)
libvorbis (Vorbis encoding)
libx264 (H264 encoding)
libxvidcore (MPEG-4 encoding)

_______________
Language: English

License: FreeWare

Home: _http://handbrake.fr

Size: ~ 2.05 MB

Download:
http://daigertech.com....2_i386.tar.gz
scorpio
HandBrake 0.9.4

Changes between 0.9.3 and 0.9.4:
4
5 Core:
6
7 * New build system, allowing 64-bit binaries (around 10% faster)
8 * Soft subtitles and Closed Captions:
9 - DVD Closed Captions
10 - ATSC Closed Captions
11 - SRT subtitle import
12 - Text soft subtitles in MP4 and MKV output
13 - Bitmap soft subtitles in MKV output
14 * Better support for DVD inputs:
15 - Uses libdvdnav
16 - DVD angles support
17 - Workaround for libdvdread malloc bomb on invalid PGC entry
18 - DVD drive region detection support in Linux
19 - Handles DVD programs with more than 16 streams
20 - No longer tries to detect and discard duplicate titles when scanning
21 - Libdvdnav patched to perform read error recovery
22 - Libdvdread patched to allow raw device access in Windows
23 - Handles poorly mastered DVDs that had the menus ripped out of them
24 * Better support for non-DVD inputs:
25 - Preserves MP4 metadata
26 - TrueHD
27 - DTS-HD demuxing
28 - 8 bit audio
29 - Better handling of transport streams where audio starts first
30 - Better handling of transport streams that have been spliced together, leading to duplicate timestamps
31 - Better VC-1 frame detection
32 - Fixes bug that was causing one sec. of audio to be dropped on many ffmpeg files
33 - Looks harder for aspect ratio info from DV sources
34 - No longer truncates the last (dummy) chapter
35 - Allows specifying field parity for detelecine and decomb
36 * Better AV sync
37 * Support for sources with no audio
38 * DTS passthrough for MKV
39 * x264 bumped from r1169 to r1347, which means speed optimizations, new default settings (see r2742 commit comment), the magic of macroblock tree rate control (mbtree), a new CRF curve (meaning you will get different, generally lower bitrates at the same RF, with similar quality metrics), and weighted P-Frames (disabled by default for Baseline encodes and the AppleTV preset).
40 * Better sample interleaving
41 * Better, optional deinterlacer for decomb (EEDI2)
42 * New mode structure for the decomb filter
43 * Variable verbose logging levels
44 * Fixed timing for first two frames coming out of filters
45 * Libtheora bumped to 1.1.0
46 * Improvements to our theora implementation (2 pass encoding + soft target rate control)
47 * Caters to Theora's insistence on content having mod16 framing dimensions specified
48 * Flushes LAME encoder's final packets
49 * Fixed interjob framerate calculation
50 * Fixed pthreads regression in cygwin
51 * Tweaks for packaging tools
52 * Solaris 10 build support
53
54 All interfaces:
55
56 * Live video preview
57 * New subtitle tab
58 * New filters and picture settings inspector
59 * Custom anamorphic mode
60 * Updated Sparkle
61 * Custom number of preview images
62 * Quality slider now works off actual rate factor/quantizer values instead of percentages
63 * Partially updated advanced x264 tab
64 * New built-in presets
65 * Use libdvdnav by default on DVD sources
66 * Removed Constant QP encoding option for x264 (use CRF)
67 * Various bug fixes and UI tweaks
68 * x264 turbo 1st pass mode now uses subme=2 not subme=1
69
95 Linux:
96
97 * General UI improvements
98 * Inhibits sleep mode while encoding
99 * Single title scan
100 * Chapter duration display
101 * Notifications when encodes complete
102 * Tray minimization
103 * Full screen preview
104 * Preset import/export
105 * Preferred language control for audio dubs and subtitles
106 * Preferences rearrangement
107 * Preference to auto-apply .m4v extension
108 * New system tray icon behavior
109 * Preference for what to do when encode completes
110 * Preference for how often to delete activity logs
111 * Preference to disable automatic scanning
112 * New Gnome session manager support
113 * Improved "auto" audio selection
114 * Use .m4v as the default extension for the MPEG-4 container
115 * Use .m4v when soft subs are enabled
116 * Alternate angle encoding fix
117 * Only strips drive letters for Windows builds
118 * Show correct audio format info when it's been sanitized for incompatibilities
119 * Preserve chapter list modifications made to queued jobs
120 * Fixed error when navigating chapter titles with the keyboard
121 * Bug Fixes.


_______________
Size: ~ 1.7 MB

Download:
Óðñó
HandBrake 0.9.5

Ðàçìåð: 2,49 ÌÁ.
Ñêà÷àòü:
Óðñó
HandBrake 0.9.6

» Íàæìèòå, äëÿ îòêðûòèÿ ñïîéëåðà | Press to open the spoiler «

Ðàçìåð: 3,08 ÌÁ.
Ñêà÷àòü:
dimusik
HandBrake 1.4.1

PRYANIK
HandBrake 1.4.2

PRYANIK
HandBrake 1.5.0

PRYANIK
ver. 1.6.0

dimusik
HandBrake 1.6.1

dimusik
HandBrake 1.7.0



Äëÿ ïðîñìîòðà ïîëíîé âåðñèè ýòîé ñòðàíèöû, ïîæàëóéñòà, ïðîéäèòå ïî ññûëêå: HandBrake 1.7.0
SoftoRooM © 2004-2024