View Full Version : THandBrake 1.2 - Batch GUI for Handbrake
Update:
--0.9.0
-Added: Portable version
-Fixed: Two pass progress was wrong
-Fixed: High10, High444 and High422 profiles are removed (thx to duplakappa)
-Updated: HandBrake to svn5627
duplakappa
2nd July 2013, 19:58
D: but can you add this options on the future? i mean, can you add this option to "improve" smallx264 even if handbrake doesn't has this option? (next version or something like that), liked your smallx264 because you had the high10 profile. hope you can add it!!! Thanks for your reply.
TX264 has high10 support, it uses x264.
ricardo.santos
26th July 2013, 22:02
Hi Ozok
Im doing some tests with handbrake and smallx264 is invaluable for newbies as it shows the Syntax used.
i have a 1280x720 video with black bars (88px each), when resizing to 640 or 800 width and selecting autocrop and maintain aspect ratio it resizes to 640x352 and 800x448 when it should be 640x272 and 800x336, its not cropping the black bars.
Do you have anny suggestions? While googling about it i found the following :
HB has a good autocrop algorithm that runs during its analysis run (-t0 option)
The log shows the 88px bars but further down in the log it doesnt.
[21:57:17] libhb: scan thread found 1 valid title(s)
+ title 1:
+ stream: C:\Users\Utilizador\Desktop\source.mp4
+ duration: 00:02:34
+ size: 1280x720, pixel aspect: 1/1, display aspect: 1.78, 24.000 fps
+ autocrop: 88/88/0/0
+ chapters:
+ 1: cells 0->0, 0 blocks, duration 00:02:34
+ audio tracks:
+ 1, Unknown (aac) (2.0 ch) (iso639-2: und)
+ subtitle tracks:
[21:57:17] 2 job(s) to process
[21:57:17] starting job
[21:57:17] sync: expecting 3703 video frames
[21:57:17] job configuration:
[21:57:17] * source
[21:57:17] + C:\Users\Utilizador\Desktop\source.mp4
[21:57:17] + title 1, chapter(s) 1 to 1
[21:57:17] + container: mov,mp4,m4a,3gp,3g2,mj2
[21:57:17] + data rate: 2788 kbps
[21:57:17] * destination
[21:57:17] + C:\Programas noinstall\smallx264_32\source_1.mp4
[21:57:17] + container: MPEG-4 (mp4v2)
[21:57:17] * video track
[21:57:17] + decoder: h264
[21:57:17] + bitrate 2594 kbps
[21:57:17] + filters
[21:57:17] + Framerate Shaper (0:27000000:1125000)
[21:57:17] + frame rate: same as source (around 24.000 fps)
[21:57:17] + Crop and Scale (640:352:0:0:0:0)
[21:57:17] + source: 1280 * 720, crop (0/0/0/0): 1280 * 720, scale: 640 * 352
[21:57:17] + loose anamorphic
[21:57:17] + storage dimensions: 640 * 352, mod 0
[21:57:17] + pixel aspect ratio: 44 / 45
[21:57:17] + display dimensions: 625 * 352
ozok
27th July 2013, 02:36
I was actually running some test encodes with my other HB GUI DVD2x264 and I realized auto-crop didn't work as I thought. Smallx264 and DVD2x264 basically have the same command line generating/file information extraction code, so they also share same problems. In DVD2x264, I solved this issue by using autocrop values determined by HB (88/88/0/0 in your case) and it seems to be working fine. I can do the same thing with Smallx264.
ozok
27th July 2013, 22:00
Update:
--0.9.1
-Added: Trimmer
-Added: Time left will be shown
-Added: Custom size option
-Improved: Autocropping
-Updated: HandBrake to svn5660
-Updated: AlphaControls to 8.42
-Updated: MediaInfo to 0.7.64
-Updated: Audio codecs according to latest HB version
-Fixed: A few minor UI problems
ricardo.santos
30th July 2013, 15:16
Thanks for the update, the cropping works.
ozok
31st July 2013, 21:11
@ricardo.santos thanks for confirming it.
ozok
2nd November 2013, 03:52
Update:
-1.0.0
-Added: Only files with valid duration will be added to the list
-Added: Option to disable audio (codec none)
-Added: "File size" option
-Added: A few GUI changes
-Added: A better handling for disabling skin
-Added: When "Select All" and "Burn-in" is selected, first sub track will be burned
-Added: Option to specify subtitle languages (en,eng,english etc)
-Fixed: "Disable Skin" button was not visible
-Updated: AlphaControls to 8.48
-Updated: HandBrake to svn5863
ozok
7th November 2013, 18:16
Update 1.1
Change log:
-1.1.0
-Added: "Add Folder Tree" option
-Added: Folder of the source will be created in the output
-Reverted: HandBrakeCLI to a previous build
https://sourceforge.net/projects/smallx264/ (https://sourceforge.net/projects/smallx264/)
Ruriko
3rd February 2014, 07:10
Does this have a linux version?
ozok
3rd February 2014, 09:18
No, it doesn't.
Ruriko
12th April 2014, 14:13
Is there a way to set the priority when encoding?
ozok
12th April 2014, 14:35
No, HandBrakeCLI is run in the lowest priority though.
Ruriko
14th April 2014, 04:40
No, HandBrakeCLI is run in the lowest priority though.
Actually I kind of want it to be running in Highest priority
BK-201
26th May 2014, 06:24
I don't know if this has been asked, but it there a way manually crop videos?
I don't know if this has been asked, but it there a way manually crop videos?
No. I can add it though. I have made a few changes but had a chance to prepare a release.
Zerondar
20th June 2014, 15:45
really nice program
would be nice if we were able to queue more stuff while it's already encoding
so it would be possible to make 1 giant queue with 480p, 720p encodes
but that's just a minor luxury problem
as stated really nice program, hardly have any problems with it (encoding wise)
i really like how it auto creates folders for the encoded files (saves me alot of time sorting through stuff as i usually set up several hundreds of episodes to encode)
ozok
30th June 2014, 16:46
1.2 Changes:
-Added: Interface changes
-Fixed: "File Size" option wasn't saved
-Fixed: Progress list wasn't visible if skin was disabled
-Fixed: "Select all" subtitle selection didn't include srt files in some cases
-Fixed: Settings weren't saved when some post-encode options were selected
-Renamed: Program to "THandBrake"
-Updated: HandBrakeCLI
-Updated: MediaInfo to 0.7.69
Download location (https://sourceforge.net/projects/smallx264/)
Edit:
@Zerondar do you mean like Tx264? I'll see what I can do about it.
Zerondar
1st July 2014, 06:29
not really
@ tx264 you can "add more" but it auto chooses the same settings as the first file you selected to be encoded
i meant an "add more" button where you can choose to encode using a different profile/bitrate
Reason being:
I mass encode anime series (480p/720p) setting up hundreds of episodes to be encoded
with smallx264 i have to wait for the 480p batch encode series to finish before i can start queueing 720p ones.
These usually finish encoding while i'm either at work or asleep (or asleep at work :P )
ah well even if such a feature is not added, it's still a fantastic piece of software :-)
Ruriko
15th July 2014, 09:25
I found a minor bug: When you select a subtitle track the video that you currently have selected becomes de-highlighted so I wish it not de-highlight cause I forget which video I was selecting especially if you have a long list of videos
ozok
15th July 2014, 15:09
I found a minor bug: When you select a subtitle track the video that you currently have selected becomes de-highlighted so I wish it not de-highlight cause I forget which video I was selecting especially if you have a long list of videos
Thanks.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.