Search found 72 matches

by KonaBlend
Wed Jan 04, 2012 2:30 pm
Forum: Command Line Interface And Scripting
Topic: Python call not terminating
Replies: 2
Views: 916

Re: Python call not terminating

try something like this to send both stdout and stderr to same pipe: p = subprocess.Popen( ..., stdout=subprocess.PIPE, stderr=subprocess.STDOUT ) d = pipe.communicate() # read all at once for line in d: print( line ) or read one line at a time (likely subject to buffering, so you get pauses until a...
by KonaBlend
Wed Jan 04, 2012 2:08 pm
Forum: Development
Topic: fail to compile with Xcode 4.2 on SL 10.6.8 - 32 bit
Replies: 5
Views: 2079

Re: fail to compile with Xcode 4.2 on SL 10.6.8 - 32 bit

Buried in changset https://trac.handbrake.fr/changeset/4395 is a fix to build i386 with Xcode 4.2.
For the curious, the register allocation issue manifests on Xcode 4.2 and higher, both 10.6 and 10.7, only with i386 binaries.
by KonaBlend
Wed Jan 04, 2012 1:59 pm
Forum: Development
Topic: fail to compile with Xcode 4.2 mac os x 10.7.2
Replies: 12
Views: 4279

Re: fail to compile with Xcode 4.2 mac os x 10.7.2

changeset https://trac.handbrake.fr/changeset/4395 automatically enables local yasm if yasm is not found in your path.
by KonaBlend
Thu Jun 25, 2009 12:29 am
Forum: Development
Topic: [PATCH] libhb/logging
Replies: 2
Views: 1078

[PATCH] libhb/logging

patch for improved libhb/logging: - add hb_static_init() and hb_static_shutdown() for libhb static lifecycle - must be called by each app exactly once - add ffmpeg static init/shutdown and hooked into libhb static lifecycle - removed superfluous ffmpeg init/registrations throughout libhb - maintain...
by KonaBlend
Mon Jun 22, 2009 6:47 pm
Forum: Development
Topic: [PATCH] SubRip Subtitle parsing to softsubs
Replies: 11
Views: 2891

Re: [PATCH] SubRip Subtitle parsing to softsubs

JohnAStebbins wrote:There is no separate libiconv on linux (at least fedora 11, ubuntu 8.10 and 9.04). It's part of the system libc.
Subrip patch (D)
- fixes linking on linux do assume libc has necessary iconv symbols
by KonaBlend
Mon Jun 22, 2009 1:21 am
Forum: Development
Topic: [PATCH] SubRip Subtitle parsing to softsubs
Replies: 11
Views: 2891

Re: [PATCH] SubRip Subtitle parsing to softsubs

SubRip patch (C) - included eddyg's original 1469355 - added libiconv linking to every platform - on mingw/cygwin libiconv is built from contrib module and linked statically (similar to bzip2, zlib) - on osx/linux libiconv is assumed to be bundled on OS and is linked dynamically (similar to bzip2, z...
by KonaBlend
Fri Jun 19, 2009 5:29 pm
Forum: Mac
Topic: Mac Pro - Best config for HB
Replies: 5
Views: 1980

Re: Mac Pro - Best config for HB

For performance evaluation purposes, try the same encode with: 1a. decomb=off (and any other filters) -- I've seen this chew up 18% of throughput on 8-core Penryn w/ DV interlaced source. 1b. copy source media to hdd before test to rule out optical media bottleneck 2. after trying (1a+1b), tweak x26...
by KonaBlend
Fri Jun 19, 2009 5:12 pm
Forum: Development
Topic: [PATCH] libhb/update.c (HandBrakeCLI --update)
Replies: 0
Views: 649

[PATCH] libhb/update.c (HandBrakeCLI --update)

