[x264-devel] Generating H264 for iPad?

Robert Reinhardt robert at theMakers.com
Wed Feb 22 19:46:55 CET 2012


I've seen some High profile encodes work on iPad1/2, the deployment strategy I recommend for Flash/HTML5 playback is a set of adaptive encodes in H.264 Main profile for tablet/desktop, and a set of adaptive encodes in H.264 Baseline for broad smartphone playback. The samples I have on my videoRx.com site (http://videoRx.com/samples) utilize my JavaScript library, players, and streaming recommendations. 

-Robert

Robert Reinhardt
The difference knowledge + experience makes | Consultant @ [theMAKERS]
{ work: http://theMakers.com }
{ video:  http://videoRx.com }
{ blog: http://probablyjustme.com }

________________________________________
From: x264-devel-bounces at videolan.org [x264-devel-bounces at videolan.org] on behalf of Jason Garrett-Glaser [jason at x264.com]
Sent: Tuesday, February 21, 2012 2:48 PM
To: Mailing list for x264 developers
Subject: Re: [x264-devel] Generating H264 for iPad?

On Tue, Feb 21, 2012 at 2:20 PM, Reindl Harald <h.reindl at thelounge.net> wrote:
>
>
> Am 21.02.2012 23:18, schrieb Hadmut Danisch:
>> Hi,
>>
>> I just ran into a particular problem with ffmpeg and H264 encoding, and
>> was forwarded by package maintainers to this mailing list.
>>
>>
>> I'd like to convert several videos into H264, most of them into
>> 1280x720, currently testing bitrates between 700k and 2000k. I'd like to
>> use the generated videos on Computers, network DLNA streamers, and
>> mobile devices such as iPad.
>>
>> The problem I've ran into:
>>
>> The videos I generate with ffmpeg (e.g. ffmpeg -i sample_in.mp4 -vcodec
>> libx264 -vpre superfast -b 2000k -acodec copy -s 1280x720 -aspect 16:9
>> sample_out.mp4 ) can be viewed without any problem on computers and my
>> network streamers, but not on my iPad. The iPad drops frames, can't
>> generate full screens, completely freezes the screen. This does not
>> happen if I reduze the resolution. The problem is obviously that the
>> iPad does not have enough computation power.
>
> you need baseline profile!
>
> iphones are refusing videos with main-profile completly

This is false; Apple has marketed Main Profile support for years and,
in reality, iPads actually support High Profile.

Jason
_______________________________________________
x264-devel mailing list
x264-devel at videolan.org
http://mailman.videolan.org/listinfo/x264-devel


More information about the x264-devel mailing list