<div dir="ltr">Hi, <div><br></div><div style>Could you please tell me the where exactaly SEI user key i can  get in vlc code.</div><div style><br></div><div style>And also please tell the below parameters where i can get.</div>
<div style><br></div><div style>1. diffIntraToNonIntraMBs -->  Absolute difference of number of intra MBs and number of non-intra MBs</div><div style><br></div><div style>2. numMBsInFrame --> Number of MBs in a frame</div>
<div style>3. pSliceSizes  --> the number of MBs in each slice</div><div style><br></div><div style><br></div><div class="gmail_extra"><br clear="all"><div>Advance Thanks<br>Obulesu BC</div>
<br><br><div class="gmail_quote">On Thu, Jan 24, 2013 at 10:55 PM,  <span dir="ltr"><<a href="mailto:x264-devel-request@videolan.org" target="_blank">x264-devel-request@videolan.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Send x264-devel mailing list submissions to<br>
        <a href="mailto:x264-devel@videolan.org">x264-devel@videolan.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://mailman.videolan.org/listinfo/x264-devel" target="_blank">http://mailman.videolan.org/listinfo/x264-devel</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:x264-devel-request@videolan.org">x264-devel-request@videolan.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:x264-devel-owner@videolan.org">x264-devel-owner@videolan.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of x264-devel digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. HEVC encoder support (Karthick Kumar)<br>
   2. Compiling x264 for iOS (problem report) (Alexey Kuzmin)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Thu, 24 Jan 2013 21:25:59 +0530<br>
From: Karthick Kumar <<a href="mailto:karthik1990r@gmail.com">karthik1990r@gmail.com</a>><br>
To: <a href="mailto:x264-devel@videolan.org">x264-devel@videolan.org</a><br>
Subject: [x264-devel] HEVC encoder support<br>
Message-ID:<br>
        <CALgpdToD_dsb3CyzXF=a=<a href="mailto:gjt7zdmN8EPjNPQSWZ9yZ1uBwOmwg@mail.gmail.com">gjt7zdmN8EPjNPQSWZ9yZ1uBwOmwg@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
At present, I'm using x264 for my streaming application. I would like to<br>
upgrade it to HEVC encoder as my clients have the HEVC decoder support. Is<br>
the open source implementation of HEVC started ? Can anyone share when will<br>
it be ready ?<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://mailman.videolan.org/pipermail/x264-devel/attachments/20130124/e4eacdd3/attachment-0001.html" target="_blank">http://mailman.videolan.org/pipermail/x264-devel/attachments/20130124/e4eacdd3/attachment-0001.html</a>><br>