patch for libhb to use new appcast URL naming scheme: increase storage space hb_handle_s.version[16] to 32 to handle longer version strings; eg. " svn2500 x86_64 " reduce 2-query mechanism to 1-query and only check/notify for newer releases of same type (ie: stable or unstable) remove har...
by KonaBlend
Wed Jun 17, 2009 6:56 am
Forum: Bugs
Topic: Handbrake causes Kernal Panic on Nehalem Mac Pro
Replies: 5
Views: 1994

Re: Handbrake causes Kernal Panic on Nehalem Mac Pro

Ok, but Handbrake is the only program that has caused a kernal panic and I have ran out of physical memory a couple of times with other programs without a problem. Can I remove a bank!? The memory in Nehalem Mac Pro is mounted in tripple and I only have 3 modules (3x2 GB). Yeah but when hb is encod...
by KonaBlend
Wed Jun 17, 2009 5:35 am
Forum: Bugs
Topic: [Fixed]segmentation faults with flv videos
Replies: 8
Views: 2295

Re: segmentation faults with flv videos

Should be fixed as of changeset 2548 .
See also changeset 2549 .
by KonaBlend
Thu Jun 11, 2009 5:25 am
Forum: Command Line Interface And Scripting
Topic: CLI Custom Presets (Episode V: The Mooch Strikes Back)
Replies: 8
Views: 2612

Re: CLI Custom Presets (Episode V: The Mooch Strikes Back)

Doing what Ruby-based Manicure does, in C, would be *torture*. Manicure depends on: (blah blah). How the [Censored] am I supposed to do that in C without (blah blah) Writing C extensions in Ruby is easier than in Perl or Python, with a very elegant API for calling Ruby from C . This includes calls ...
by KonaBlend
Wed Jun 10, 2009 6:38 am
Forum: Command Line Interface And Scripting
Topic: CLI Custom Presets (Episode V: The Mooch Strikes Back)
Replies: 8
Views: 2612

Re: CLI Custom Presets (Episode V: The Mooch Strikes Back)

PS - In the end...I learned for myself...Anybody can learn anything themselves. I see you finally fell off your high horse and did something for yourself. Congratulations; you are now on the road that leads to righteousness. That other road you were on, you know the one where you could not accept a...
by KonaBlend
Mon Jun 08, 2009 10:45 am
Forum: Command Line Interface And Scripting
Topic: CLI custom presets
Replies: 13
Views: 3960

Re: CLI custom presets

I'm wondering if you'll address why you are ignorantly classifying a feature request as "simple" and oblivious to the true complexities of the task. Or you can go on sidestepping that faux pas and trolling in an attempt to mask it.
by KonaBlend
Sun Jun 07, 2009 1:44 pm
Forum: Command Line Interface And Scripting
Topic: CLI custom presets
Replies: 13
Views: 3960

Re: CLI custom presets

I've made no assumption to the contrary. I'm not demanding anything. I suggested a feature, and explained why I need it. I asked a few questions. And neither of you "developers" answered any of them. Just "no no can't won't don't not no no no"... :roll: 1. You have made ignorant...
by KonaBlend
Sun Jun 07, 2009 10:24 am
Forum: Command Line Interface And Scripting
Topic: CLI custom presets
Replies: 13
Views: 3960

Re: CLI custom presets

