Search found 50 matches

by RandomEngy
Sun May 23, 2021 3:22 pm
Forum: Tiki Bar
Topic: Invitation to a community Discord server
Replies: 3
Views: 16177

Re: Invitation to a community Discord server

I've actually thought that moving the official chat to Discord would be a good idea. It would make it easier for people to join, and would provide some nice features like search and viewing messages sent when offline. Has it been discussed before?
by RandomEngy
Sat Jan 12, 2019 6:41 pm
Forum: Windows
Topic: Why has the advanced tab been removed completely?
Replies: 32
Views: 10086

Re: Why has the advanced tab been removed completely?

Woodstock wrote: Fri Dec 28, 2018 10:39 pm You might go visit the vidcoder site - they like to add menu options to their version of handbrake.
I'm probably going to remove it from VidCoder as well for all the same reasons listed here. Also it's a large translation burden for not a lot of benefit.
by RandomEngy
Wed Apr 24, 2013 9:59 pm
Forum: Development
Topic: HandBrakeInterop when run in .NET 4.5 Crashing
Replies: 1
Views: 1649

Re: HandBrakeInterop when run in .NET 4.5 Crashing

That MSDN thread refers to use of an incorrect type in a p-invoke signature. Do you think that any of the current p-invoke signatures we have are wrong? (By the way I'm the main dev on HandBrakeInterop and was not aware of the problem until now)
by RandomEngy
Fri Sep 21, 2012 3:22 pm
Forum: Bugs
Topic: [SVN4967] Stuck PGS subtitle on Avatar Collector's edition
Replies: 10
Views: 2090

Re: [SVN4967] Stuck PGS subtitle on Avatar Collector's editi

Awesome! I'll try this out today.
by RandomEngy
Wed Sep 19, 2012 2:55 pm
Forum: Bugs
Topic: [SVN4967] Stuck PGS subtitle on Avatar Collector's edition
Replies: 10
Views: 2090

Re: [SVN4967] Stuck PGS subtitle on Avatar Collector's editi

I assume by subtitle passthrough you mean with "Burn In" unchecked. In that case, here's the log: http://pastebin.com/riqSLL5N Looks like the same deal: [07:40:53] decpgssub: track 05, subtitle [regular] with PTS 210210 (0 : 00 : 02) [07:40:53] decpgssub: track 05, subtitle [empty] with PT...
by RandomEngy
Tue Sep 18, 2012 12:23 am
Forum: Bugs
Topic: [SVN4967] Stuck PGS subtitle on Avatar Collector's edition
Replies: 10
Views: 2090

[SVN4967] Stuck PGS subtitle on Avatar Collector's edition

On the primary title of Avatar Collector's Edition Blu-ray (length 2:58:09), the subtitle at 1:59:57 (English track #6) lingers for 10 minutes until the next subtitle. It happens in both the soft and burned-in mode. Log: http://pastebin.com/cE7uvSAK (Yes this happens in a full encode as well) If you...
by RandomEngy
Tue Jul 10, 2012 7:23 pm
Forum: Windows
Topic: Tutorial / "How-to" for Handbrake .NET
Replies: 10
Views: 2781

Re: Tutorial / "How-to" for Handbrake .NET

If you're having a problem with the CLI you're probably not going to get around it by using the API directly. The main advantages of the API are pause/resume, static previews, performance and getting to avoid lots of parsing and serialization from the command line. The CLI is generally better mainta...
by RandomEngy
Thu Jul 05, 2012 6:15 pm
Forum: Windows
Topic: Tutorial / "How-to" for Handbrake .NET
Replies: 10
Views: 2781

Re: Tutorial / "How-to" for Handbrake .NET

Can you post the stack trace from the exception?
by RandomEngy
Mon Oct 24, 2011 8:44 pm
Forum: General Questions
Topic: Option To Include ALL Subtitles?
Replies: 2
Views: 857

Re: Option To Include ALL Subtitles?

I do not believe you can do this. Out of curiosity, why do you go to the trouble to include subtitles for languages that you do not speak?
by RandomEngy
Thu Aug 04, 2011 6:43 pm
Forum: Windows
Topic: Tutorial / "How-to" for Handbrake .NET
Replies: 10
Views: 2781

Re: Tutorial / "How-to" for Handbrake .NET

I'm not sure what you mean by "farm encoding" but I think what you're looking for is HandBrakeInterop.dll. It's checked in to the HandBrake source as its own standalone solution. If you have that DLL and hb.dll (from the appropriate build) you can call into it and do scans, preview creatio...
by RandomEngy
Wed Jul 27, 2011 10:21 pm
Forum: Windows
Topic: Tutorial / "How-to" for Handbrake .NET
Replies: 10
Views: 2781

Re: Tutorial / "How-to" for Handbrake .NET

Are you trying to use the HandBrake engine or are you trying to manipulate the HandBrake GUI with .NET calls? (In either case I do not believe there are any documentation about it)
by RandomEngy
Thu May 12, 2011 5:04 am
Forum: Windows
Topic: HOWTO:Blu-ray "Forced" Subtitles-Avatar, District 9, etc...
Replies: 79
Views: 89935

Re: HOWTO:Blu-ray "Forced" Subtitles-Avatar, District 9, etc

This is a nice guide but it seems to fail for the Avatar Collector's Edition, which has 3 versions of the movie that use the same common video. The sup file when loaded into BDSup2Sub has the first sub as a start of 15:02 and an end of 04:40. mkvmerge gives a warning about this one. Then the rest ha...
by RandomEngy
Thu Jun 24, 2010 3:35 pm
Forum: Feature Requests
Topic: [Not Planned] detachable toolbar (allows lower vertical res)
Replies: 1
Views: 741

Re: [Not Planned] detachable toolbar (allows lower vertical

You could try the VidCoder HandBrake frontend. Its minimum vertical resolution is below 500 on all windows.
by RandomEngy
Wed Jun 23, 2010 1:02 am
Forum: Bugs
Topic: [Fixed] CLI Nightly Win/Mingw crashes from SVN 384x
Replies: 11
Views: 2956

Re: HandbrakeCLI.exe Nightly Win/Mingw crashes from SVN 384x

Ahh, must have just gotten lucky (or had the wrong file) when I tested 3346. It is indeed crashing, (but is fine on 3344)
by RandomEngy
Tue Jun 22, 2010 2:44 pm
Forum: Bugs
Topic: [Fixed] CLI Nightly Win/Mingw crashes from SVN 384x
Replies: 11
Views: 2956

Re: HandbrakeCLI.exe Nightly Win/Mingw crashes from SVN 384x

It also crashes on Win7 when run through C# interop. My testing showed no crashes on 3346, and crashing on 3348. Though I'll re-confirm that.
by RandomEngy
Sun May 23, 2010 5:47 pm
Forum: Development
Topic: [PATCH] Pinvoke compatibility update for libhb
Replies: 8
Views: 1927

Re: [PATCH] Pinvoke compatibility update for libhb

Thanks! I see what you mean about the settings strings. When the CLI interacts with the filter objects, it is allocating the strings and can clean them up if it wants to. In this case, no one appears to have responsibility for them. I believe that I'll need to manually marshal the string in the inte...
by RandomEngy
Sat Apr 24, 2010 1:12 am
Forum: Development
Topic: [PATCH] Pinvoke compatibility update for libhb
Replies: 8
Views: 1927

Re: [PATCH] Pinvoke compatibility update for libhb

Patch updated. Had a bug with picking titles from DVDs with invalid titles.
by RandomEngy
Mon Apr 19, 2010 6:18 pm
Forum: Feature Requests
Topic: [Rejected] Screen Resolution is too low
Replies: 8
Views: 3891

Re: [Won't Fix] Screen Resolution is too low

You could try VidCoder. It's got a much lower minimum horizontal size. It uses the HandBrake core libraries on a different GUI.
by RandomEngy
Sat Apr 10, 2010 11:13 pm
Forum: Development
Topic: [PATCH] Pinvoke compatibility update for libhb
Replies: 8
Views: 1927

Re: [PATCH] Pinvoke compatibility update for libhb

Updated patch to apply to latest SVN.
by RandomEngy
Sat Mar 27, 2010 10:56 pm
Forum: Development
Topic: [PATCH] Pinvoke compatibility update for libhb
Replies: 8
Views: 1927

[PATCH] Pinvoke compatibility update for libhb

http://engy.us/misc/pinvoke_compatibility.patch This does two major things: 1) Adds some wrapper and setter methods. You have a limited way of interacting with unmanaged memory when you use P-invokes, which makes directly modifying structures impossible. Libhb currently relies on this in several way...
by RandomEngy
Sat Mar 20, 2010 12:34 am
Forum: Development
Topic: [PATCH] libhb update to allow multiple instances
Replies: 4
Views: 1193

Re: [PATCH] libhb update to allow multiple instances

Sounds good to me. Thanks for looking it over.
by RandomEngy
Fri Mar 19, 2010 8:39 pm
Forum: Development
Topic: [PATCH] libhb update to allow multiple instances
Replies: 4
Views: 1193

Re: [PATCH] libhb update to allow multiple instances

Isn't hb_remove_previews() called between scans on the same instance? Still, I guess there's nothing wrong with moving it down there.