<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Wed, 23 Jan 2013 13:26:48 +0600<br>
From: Alexey Kuzmin <<a href="mailto:aukuzmin@me.com">aukuzmin@me.com</a>><br>
To: <a href="mailto:x264-devel@videolan.org">x264-devel@videolan.org</a><br>
Subject: [x264-devel] Compiling x264 for iOS (problem report)<br>
Message-ID: <<a href="mailto:E9666BE4-9691-49AB-B460-20468C3EFD79@me.com">E9666BE4-9691-49AB-B460-20468C3EFD79@me.com</a>><br>
Content-Type: text/plain; charset="us-ascii"<br>
<br>
Greeting!<br>
<br>
I would like to share with some compilation problem while I was prepared libx264.a. Then I was linked libx264 with the ffmpeg compilation and meat some problem.<br>
<br>
All Steps:<br>
<br>
1. Source downloading of the libx264<br>
<br>
> git clone git://<a href="http://git.videolan.org/x264.git" target="_blank">git.videolan.org/x264.git</a><br>
<br>
2. Compiling libx264 for iOS (let's say it will be for armv7s)<br>
<br>
> CC=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/llvm-gcc ./configure \<br>
--host=arm-apple-darwin \<br>
--sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.0.sdk \<br>
--prefix=armv7s \<br>
--extra-cflags="-arch armv7s -mcpu=cortex-a9" \<br>
--extra-ldflags="-arch armv7s -L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.0.sdk/usr/lib/system" \<br>
--enable-static \<br>
<br>
On that step I have compiled library and includes. Compiles library I was copy to the /usr/local/lib and includes I was copy to the /usr/local/include<br>
<br>
3. Source downloading of the ffmpeg<br>
<br>
> git clone git://<a href="http://source.ffmpeg.org/ffmpeg.git" target="_blank">source.ffmpeg.org/ffmpeg.git</a> ffmpeg<br>
<br>
4. Some preparation for ffmpeg compilation<br>
<br>
- Installing mac ports (if not installed)<br>
- Installing pkgconfig (> sudo port install pkgconfig)<br>
- Downloading <a href="http://gas-preprocessor.pl" target="_blank">gas-preprocessor.pl</a> and copy it to the /usr/local/bin<br>
- Then change permitition for <a href="http://gas-preprocessor.pl" target="_blank">gas-preprocessor.pl</a> (> chown 777 /usr/local/bin/<a href="http://gas-preprocessor.pl" target="_blank">gas-preprocessor.pl</a>)<br>
<br>
So for now we are ready to compile and install ffmpeg with libx264<br>
<br>
5. Compiling and installing ffmpeg<br>
<br>
> ./configure \<br>
--prefix=armv7s \<br>
--disable-ffmpeg \<br>
--disable-ffplay \<br>
--disable-ffprobe \<br>
--disable-ffserver \<br>
--enable-avresample \<br>
--enable-cross-compile \<br>
--sysroot="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.0.sdk" \<br>
--target-os=darwin \<br>
--cc="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc" \<br>
--extra-cflags="-arch armv7s -mfpu=neon -miphoneos-version-min=6.0 -I/usr/local/include" \<br>
--extra-ldflags="-arch armv7s -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.0.sdk -miphoneos-version-min=6.0  -L/usr/local/lib" \<br>
--arch=arm \<br>
--cpu=cortex-a9 \<br>
--disable-asm \<br>
--enable-libx264 \<br>
--enable-gpl \<br>
<br>
> make clean && make && make install<br>
<br>
The main thing here is --enable-libx264 option and paths to the libx264 in --extra-cflags and --extra-ldflags<br>
<br>
6. Putting all together<br>
<br>
- Create new Xcode project<br>
- Copy libraries from libx264 to the project<br>
- Copy libraries from ffmpeg to the project<br>
- In the project in the AppDelegate.m file in method didFinishLaunchingWithOptions I added one ffmpeg call avcodec_register_all();<br>
<br>
After running the project I found one warning from XCode<br>
<br>
PIE disabled. Absolute addressing (perhaps -mdynamic-no-pic) not allowed in code signed PIE, but used in l070 from /Users/aukuzmin/Projects/x264/h264/lib/libx264.a(pixel-a.o). To fix this warning, don't compile with -mdynamic-no-pic or link with -Wl,-no_pie<br>

<br>
<br>
I was trying to find out what's going on and I found next thing. When I was configuring libx264 it is compiling with -mdynamic-no-pic flag. I opened configure file and made next:<br>
<br>
And after that I compiled libx264 one more time copied lib to the /usr/local/lib and compiled ffmpeg one more time. Then copy compiled libs to the Xcode and run the demo project.<br>
So warning wash't dismiss.<br>
<br>
So my question is:<br>
<br>
How can I compile libx264 without any warning?<br>
<br>
P.S. My system is OS X 10.8.2, Xcode 4.5.2, iOS SDK 6.0<br>
<br>
Thank you,<br>
Alexey<br>
<br>
<br>
<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://mailman.videolan.org/pipermail/x264-devel/attachments/20130123/ca3377ae/attachment.html" target="_blank">http://mailman.videolan.org/pipermail/x264-devel/attachments/20130123/ca3377ae/attachment.html</a>><br>

-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: Screen Shot 2013-01-23 at 13.24.38.png<br>
Type: image/png<br>
Size: 333501 bytes<br>
Desc: not available<br>
URL: <<a href="http://mailman.videolan.org/pipermail/x264-devel/attachments/20130123/ca3377ae/attachment.png" target="_blank">http://mailman.videolan.org/pipermail/x264-devel/attachments/20130123/ca3377ae/attachment.png</a>><br>

<br>
------------------------------<br>
<br>
_______________________________________________<br>
x264-devel mailing list<br>
<a href="mailto:x264-devel@videolan.org">x264-devel@videolan.org</a><br>
<a href="http://mailman.videolan.org/listinfo/x264-devel" target="_blank">http://mailman.videolan.org/listinfo/x264-devel</a><br>
<br>
<br>
End of x264-devel Digest, Vol 68, Issue 16<br>
******************************************<br>
</blockquote></div><br></div></div>