I will restate my case: The default Handbrake presets are great, but do not cover a variety of scenarios I have to deal with (I'm a producer/filmmaker/editor and I deal with a lot of different media). While I understand there would be some work involved, it would not be "torture" to have ...
by KonaBlend
Sat Jun 06, 2009 11:22 pm
Forum: Bugs
Topic: [Fixed] fopen needs "b" flag for MinGW build
Replies: 2
Views: 1082

Re: fopen needs "b" flag for MinGW build

Thanks. See changeset 2495.
by KonaBlend
Wed Jun 03, 2009 10:33 pm
Forum: Devices and Presets
Topic: Movies into Final Cut Express?
Replies: 2
Views: 1272

Re: Movies into Final Cut Express?

If you must go from mp4 to Final Cut; it seems they use a dated mp4 parser. I have not been able to narrow down what exactly in mp4v2 muxed files causes the incompatibility. But you have an easy work around. Use Compressor to convert it to ProRes or some other low-penalty lossy generation. Strangely...
by KonaBlend
Tue Jun 02, 2009 1:24 am
Forum: Development
Topic: ffmpeg patch for r19067
Replies: 5
Views: 2491

Re: ffmpeg patch for r19067

Updated patch again. We now have a fix for the latm bug caused by our build-time A00-latm.patch which didn't keep pace with ffmpeg's function signature for *_decode_frame() delegation.
Patch incorporates everyone's stuff from this thread.

*edit: committed. see r2469.
by KonaBlend
Mon Jun 01, 2009 5:10 pm
Forum: Development
Topic: ffmpeg patch for r19067
Replies: 5
Views: 2491

Re: ffmpeg patch for r19067

Updated patch which incorporates van's first ffmpeg-r19067 patch, removes P02-darwin-h264dsp-crash.patch and reconstitutes the various sub-patches against ffmpeg-r19067.

and ffmpeg-r19067.tar.bz2 has been uploaded.
by KonaBlend
Fri May 29, 2009 1:05 am
Forum: Feature Requests
Topic: .
Replies: 20
Views: 10532

Re: 64 Bit Macintosh App - Prepare for snow leopard

The current movie i am processing at the moment is only using %90 of my processing power, when in fact it can go up to %200. (because of new features apple has added and an incompatibility between cpu % readers and the way the os does the processing) No. Snow Leopard will not magically make an app ...
by KonaBlend
Fri May 29, 2009 12:32 am
Forum: Feature Requests
Topic: .
Replies: 20
Views: 10532

Re: 64 Bit Macintosh App - Prepare for snow leopard

Yes it is! Do some tests, run HB normal build on 10.6 then run 64 bit on 10.6 on the same video/dvd with the same settings. Wait wait wait, are you saying that snow leopard doesn't run apps substantially faster than leopard? Isn't that why apple is making snow leopard? To make apps run faster? Helo...
by KonaBlend
Thu May 28, 2009 4:53 pm
Forum: Tiki Bar
Topic: Optimize your Handbrake compile for your hardware
Replies: 8
Views: 2947

Re: Optimize your Handbrake compile for your hardware

I think i shall focus more on the effects of cflags on gcc4.40 rather than recompiling back to gcc 4.2.4. Then you really should at least provide comparison between hb-r2455/gcc440 and hb-r2455/gcc440+cflags . Otherwise it's meaningless. Also you are passing a lot of redundant options and using opt...
by KonaBlend
Thu May 28, 2009 5:19 am
Forum: Tiki Bar
Topic: Optimize your Handbrake compile for your hardware
Replies: 8
Views: 2947

Re: Optimize your Handbrake compile for your hardware

So that's getting there -- but if possible you should compile the exact same svn of HB for both sides of the test; for example between svn2430 and sv2455 there was at least 1 bump in x264 version. And other changes too. The characteristic of the test looks reasonable except I think there's one aspec...
by KonaBlend
Wed May 27, 2009 11:41 pm
Forum: Tiki Bar
Topic: Optimize your Handbrake compile for your hardware
Replies: 8
Views: 2947

Re: Optimize your Handbrake compile for your hardware

post a full log of your session. and you still haven't clarified very important things like; you are comparing 2 binaries: A,B. What is the HB version for A and what is the HB version for B? And which gcc version was used for A and which for B? etc. etc.
by KonaBlend
Wed May 27, 2009 6:13 pm
Forum: Tiki Bar
Topic: Optimize your Handbrake compile for your hardware
Replies: 8
Views: 2947

Re: Optimize your Handbrake compile for your hardware

End result: There is at least 20-25% improve encoding fps! my guess that the most gains came from optimizing ffmpeg & mpeg2dec! Smells like a highly dubious claim. First, you need to tell us before/after details. Details being HB version, input media, and encoding parameters. Without any of thi...