Re: [FFmpeg-user] FFmpeg Library

2015-09-17 Thread Reindl Harald
Am 17.09.2015 um 13:28 schrieb Satinder Singh: Hi , I send my output file , now please help what's wrong with you that you just can't wait for possible answers while you are NOT USING FFMPEG AT ALL - that is a stoneold libav ffmpeg version 0.8.17, Copyright (c) 2000-2014 the Libav

Re: [FFmpeg-user] FFmpeg Library

2015-09-17 Thread Satinder Singh
Hi , Sir Thank you very Much I install ffmpeg latest version that is working perfectly when I am compiling my code inside the ffmpeg/doc/example directory . but when I am compiling ffplay outside from ffmpeg directory there have some error like :

Re: [FFmpeg-user] FFmpeg Library

2015-09-17 Thread Satinder Singh
Hi ,, Please Help me ! give some solution . On Thu, Sep 17, 2015 at 2:56 PM, Satinder Singh wrote: > ok , I sending, please see the attachment file . > > there have two methods of run the ffmpeg : > > 1. goto ffmpeg directory and run ./ffmpeg > 2. run ffmpeg any where > >

Re: [FFmpeg-user] FFmpeg Library

2015-09-17 Thread Steven Liu
2015-09-17 18:22 GMT+08:00 Satinder Singh : > Hi ,, > > Please Help me ! give some solution . > > On Thu, Sep 17, 2015 at 2:56 PM, Satinder Singh > wrote: > > > ok , I sending, please see the attachment file . > > > > there have two methods of run the

Re: [FFmpeg-user] FFmpeg Library

2015-09-17 Thread Satinder Singh
See that is output : root@satiender-Aspire-E5-571:/home/satiender/Downloads/libav-0.8.17# ./ffmpeg ffmpeg version 0.8.17, Copyright (c) 2000-2014 the Libav developers built on Sep 14 2015 18:09:37 with gcc 4.8.4 The ffmpeg program is only provided for script compatibility and will be removed

Re: [FFmpeg-user] FFmpeg Library

2015-09-17 Thread Steven Liu
You can reference the doc/example file makefile gcc -I. -I./ -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DZLIB_CONST -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization

Re: [FFmpeg-user] FFmpeg Library

2015-09-17 Thread Satinder Singh
yes , I use above gcc syntax : gcc -g doc/examples/muxing.c -o muxing -lavcodec -lavdevice -lavfilter -lavformat -lavutil -lswscale -lswresample -lpostproc -lx264 -lmp3lame -lz -liconv -lbz2 but again I got maximum errors , Can anybody help me and give proper procedure to use ffmpeg API in my C

Re: [FFmpeg-user] FFmpeg Library

2015-09-17 Thread Steven Liu
You should install SDL-devel package, https://www.libsdl.org/download-1.2.php 2015-09-17 20:07 GMT+08:00 Satinder Singh : > Hi , > > Sir Thank you very Much I install ffmpeg latest version that is working > perfectly when I am compiling my code inside the ffmpeg/doc/example

Re: [FFmpeg-user] FFmpeg Library

2015-09-17 Thread Moritz Barsnick
Satinder, please take note of this! Harald pointed it out, but it is still being ignored: On Thu, Sep 17, 2015 at 13:33:06 +0200, Reindl Harald wrote: > what's wrong with you that you just can't wait for possible answers > while you are NOT USING FFMPEG AT ALL - that is a stoneold libav In

Re: [FFmpeg-user] FFmpeg Library

2015-09-17 Thread Satinder Singh
ok , I am Happy now !! Development on video processing is perfectly start :) On Thu, Sep 17, 2015 at 7:18 PM, Moritz Barsnick wrote: > Satinder, please take note of this! Harald pointed it out, but it is > still being ignored: > > On Thu, Sep 17, 2015 at 13:33:06 +0200, Reindl

Re: [FFmpeg-user] FFmpeg Library

2015-09-17 Thread Satinder Singh
ok , thank u ! On Thu, Sep 17, 2015 at 5:56 PM, Steven Liu wrote: > You should install SDL-devel package, > https://www.libsdl.org/download-1.2.php > > 2015-09-17 20:07 GMT+08:00 Satinder Singh : > > > Hi , > > > > Sir Thank you very Much I install