Search found 798 matches

by eddyg
Thu Jul 02, 2009 10:56 am
Forum: Feature Requests
Topic: Lossless Codec Support
Replies: 4
Views: 1155

Re: Lossless Codec Support

It's non-trivial to add in an extra video encoder, unless we decide to add in a generic ffmpeg encoder which can choose any of the ffmpeg encoders. However I think that is pretty unlikely - but is the easiest way to get what you want.

Have you looked at using ffmpeg directly?
by eddyg
Thu Jul 02, 2009 10:52 am
Forum: Feature Requests
Topic: Suggestions For CC Handling
Replies: 42
Views: 10567

Re: Suggestions For CC Handling

Was there a sync issue between the audio/video or the captions and the audio/video? It is possible that I've stuffed up the timestamps - I haven't actually watched a movie from start to finish with captions, I don't have many NTSC titles and didn't really feel like rewatching any of them. I did fast...
by eddyg
Thu Jul 02, 2009 10:21 am
Forum: Development
Topic: CLI: parsing of per-audio-track arguments
Replies: 3
Views: 974

Re: CLI: parsing of per-audio-track arguments

Looks good to me - that str_sep of yours does make it more maintainable, and I like how the CLI syntax is more natural now as well.

I think some others will want to take a look at this as well, since the code you are replacing is quite new itself.

Cheers, Ed.
by eddyg
Wed Jul 01, 2009 6:39 am
Forum: Development
Topic: [PATCH] libhb/logging
Replies: 2
Views: 1080

Re: [PATCH] libhb/logging

Actually I do see a lot of value in this patch.

If you don't mind I'll continue working on it?

Cheers, Ed.
by eddyg
Tue Jun 30, 2009 1:07 am
Forum: Feature Requests
Topic: Suggestions For CC Handling
Replies: 42
Views: 10567

Re: Suggestions For CC Handling

All done - markup and capitals in SVN now.
by eddyg
Wed Jun 24, 2009 9:20 pm
Forum: Feature Requests
Topic: Suggestions For CC Handling
Replies: 42
Views: 10567

Re: Suggestions For CC Handling

we will add the capitisation options - all in time...
by eddyg
Tue Jun 23, 2009 4:39 am
Forum: Command Line Interface And Scripting
Topic: CLI Confusion
Replies: 2
Views: 1094

Re: CLI Confusion

When executing commands from the Terminal its within a program called the shell. The shell searches well known locations for the location of the program that you have entered. Or you can explicitly give the location. In your case you have said run the program HandBrakeCLI from your current directory...
by eddyg
Tue Jun 23, 2009 12:49 am
Forum: Development
Topic: [PATCH] SubRip Subtitle parsing to softsubs
Replies: 11
Views: 2904

Re: [PATCH] SubRip Subtitle parsing to softsubs

Thanks John & Mike - I just committed D + John's comments + a fix for encoding chapters not at start - svn 2602
by eddyg
Mon Jun 22, 2009 11:44 am
Forum: General Questions
Topic: DVD vs Apple TV CQ 62% at 1080p, artifact question
Replies: 4
Views: 2493

Re: DVD vs Apple TV CQ 62% at 1080p, artifact question

Try removing the level - it may be limiting you too much.
by eddyg
Mon Jun 22, 2009 11:33 am
Forum: Bugs
Topic: Handbrake causes Kernal Panic on Nehalem Mac Pro
Replies: 5
Views: 2000

Re: Handbrake causes Kernal Panic on Nehalem Mac Pro

Note that with my older mac pro I have to use smcfancontrol to increase the fan speed to keep the memory cool - else when encoding with hb I'd get ECC errors as the system over heated.

So even when you get your memory replaced - I'd reccomend keeping it cool when using hb.

Cheers Ed
by eddyg
Mon Jun 22, 2009 11:28 am
Forum: Bugs
Topic: [Fixed][SVN2592] HandBrakeCLI --subtitle-forced won't work
Replies: 1
Views: 773

Re: [SVN2592] HandBrakeCLI --subtitle-forced won't work

Thanks for bringing that to our attention - John has just committed the fix.
by eddyg
Mon Jun 22, 2009 2:46 am
Forum: Development
Topic: [PATCH] SubRip Subtitle parsing to softsubs
Replies: 11
Views: 2904

Re: [PATCH] SubRip Subtitle parsing to softsubs

Thanks KonaBlend - much appreciated.
by eddyg
Mon Jun 22, 2009 1:12 am
Forum: Development
Topic: [PATCH] SubRip Subtitle parsing to softsubs
Replies: 11
Views: 2904

Re: [PATCH] SubRip Subtitle parsing to softsubs

