It's the exact same format. The m4v extension is better supported by Apple devices (allows said devices to see chapter markers, soft subtitles and AC3 tracks).
Can you encode just a few chapters of your source, with the same settings except a constant frame rate of 29.97 fps and see if it plays?
Search found 12677 matches
- Sun Dec 06, 2009 7:55 pm
- Forum: Devices and Presets
- Topic: Error: This movie could not be played
- Replies: 18
- Views: 2406
- Sun Dec 06, 2009 7:52 pm
- Forum: Devices and Presets
- Topic: Permanently setting maximum video width and/or height
- Replies: 7
- Views: 790
Re: Permanently setting maximum video width and/or height
I am assuming the Normal preset does not guarantee compatibility with the iPod touch, but I have tried the Apple Universal preset and it worked well. I don't think I need any further help. The Normal preset isn't supposed to be iPod-compatible. It should work fine on the iPod touch 3G and iPhone 3G...
- Sun Dec 06, 2009 5:52 pm
- Forum: General Questions
- Topic: High Profile Preset - x264 options
- Replies: 10
- Views: 9567
Re: High Profile Preset - x264 options
Are there any specific reasons why these settings are not used for the High Profile preset, i.e. do they have side effects (apart from encoding speed, which is mostly irrelevant for me)? I am aware the pyramidal b-frames are not supported by older versions of QuickTime, but I use QuickTime X. The n...
- Sun Dec 06, 2009 5:40 pm
- Forum: Devices and Presets
- Topic: Error: This movie could not be played
- Replies: 18
- Views: 2406
Re: Error: This movie could not be played
Please provide the Encode Log for one of the movies that won't play on your iPhone.
- Sun Dec 06, 2009 5:37 pm
- Forum: Development
- Topic: [Patch] Miscellaneous encx264 issues
- Replies: 2
- Views: 605
Re: [Patch] Miscellaneous encx264 issues
Also, the reason logging doesn't show up for 25fps standard keyints is that the logging message should only show when HB is modifying the value from the library defaults behind the scenes, in a way the user would never be aware of otherwise. Telling them it's at the default is redundant. Like, in t...
- Sun Dec 06, 2009 5:19 pm
- Forum: Mac
- Topic: Poor Quality on Apple TV
- Replies: 13
- Views: 2899
Re: Poor Quality on Apple TV
Because RF 20 (i.e. 60.78%) is good enough for most people.jmerrick wrote:Rodeo: Thanks for the prompt response. If 63% is the break even, why preset on 60.78?
I personally use RF 21 (~59%).
- Sun Dec 06, 2009 4:44 pm
- Forum: General Questions
- Topic: Variance in file sizes
- Replies: 2
- Views: 301
Re: Variance in file sizes
I am sure there is a proper explanation for this oddity. I just figured most of the file sizes would be about the same. That's where you're wrong. The whole point of quality-based encoding is that different sources requires different bitrate (and therefore file sizes) to achieve the same quality. S...
- Sun Dec 06, 2009 4:33 pm
- Forum: General Questions
- Topic: Green lines in preview
- Replies: 14
- Views: 1517
Re: Green lines in preview
It's also missing the beginning. You should find the full log in ~/Library/Application Support/HandBrake/EncodeLogs (where ~ is your Home folder).glu wrote:FYI log above is just for 5 min or so . . . I stopped encoding after 5 min.
- Sun Dec 06, 2009 4:26 pm
- Forum: Mac
- Topic: Poor Quality on Apple TV
- Replies: 13
- Views: 2899
Re: Poor Quality on Apple TV
You must use the "Large file size" option if the output file may exceed 4 GB in size (otherwise, you'll end up with a corrupt, unplayable file). Note that this option is AppleTV-compatible, but breaks compatibility with some iPods (don't know about the iPhone 3G). Also, 75% quality is way ...
- Sun Dec 06, 2009 6:57 am
- Forum: Mac
- Topic: Burned-In Subtitles & Multiple Subtitle Streams
- Replies: 13
- Views: 4475
Re: Burned-In Subtitles & Multiple Subtitle Streams
As for the subtitles, very weird indeed:
But if you encode the first English track and check "Forced Only", you get the correct subtitles?hogfan wrote:Code: Select all
[03:09:04] Subtitle stream 0x20bd 'English': 3157 hits (0 forced)
- Sun Dec 06, 2009 6:39 am
- Forum: Mac
- Topic: Burned-In Subtitles & Multiple Subtitle Streams
- Replies: 13
- Views: 4475
Re: Burned-In Subtitles & Multiple Subtitle Streams
Not related, but: [05:40:14] + encoder: x264 [05:40:14] + options: level=40:ref=2:mixed-refs=1:bframes=3:bime=1:weightb=1:b-rdo=1:direct=auto:b-pyramid=1:me=umh:subq=5:analyse=all:no-fast-pskip=1:deblock=-2,-1 […] [05:40:14] x264 options: Unknown suboption bime [05:40:14] x264 options: Unknown subop...
- Sun Dec 06, 2009 6:32 am
- Forum: Mac
- Topic: Green patchy "Live Preview" on h.264 after recent update
- Replies: 1
- Views: 201
Re: Green patchy "Live Preview" on h.264 after recent update
Quality 0 -> x264 lossless mode -> special H.264 profile, limited compatibility.BurnMyWorld wrote:Code: Select all
[21:21:29] + encoder: x264 [21:21:29] + options: trellis=0:weightb=0:no-dct-decimate=1:no-fast-pskip=1:b-pyramid=1 [21:21:29] + quality: 0.00
Solution: for x264, use RF 23-19 (55-63%).
- Sun Dec 06, 2009 6:23 am
- Forum: Devices and Presets
- Topic: PSP: Need Help With Settings
- Replies: 34
- Views: 68874
Re: PSP: Need Help With Settings
Encode Log please.jntaylor63 wrote:The problem I have is that even though I set the video to 480x272 and without enforce correct ratio flag set, it still out puts the video to something like 480X208.
- Sun Dec 06, 2009 4:33 am
- Forum: General Questions
- Topic: Pyramidal B-Frames and PS3 audio issue
- Replies: 13
- Views: 1952
Re: Pyramidal B-Frames and PS3 audio issue
The advanced panel hasn't been updated in a while. Next time it gets updated, b-pyramid will be removed from the panel altogether (now that x264 has mb-tree, it's not terribly useful - and it never was, even before mb-tree).
- Sun Dec 06, 2009 4:10 am
- Forum: Development
- Topic: [Patch] Miscellaneous encx264 issues
- Replies: 2
- Views: 605
[Patch] Miscellaneous encx264 issues
I noticed 2 very minor issues with the code in encx264.c. First, we check whether b-frames or b-pyramid are enabled by checking the x264 options string. Which isn't really a problem for b-frames, but job->areBframes is set to 2 when "b-pyramid" is in the string, regardless of whether it's ...
- Sun Dec 06, 2009 3:31 am
- Forum: Mac
- Topic: Presets on 9.0.4
- Replies: 8
- Views: 1313
Re: Presets on 9.0.4
I can't get to the local host link that you provided, but I do understand where the presets should be. When I open the tray on the right side of the handbrake window, there are three items that are grayed out, Apple, Regular, and Legacy. There is nothing there to open or view. BK You do realize tha...
- Sun Dec 06, 2009 1:58 am
- Forum: Mac
- Topic: More VLC Issues
- Replies: 4
- Views: 803
Re: More VLC Issues
There's a bug in 0.9.4 - "Attempt scan anyway" is broken. It's been fixed, the fix will be included in the next release.
As for HandBrake not seeing your Universal build of VLC, that's weird. Can you launch HandBrake, attempt to open a DVD, and post the contents of the Activity window?
As for HandBrake not seeing your Universal build of VLC, that's weird. Can you launch HandBrake, attempt to open a DVD, and post the contents of the Activity window?
- Sun Dec 06, 2009 1:54 am
- Forum: General Questions
- Topic: Pyramidal B-Frames and PS3 audio issue
- Replies: 13
- Views: 1952
Re: Pyramidal B-Frames and PS3 audio issue
As jbrjake pointed out on IRC: hb uses an mp4 feature called an edit list to realign the audio after the video render offsets from b-frames. maybe the sync is always off on the ps3 when b-frames are on and it's only really noticeable with b-pyamid because the offset becomes larger? which makes sense...
- Sun Dec 06, 2009 1:17 am
- Forum: General Questions
- Topic: Pyramidal B-Frames and PS3 audio issue
- Replies: 13
- Views: 1952
Re: Pyramidal B-Frames and PS3 audio issue
b-adapt=2:rc-lookahead=50:direct=auto:b-pyramid=1:me=umh:subq=9:analyse=all:no-fast-pskip=1 I would guess if mbtree is necessary for b-pyramid then it would be automatically placed in the option string. If I unselect Pyramidal B-Frames which actually removes b-pyramid from the option string, it see...
- Sat Dec 05, 2009 8:16 pm
- Forum: Mac
- Topic: Burned-In Subtitles & Multiple Subtitle Streams
- Replies: 13
- Views: 4475
Re: Burned-In Subtitles & Multiple Subtitle Streams
Please, just get the log from ~/Library/Application\ Support/EncodeLogs/ instead.
- Sat Dec 05, 2009 7:25 pm
- Forum: Mac
- Topic: Burned-In Subtitles & Multiple Subtitle Streams
- Replies: 13
- Views: 4475
Re: Burned-In Subtitles & Multiple Subtitle Streams
This is weird. If the English track had the forced subs, Foreign Audio Search + Forced Only should have found it, unless the first audio track in the audio list isn't English, or that you set a language other than English or Any in the HandBrake preferences. Could you post the encode log for the fir...
- Sat Dec 05, 2009 6:14 pm
- Forum: *nix
- Topic: Video Encoding Hangs - Certain Movies
- Replies: 23
- Views: 3353
Re: Video Encoding Hangs - Certain Movies
This looks weird:
Edit: But apparently isn't. I just don't know loose anamorphic very well…Gamzarme wrote:Code: Select all
[18:55:34] + loose anamorphic [18:55:34] + modulus: 2
- Sat Dec 05, 2009 6:04 pm
- Forum: Devices and Presets
- Topic: iPod Touch / iPhone preset
- Replies: 18
- Views: 3212
Re: iPod Touch / iPhone preset
Flame war aside on how my intellect is inferior to a developer. (That's why I'm here ya know?) My problem with the new Ipod Touch presets resides in the inability of my Android device to play the new encryption presets. Is there a simple, polite fix to set up the prior presets in 0.9.3? Thanks for ...
- Sat Dec 05, 2009 5:56 pm
- Forum: General Questions
- Topic: Green lines in preview
- Replies: 14
- Views: 1517
Re: Green lines in preview
1) HandBrake does not accept donations.
2) Don't open the IFO file directly; instead, point HandBrake to the enclosing VIDEO_TS folder.
3) If that still doesn't work, please provide an encode log (the log you provided above is a scan log).
2) Don't open the IFO file directly; instead, point HandBrake to the enclosing VIDEO_TS folder.
3) If that still doesn't work, please provide an encode log (the log you provided above is a scan log).
- Sat Dec 05, 2009 5:52 pm
- Forum: General Questions
- Topic: Pyramidal B-Frames and PS3 audio issue
- Replies: 13
- Views: 1952
Re: Pyramidal B-Frames and PS3 audio issue
To be more specific, did you add mbtree=0 to your x264 options string? Otherwise you're not using b-pyramid, so the issue is elsewhere.jbrjake wrote:Why would you want to turn off mbtree?
Also, as jbrjake pointed out, turning off mb-tree is a bad idea. mb-tree is much more useful than b-pyramid.