Search found 4810 matches

by jbrjake
Tue Jul 06, 2010 6:02 pm
Forum: General Questions
Topic: Handbrake needs "produce interlaced file" tickbox
Replies: 13
Views: 3567

Re: Handbrake needs "produce interlaced file" tickbox

If you don't deinterlace it will output both fields in one frame. You've got some post-processing going on somewhere, maybe in your display.
by jbrjake
Tue Jul 06, 2010 4:13 pm
Forum: General Questions
Topic: Share my setting, VERY FAST
Replies: 15
Views: 3671

Re: Share my setting, VERY FAST

...

There are two parts to filters like detelecine and decomb. An analysis phase and a rendering phase. The analysis phase decides whether or not to engage the rendering phase. There is no way to avoid the analysis phase.
by jbrjake
Tue Jul 06, 2010 4:07 pm
Forum: General Questions
Topic: Handbrake needs "produce interlaced file" tickbox
Replies: 13
Views: 3567

Re: Handbrake needs "produce interlaced file" tickbox

Unless you're using my bobbing patch, HandBrake, when deinterlacing, outputs one frame per two fields (one frame) of input, based primarily on the first field.
by jbrjake
Mon Jul 05, 2010 2:46 pm
Forum: General Questions
Topic: Handbrake needs "produce interlaced file" tickbox
Replies: 13
Views: 3567

Re: Handbrake needs "produce interlaced file" tickbox

Unless you are one of the remaining few with a CRT monitor, it in absolutely *no* way makes sense to keep content interlaced. You are going to have to deinterlace it on playback. Realtime deinterlacers are of course going to provide worse results than preprocessing deinterlacers, since they have the...
by jbrjake
Fri Jul 02, 2010 2:01 pm
Forum: Windows
Topic: AviSynth support
Replies: 2
Views: 1312

Re: AviSynth support

Realize this is for more fundamental of a reason than just that AviSynth's not cross-platform (which is, don't get me wrong, a huge issue). AviSynth is a frameserver. It is designed to work with video transcoders that are blind to the source video. All they do is get fed individual frames and encode...
by jbrjake
Wed Jun 30, 2010 2:15 pm
Forum: Mac
Topic: Bulk transcode using CLI not naming files correctly
Replies: 3
Views: 876

Re: Bulk transcode using CLI not naming files correctly

Code: Select all

--preset="iPhone WiFi-lo"
Umm....if you aren't modifying the source code I have no idea what you think that's going to do. Your script saves the encode logs, haven't you looked at them?

And to answer your question.... Read up on the sed command.
by jbrjake
Thu Jun 24, 2010 12:39 pm
Forum: Devices and Presets
Topic: iPhone 4
Replies: 36
Views: 32766

Re: iPhone 4

Can you reproduce the dropped signal issue the Macrumors crowd discovered? Just curious, before I go pick up mine ;-)
by jbrjake
Mon Jun 21, 2010 1:49 pm
Forum: Bugs
Topic: [Fixed] Win - minor bug with new weighted P frames check box
Replies: 3
Views: 1040

Re: WinGUI minor bug with new weighted P frames check box

Per D_S's advice we're not offering weightp=1 support.
by jbrjake
Mon Jun 21, 2010 1:45 pm
Forum: Feature Requests
Topic: [Rejected] Adding the x264 --preset's as HB Built-In Presets
Replies: 4
Views: 1722

Re: Adding the x264 --preset's as HB Built-In Presets

Denied. As I've said in the past, if we implement this, it's going to be as another panel that interacts modally with the advanced panel. As in, there will be a basic x264 tab and an advanced x264 tab and never will the two be on screen at the same time. The basic one will just offer the x264 preset...
by jbrjake
Sat Jun 19, 2010 6:41 pm
Forum: Devices and Presets
Topic: iPad Encoding
Replies: 95
Views: 177175

Re: iPad Encoding

Persuaded the GUI maintainers to expose peak framerate control, so there's a built-in now, will show up in the next nightly. CLI equiv is: -e x264 -q 20.0 -r 29.97 --pfr -a 1 -E faac -B 160 -6 dpl2 -D 0.0 -f mp4 -4 -X 1024 --loose-anamorphic -m (Using loose ana because strict is a no go since it doe...
by jbrjake
Sat Jun 19, 2010 4:06 pm
Forum: General Questions
Topic: No-DCT Decimate Advice on Advanced Settings Panel
Replies: 4
Views: 918

Re: No-DCT Decimate Advice on Advanced Settings Panel

Let me put it like this:

The lead developer of x264 has set his encoder to have CRF on by default and no-dct-decimate off by default. His own CLI only suggests using no-dct-decimate if content is very grainy.
by jbrjake
Sat Jun 19, 2010 4:03 pm
Forum: General Questions
Topic: Decomb Custom Explanation
Replies: 10
Views: 3096

Re: Decomb Custom Explanation

I'll do it myself. It's not worth pursuing at this moment because it will break my bobbing patch for sure. It's going to be hard enough to merge in to decomb 3. You don't have to look to x264 for examples for all this stuff; HB's CLI already parses comma separated arguments for all audio-related opt...
by jbrjake
Sat Jun 19, 2010 4:01 pm
Forum: General Questions
Topic: High Profile Preset - x264 options
Replies: 10
Views: 10665

Re: High Profile Preset - x264 options

