Re: [FFmpeg-user] ffmpeg 32 bit or 64 bit

2019-05-01 Thread Carl Eugen Hoyos
Am Mi., 1. Mai 2019 um 14:07 Uhr schrieb Moritz Barsnick :
>
> On Wed, May 01, 2019 at 17:24:45 +0545, Remo Rayamajhi wrote:
> > Well i have installed 64 bit of Os but someone told me even I compile from
> > compilation guide I would get 32 bit of ffmpeg ..that's why I asked

Only if "gcc" defaults to a compiler for 32 bit which is possible
but unlikely. Iirc, gcc -v tells you.

> That's most likely nonsense. While it's not impossible, you'd have to
> jump though quite a few hoops to get a 32 bit ffmpeg on a "standard"
> system.

The "hoop" would be to do:
$ ./configure --cc='gcc -m32'

Note that it is possible to install a compiler that defaults to i686 on an
x86_64 system as default compiler, it is unusual though.

Carl Eugen
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] ffmpeg 32 bit or 64 bit

2019-05-01 Thread Reindl Harald


Am 01.05.19 um 13:39 schrieb Remo Rayamajhi:
> Well i have installed 64 bit of Os but someone told me even I compile from
> compilation guide I would get 32 bit of ffmpeg ..that's why I asked

cross compile don't happen by accident and needs additional work

especially you need the libraries and devel-packages in 32bit installed
which also don't happen by magic

> On Wed, May 1, 2019, 5:20 PM Reindl Harald  wrote:
>>
>> Am 01.05.19 um 12:39 schrieb Remo Rayamajhi:
>>> If i compile the ffmpeg from ubuntu compilation guide .. how can i know
>> is
>>> it 32 bit ffmpeg or 64 bit ???
>>
>> well, you should know if you have a 32 bit or 64 bit system installed...
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] ffmpeg 32 bit or 64 bit

2019-05-01 Thread Moritz Barsnick
On Wed, May 01, 2019 at 17:24:45 +0545, Remo Rayamajhi wrote:
> Well i have installed 64 bit of Os but someone told me even I compile from
> compilation guide I would get 32 bit of ffmpeg ..that's why I asked

That's most likely nonsense. While it's not impossible, you'd have to
jump though quite a few hoops to get a 32 bit ffmpeg on a "standard"
system.

To go sure, you can check your resulting binary (or library) e.g. with
the tool "file":

My 32 bit system:
$ file ffmpeg
ffmpeg: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically 
linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.6.9, 
BuildID[sha1]=e46979b5bf2553f343c522d8a5752eff179c9bab, stripped

My 64 bit system:
$ file ffmpeg
ffmpeg: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically 
linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, 
BuildID[sha1]=6fafd8ac8dcd60c4a4172d05c82754e8342766b2, stripped

Cheers,
Moritz
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] ffmpeg 32 bit or 64 bit

2019-05-01 Thread Remo Rayamajhi
Well i have installed 64 bit of Os but someone told me even I compile from
compilation guide I would get 32 bit of ffmpeg ..that's why I asked

On Wed, May 1, 2019, 5:20 PM Reindl Harald  wrote:

>
>
> Am 01.05.19 um 12:39 schrieb Remo Rayamajhi:
> > If i compile the ffmpeg from ubuntu compilation guide .. how can i know
> is
> > it 32 bit ffmpeg or 64 bit ???
>
> well, you should know if you have a 32 bit or 64 bit system installed...
> ___
> ffmpeg-user mailing list
> ffmpeg-user@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] ffmpeg 32 bit or 64 bit

2019-05-01 Thread Reindl Harald


Am 01.05.19 um 12:39 schrieb Remo Rayamajhi:
> If i compile the ffmpeg from ubuntu compilation guide .. how can i know is
> it 32 bit ffmpeg or 64 bit ???

well, you should know if you have a 32 bit or 64 bit system installed...
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".