Re: [FFmpeg-user] Compiling ffmpeg with libx264

2016-01-26 Thread Farid Zakaria
The website has some pretty clear documents on how to do it.

Just add --libx264 and make sure the shared libraries are in a default path
(or you can add to the LD_LIBRARY_PATH)
On 25 Jan 2016 10:21 p.m., "Rayden" 
wrote:

> Is there anyone who could help in this?
>
>
>
> --
> View this message in context:
> http://ffmpeg-users.933282.n4.nabble.com/Compiling-ffmpeg-with-libx264-tp4674076p4674112.html
> Sent from the FFmpeg-users mailing list archive at Nabble.com.
> ___
> ffmpeg-user mailing list
> ffmpeg-user@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user


Re: [FFmpeg-user] Compiling ffmpeg with libx264

2016-01-25 Thread Rayden
Is there anyone who could help in this?



--
View this message in context: 
http://ffmpeg-users.933282.n4.nabble.com/Compiling-ffmpeg-with-libx264-tp4674076p4674112.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user


Re: [FFmpeg-user] Compiling ffmpeg with libx264

2016-01-19 Thread Krishnan Unni
Moritz Barsnick  gmx.net> writes:

> 
> On Thu, Jan 14, 2016 at 07:14:26 -0500, Krishnan Unni wrote:
> > successfully. But when I try to compile x264 lib based on the guide
> > provided in ffmpeg wiki it's failing saying "could not identify os"
> 
> I can't even find that string or a similar one in the libx264 source
> tree. (Using 0c21480 from 20150901.)
> 
> Moritz
> ___
> ffmpeg-user mailing list
> ffmpeg-user  ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
> 


Hi Moritz

Sorry for the vague error. Here is the exact error message when I type
"./configure --enable-shared"
The error is "unknown system pc-msys, edit the configure".

Could you please help me with this.

___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user


Re: [FFmpeg-user] Compiling ffmpeg with libx264

2016-01-19 Thread Krishnan Unni
Hi Henrik

I tried launching msys2 from mingw64 shell. But still receiving the same error. 
I am using windows 10 x64. I am trying to get a dll for libx264 which can work 
with visual studio 2015 projects and WinRT app just like ffmpeg. This is how I 
compiled ffmpeg for win10rt: https://trac.ffmpeg.org/wiki/CompilationGuide/WinRT
Tried the same for x264 too. No luck. Could you please guide me.

-Original Message-
From: "Krishnan Unni" <rayden4...@yahoo.co.in>
Sent: ‎1/‎14/‎2016 7:14
To: "ffmpeg-user@ffmpeg.org" <ffmpeg-user@ffmpeg.org>
Subject: Compiling ffmpeg with libx264

Hi

I am trying to compile ffmpeg with libx264 in windows 10 x64. Based on the 
guideline in ffmpeg wiki I am able to compile ffmpeg alone successfully. But 
when I try to compile x264 lib based on the guide provided in ffmpeg wiki it's 
failing saying "could not identify os" and give two links to update the 
configure.* (2 files). Once I updated the file from the provided link and try 
to compile again MSYS is throwing error "could not identify OS" . The same MSYS 
compiled the ffmpeg fine.   please help me to compile libx264 . I know how to 
enable it for ffmpeg once its cookies using the enable-libx264 attribute.
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user


Re: [FFmpeg-user] Compiling ffmpeg with libx264

2016-01-15 Thread Rayden
Sorry for the vague error. Here is the exact error message when I type
"./configure --enable-shared"
The error is "unknown system pc-msys, edit the configure".



--
View this message in context: 
http://ffmpeg-users.933282.n4.nabble.com/Compiling-ffmpeg-with-libx264-tp4674076p4674091.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user


Re: [FFmpeg-user] Compiling ffmpeg with libx264

2016-01-15 Thread Moritz Barsnick
On Thu, Jan 14, 2016 at 07:14:26 -0500, Krishnan Unni wrote:
> successfully. But when I try to compile x264 lib based on the guide
> provided in ffmpeg wiki it's failing saying "could not identify os"

I can't even find that string or a similar one in the libx264 source
tree. (Using 0c21480 from 20150901.)

Moritz
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user


Re: [FFmpeg-user] Compiling ffmpeg with libx264

2016-01-14 Thread Rayden
Hi
I tried contacting the user community in the mail address provided. Didn't
receive any response, that's why I came here. Thought there would be people
who would have done this and willing to help. My apologies if this is the
wrong place to put this.



--
View this message in context: 
http://ffmpeg-users.933282.n4.nabble.com/Compiling-ffmpeg-with-libx264-tp4674076p4674078.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user


[FFmpeg-user] Compiling ffmpeg with libx264

2016-01-14 Thread Krishnan Unni
Hi

I am trying to compile ffmpeg with libx264 in windows 10 x64. Based on the 
guideline in ffmpeg wiki I am able to compile ffmpeg alone successfully. But 
when I try to compile x264 lib based on the guide provided in ffmpeg wiki it's 
failing saying "could not identify os" and give two links to update the 
configure.* (2 files). Once I updated the file from the provided link and try 
to compile again MSYS is throwing error "could not identify OS" . The same MSYS 
compiled the ffmpeg fine.   please help me to compile libx264 . I know how to 
enable it for ffmpeg once its cookies using the enable-libx264 attribute.
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user


Re: [FFmpeg-user] Compiling ffmpeg with libx264

2016-01-14 Thread Lou
On Thu, 14 Jan 2016 07:14:26 -0500
Krishnan Unni  wrote:

> I am able to compile ffmpeg alone successfully. But when I try to
> compile x264 lib based on the guide provided in ffmpeg wiki it's
> failing saying "could not identify os"

If you're having problems compiling x264 you should get help from x264.
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user