Minor change to that diff - so that the SRT defaults for offset, language and codeset get reset per SRT file. http://pastebin.ca/1469355 Index: test/test.c =================================================================== --- test/test.c (revision 2594) +++ test/test.c (working copy) @@ -72,6 +72,...
by eddyg
Mon Jun 22, 2009 12:40 am
Forum: Development
Topic: [PATCH] SubRip Subtitle parsing to softsubs
Replies: 11
Views: 2904

[PATCH] SubRip Subtitle parsing to softsubs

Hi, Here is the initial implementation of SubRip subtitle input, CLI only for now, and this first diff is macosx CLI without xcode only. I need help from KonaBlend to get this working for other platform/OS combinations which need the iconv library. The file reader is implemented as a work object - w...
by eddyg
Fri Jun 19, 2009 9:11 am
Forum: Development
Topic: [PATCH] Add --native-dub and rework --native-language
Replies: 1
Views: 732

Re: [PATCH] Add --native-dub and rework --native-language

Oops - looks like I had some CC stuff that was a work in progress in that diff. I'll remove that for now - it is the start of not including tags for MP4 CC's until we add in the tag support to the MP4 muxer. Assume that code is not there.
by eddyg
Fri Jun 19, 2009 6:10 am
Forum: Development
Topic: [PATCH] Add --native-dub and rework --native-language
Replies: 1
Views: 732

[PATCH] Add --native-dub and rework --native-language

Hi, I ripped out native_language support from libhb and made it UI only. I also added a new CLI option --native-dub to specify that rather than the default of adding subtitles when the audio is not in your language, dub in your language instead. If you can't dub - it will fall back to subtitles. htt...
by eddyg
Wed Jun 17, 2009 11:34 am
Forum: Feature Requests
Topic: Suggestions For CC Handling
Replies: 42
Views: 10567

Re: Suggestions For CC Handling

No knobs for CC in the next release - but am not against them. Just don't want to side track the UI folks at the moment.

Although - you never know maybe we will :)

Cheers Ed
by eddyg
Fri Jun 05, 2009 9:34 pm
Forum: Development
Topic: soft subtitles
Replies: 15
Views: 4284

Re: soft subtitles

that sounds like a good approach. Cheers Ed
by eddyg
Mon Jun 01, 2009 11:55 pm
Forum: Development
Topic: another hack for NZ TV strangeness
Replies: 4
Views: 1960

Re: another hack for NZ TV strangeness

Hi Van, That patch is working for me, thanks! Also thanks for the knowledge dump on what is happening. Could the reason for the PMT changes be the addition/removal of streams, since not all shows have the same streams available. And I guess maybe when they add/remove these streams they are inadverte...
by eddyg
Mon Jun 01, 2009 11:37 pm
Forum: Development
Topic: ffmpeg patch for r19067
Replies: 5
Views: 2496

Re: ffmpeg patch for r19067

But we don't want to start using this in our SVN until the LATM stuff is sorted (Well I don't anyway :) Looking at the ffmpeg-devel alias Paul Kendall is very close to having LATM support committed to ffmpeg (undergoing review) - so maybe we could ditch our LATM patch for now since it is probably mo...
by eddyg
Mon Jun 01, 2009 11:30 pm
Forum: Development
Topic: soft subtitles
Replies: 15
Views: 4284

Re: soft subtitles

The design looks sound. Splitting off of the subtitle config. Let's run with this and see how we go. The interactions between autoselected subs and manually selected is still a bit blurry to me. Especially when you have asked for some manually selected, and yet still want to search for forced subs. ...
by eddyg
Thu May 28, 2009 1:07 am
Forum: Development
Topic: another hack for NZ TV strangeness
Replies: 4
Views: 1960

Re: another hack for NZ TV strangeness

Hi Van, Thanks for looking into this as always :) I don't understand why the change in PMT isn't announced and so HB can track the change in PIDs? Maybe by tracking what it wants to record in the PMT by type rather than PID would be handy, that way when the PMT changes we can switch to the new PIDs?...
by eddyg
Fri May 22, 2009 7:44 pm
Forum: Feature Requests
Topic: Suggestions For CC Handling
Replies: 42
Views: 10567

Re: Suggestions For CC Handling

Thanks john. We'll leave the markup then with a view to add it for mp4.

Cheers Ed
by eddyg
Fri May 22, 2009 11:28 am
Forum: Feature Requests
Topic: Suggestions For CC Handling
Replies: 42
Views: 10567

Re: Suggestions For CC Handling

It's in ponies all discussion and input welcome here. It's a new feature - so we are interested in feedback. I want to be careful to not have too many knobs - which confuse people. And instead have sensible defaults. At the moment I'm tending towards turning off the auto-capitilisation, but leaving ...
by eddyg
Wed May 20, 2009 8:59 pm
Forum: Feature Requests
Topic: Suggestions For CC Handling
Replies: 42
Views: 10567

Re: Suggestions For CC Handling

mp4 does do markup - we haven't implemented it yet.