Eh...but on any other device I gather the user would prefer to have the original, higher-quality track played by default. The choice seems a bit counterintuitive, unless Apple devices are deemed the primary playback target even on the non-Mac versions. There is nothing counter-intuitive about havin...
by jbrjake
Sat Jun 19, 2010 3:52 pm
Forum: Mac
Topic: Color Washed out in Encoded File
Replies: 24
Views: 5018

Re: Color Washed out in Encoded File

I have absolutely no idea what you're talking about. HB already signals the proper color space in the container and, when using x264, the video stream.
by jbrjake
Sat Jun 19, 2010 3:46 pm
Forum: *nix
Topic: No fast P-Skip in Handbrake Ubuntu
Replies: 2
Views: 792

Re: No fast P-Skip in Handbrake Ubuntu

There is no reason you should be playing with this option given the modern-day capabilities of x264. It's been obsolete since AQ was committed like two years ago. There is a reason the only x264 preset that employs it is called "Placebo."
by jbrjake
Sat Jun 19, 2010 3:42 pm
Forum: Devices and Presets
Topic: iPhone 4
Replies: 36
Views: 32766

Re: iPhone 4

?...it's got the same capabilities as an iPad.

Just use high profile h.264 with a max width of 960 for on-screen playback or 1280 if you plan on using it on a computer too.
by jbrjake
Sat Jun 19, 2010 3:31 pm
Forum: Development
Topic: Combing Detection
Replies: 141
Views: 40215

Re: Combing Detection

Thanks. Not really a big deal, though. That param gets ignored by default since the new filtering mode (filter_combing_mask) is off by default, and it merely controls the method of filtering employed when the new mode is enabled. And the only reason someone would use the old method with the new filt...
by jbrjake
Fri Jun 18, 2010 2:35 pm
Forum: Development
Topic: Updated advanced panel
Replies: 29
Views: 5189

Re: Updated advanced panel

Psy-trellis set to run in 0.05 increments. Colon added to psy-trellis label. Alignment fixed for psy-rd and aq. Header label sized bumped down once. Added i8x8,i4x4 but I am not doing the same thing for all permutations of the combination p8x8,b8x8,i8x8,i4x4. Patch: http://handbrake.fr/pastebin/past...
by jbrjake
Fri Jun 18, 2010 1:48 pm
Forum: General Questions
Topic: Decomb Custom Explanation
Replies: 10
Views: 3096

Re: Decomb Custom Explanation

I was hoping that as this is decomb 3, after enough testing has been done, all these new features might be combined in a new "spatial metric" with value 3 for simplicity. Or is this considered further down the road? Well that's not what a spatial metric is. Decomb's spatial metric is the ...
by jbrjake
Thu Jun 17, 2010 4:13 pm
Forum: General Questions
Topic: Decomb Custom Explanation
Replies: 10
Views: 3096

Re: Decomb Custom Explanation

Note, you want to go off the copy in the SVN, *not* the Wiki. That was never updated for 0.9.4. When the new decomb gets checked in, the directions will be like so: Parameters: Mode : Spatial metric : Motion thresh : Spatial thresh : Mask Filter Mode : Block thresh : Block width : Block height Appen...
by jbrjake
Thu Jun 17, 2010 3:59 pm
Forum: Bugs
Topic: Stuttering with Detelecine + Decomb
Replies: 13
Views: 2983

Re: Stuttering with Detelecine + Decomb

Yeah, I'm done with the clip, thanks. Stashed away in my test sample library. Feel free to take it down. 1. No, the new decomb hasn't been committed. There's a tutorial about patching in the developer section of our FAQ, but that'll only be the start of your problems with building, since as I recall...
by jbrjake
Wed Jun 16, 2010 3:56 pm
Forum: General Questions
Topic: Test Clip Recommendations
Replies: 5
Views: 1131

Re: Test Clip Recommendations

The lobby shootout from The Matrix is a classic test clip. Dark_Shikari's Birds clip from Planet Earth. The opening title sequence to From the Earth to the Moon (aka the iPod killer, because it used to cause havok with the rate control necessary on old iPods). The doom9 crowd is fond of a sample fro...
by jbrjake
Wed Jun 16, 2010 3:45 pm
Forum: Bugs
Topic: Stuttering with Detelecine + Decomb
Replies: 13
Views: 2983

Re: Stuttering with Detelecine + Decomb

Thanks for the clip, a good test sample. The issue here is that the animation is faking a pan across a still background image, kind of like a "Ken Burns effect" on a photo in a slideshow. However, the way they are interpolating (guessing) the frames between key frames is to use phased inte...
by jbrjake
Sat Jun 12, 2010 3:44 pm
Forum: Mac
Topic: Incomplete encode
Replies: 7
Views: 1708

Re: Incomplete encode

(This thread nicely exemplifies what is wrong with the way users approach tech support communities. At the root of the problem of cooperation is the fact that there is often a tension between individual and collective rationality. This is to say that in many situations, behavior that is reasonable ...
by jbrjake
Sat Jun 12, 2010 3:34 pm
Forum: Windows
Topic: Lost frames on very quick motion?
Replies: 5
Views: 980

Re: Lost frames on very quick motion?

This would be your culprit, I imagine...

[04:45:42] sync: video time didn't advance - dropped 28 frames (delta 689 ms, current 78078, next 79063, dur 985)