[FFmpeg-user] SAR changes when stream copying y4m video to Matroska when SAR is present in source

2016-07-24 Thread Kieran O Leary
Hello,

I posted a similar issue recently where an unknown SAR was declared as
1:1 when stream copied to matroska.

I think this is a different issue because the SAR is declared in the
source in this instance. I am running some tests on the xiph/derf
collection and found that a lot of the videos had different aspect
ratios when stream copied to matroska.

I am wondering if this is an issue with the Matroska specifcation or
some issue with ffmpeg. For what it's worth, I looked at the output
file in mediaconch and PixelWidth is listed as 176, and DisplayWidth
is listed as 193.

Source can be downloaded from here
https://media.xiph.org/video/derf/y4m/bus_qcif_15fps.y4m
Full command and output at the bottom of the email, but here's the key
details from the input:

Input #0, yuv4mpegpipe, from 'bus_qcif_15fps.y4m':
  Duration: 00:00:05.00, start: 0.00, bitrate: 4562 kb/s
Stream #0:0: Video: rawvideo (I420 / 0x30323449), yuv420p,
176x144, SAR 128:117 DAR 1408:1053, 15 fps, 15 tbr, 15 tbn, 15 tbc

and the output:

Input #0, matroska,webm, from 'out.mkv':
  Metadata:
ENCODER : Lavf57.41.100
  Duration: 00:00:05.00, start: 0.00, bitrate: 4568 kb/s
Stream #0:0: Video: rawvideo (I420 / 0x30323449), yuv420p,
176x144, SAR 193:176 DAR 193:144, 15 fps, 15 tbr, 1k tbn, 1k tbc
(default)

2 outputs will follow:

1. Stream copy to Matroska
2. ffmpeg -i  of output file


1.

 ffmpeg -i bus_qcif_15fps.y4m -c copy out.mkv
ffmpeg version N-44317-g7af44ce Copyright (c) 2000-2016 the FFmpeg developers
  built with gcc 4.8 (Ubuntu 4.8.4-2ubuntu1~14.04.3)
  configuration:
--prefix=/home/kieranjol/.linuxbrew/Cellar/ffmpeg/HEAD --enable-shared
--enable-pthreads --enable-gpl --enable-version3
--enable-hardcoded-tables --enable-avresample --cc=/usr/bin/gcc-4.8
--host-cflags='-Os -w -pipe -march=core2'
--host-ldflags='-L/home/kieranjol/.linuxbrew/lib
-Wl,--dynamic-linker=/home/kieranjol/.linuxbrew/lib/ld.so
-Wl,-rpath,/home/kieranjol/.linuxbrew/lib' --enable-libx264
--enable-libmp3lame --enable-libxvid --enable-vda
  libavutil  55. 28.100 / 55. 28.100
  libavcodec 57. 50.100 / 57. 50.100
  libavformat57. 41.100 / 57. 41.100
  libavdevice57.  0.102 / 57.  0.102
  libavfilter 6. 47.100 /  6. 47.100
  libavresample   3.  0.  0 /  3.  0.  0
  libswscale  4.  1.100 /  4.  1.100
  libswresample   2.  1.100 /  2.  1.100
  libpostproc54.  0.100 / 54.  0.100
Input #0, yuv4mpegpipe, from 'bus_qcif_15fps.y4m':
  Duration: 00:00:05.00, start: 0.00, bitrate: 4562 kb/s
Stream #0:0: Video: rawvideo (I420 / 0x30323449), yuv420p,
176x144, SAR 128:117 DAR 1408:1053, 15 fps, 15 tbr, 15 tbn, 15 tbc
File 'out.mkv' already exists. Overwrite ? [y/N] y
[matroska @ 0x21ba860] Using AVStream.codec to pass codec parameters
to muxers is deprecated, use AVStream.codecpar instead.
Output #0, matroska, to 'out.mkv':
  Metadata:
encoder : Lavf57.41.100
Stream #0:0: Video: rawvideo (I420 / 0x30323449), yuv420p, 176x144
[SAR 128:117 DAR 1408:1053], q=2-31, 15 fps, 15 tbr, 1k tbn, 15 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (copy)
Press [q] to stop, [?] for help
frame=   75 fps=0.0 q=-1.0 Lsize=2788kB time=00:00:04.93
bitrate=4629.1kbits/s speed= 115x
video:2784kB audio:0kB subtitle:0kB other streams:0kB global
headers:0kB muxing overhead: 0.134154%


2.


ffmpeg -i out.mkv
ffmpeg version N-44317-g7af44ce Copyright (c) 2000-2016 the FFmpeg developers
  built with gcc 4.8 (Ubuntu 4.8.4-2ubuntu1~14.04.3)
  configuration:
--prefix=/home/kieranjol/.linuxbrew/Cellar/ffmpeg/HEAD --enable-shared
--enable-pthreads --enable-gpl --enable-version3
--enable-hardcoded-tables --enable-avresample --cc=/usr/bin/gcc-4.8
--host-cflags='-Os -w -pipe -march=core2'
--host-ldflags='-L/home/kieranjol/.linuxbrew/lib
-Wl,--dynamic-linker=/home/kieranjol/.linuxbrew/lib/ld.so
-Wl,-rpath,/home/kieranjol/.linuxbrew/lib' --enable-libx264
--enable-libmp3lame --enable-libxvid --enable-vda
  libavutil  55. 28.100 / 55. 28.100
  libavcodec 57. 50.100 / 57. 50.100
  libavformat57. 41.100 / 57. 41.100
  libavdevice57.  0.102 / 57.  0.102
  libavfilter 6. 47.100 /  6. 47.100
  libavresample   3.  0.  0 /  3.  0.  0
  libswscale  4.  1.100 /  4.  1.100
  libswresample   2.  1.100 /  2.  1.100
  libpostproc54.  0.100 / 54.  0.100
Input #0, matroska,webm, from 'out.mkv':
  Metadata:
ENCODER : Lavf57.41.100
  Duration: 00:00:05.00, start: 0.00, bitrate: 4568 kb/s
Stream #0:0: Video: rawvideo (I420 / 0x30323449), yuv420p,
176x144, SAR 193:176 DAR 193:144, 15 fps, 15 tbr, 1k tbn, 1k tbc
(default)
Metadata:
  DURATION: 00:00:05.0
At least one output file must be specified


Best,

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

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

Re: [FFmpeg-user] (no subject)

2016-07-24 Thread Carl Eugen Hoyos
Phil Rhodes  rocketmail.com> writes:

> That's "manners," you insolent prick.

Thank you for correcting me, as you probably assumed, I am 
not a native speaker.

[...]

> Please be aware that you are tolerated for your technical 
> knowledge

That surprises me very much given that among all contributors 
I probably have least technical knowledge.

As said, your quoting looks broken here, please try to fix it.

Carl Eugen

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

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

Re: [FFmpeg-user] (no subject)

2016-07-24 Thread Carl Eugen Hoyos
Moritz Barsnick  gmx.net> writes:

> With that very old version of ffmpeg, he would have to, 
> as it doesn't support "-to". 

Which imo makes the whole try to support the OP less 
helpful, sorry.

Carl Eugen

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

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

Re: [FFmpeg-user] (no subject)

2016-07-24 Thread RDP
On 24 Jul 2016 6:09 p.m., "Phil Rhodes"  wrote:
>
> I have also criticised Carl Eugen when he's been >rude, which even his
greatest admirer would have to >admit is something he does almost
constantly.

With all due respect, would it not be bright and better idea to take any
cat-fighting Off-List, gentlemen?  ;o)  Then make up, and go buy each other
a pint?

As to being brusque ( better description ), there are those who are very
protective of their projects, or those they are actively involved in.
Prime example? Linus Torvalds' candid take his own impatience and temper (
check out http://ted.com )

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

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

Re: [FFmpeg-user] (no subject)

2016-07-24 Thread Moritz Barsnick
On Sun, Jul 24, 2016 at 18:16:14 +0200, Cley Faye wrote:
> of your input might change. The "-t" option allows you to specify a
> duration instead of a timestamp if this is an issue.

With that very old version of ffmpeg, he would have to, as it doesn't
support "-to". ;-)

> If I'm not wrong, your command line would look something like this:
> # ffmpeg -ss 00:00:10 -to 00:00:20 -i
> /home/lamas44747/public_html/sarmaye.mp4 -c copy
> /home/lamas44747/public_html/split.mp4

Let me add that you need to be prepared for surprises. To quote the
wiki:
"Note that if you specify -ss before -i only, the timestamps will be
reset to zero, so -t and -to have not the same effect. If you want to
keep the original timestamps, add the -copyts option."

Please see some of the examples here (none of them using "-to" as an
input option by the way):
https://trac.ffmpeg.org/wiki/Seeking#Cuttingsmallsections

Moritz

P.S.: Thanks for a technical email. The list doesn't get many these
  days. ;) But I too agree ffmpeg-0.6.x really shouldn't be
  supported. With 2.8.x I wouldn't be so hard on the poster.
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://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 output problems !!!

2016-07-24 Thread Moritz Barsnick
On Sun, Jul 24, 2016 at 21:36:09 +0430, Walid Salman wrote:
> I download it where shall I add the ffmpeg folder to do :

If building it (and its required dependencies) is too complicated for
you, please do check if one of the pre-built binaries provided by this
site works for you:

http://johnvansickle.com/ffmpeg/

(We prefer you to choose the "git" versions above, not the release
"3.1.1" below.)

As the page says, just unpack and run ./ffmpeg (instead of the one
provided by your yum install).

Moritz
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://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 output problems !!!

2016-07-24 Thread Ricardo Martinez
well, i only readt WHM , Cloud ... and ffmpeg,

i think that u shouldn't install ffmpeg in this server...

2016-07-24 19:08 GMT+02:00 Reindl Harald :

>
>
> Am 24.07.2016 um 19:06 schrieb Walid Salman:
>
>> Hello,
>>
>> Thank you for your kindly replay ... I am sorry to bother you ززز
>>
>> I download it where shall I add the ffmpeg folder to do :
>>
>> * ./confugure
>> * make
>> * make install
>>
>
> sorry, i fear that's the wrong place to start educate basics like compile
> software on linux
>
>
> On Sun, Jul 24, 2016 at 9:28 PM, Reindl Harald 
>> wrote:
>>
>>
>>>
>>> Am 24.07.2016 um 18:51 schrieb Walid Salman:
>>>
>>> I am using cloudlinux 6.8 x86_64 standard form (cpanel) )on my server.
 Is there any way to update FFmpeg version 0.6.5, to the newest version.


>>> * RTFM
>>> * download source tarball
>>> * install build requirements
>>> * ./confugure
>>> * make
>>> * make install
>>>
>>> or complain to whatever repo you pulled ffmpeg from why these idiots not
>>> doing their job and still spread outdated packages with a massive amount
>>> of
>>> security relevant bugs - they *are not helpful* offer such binary
>>> packages
>>>
>>>
>>> On Sun, Jul 24, 2016 at 9:08 PM, Reindl Harald 
>>>
 wrote:



> Am 24.07.2016 um 12:40 schrieb Walid Salman:
>
> How i get the last full ffmpeg :
>
>> In linux i used the command line :
>> Yum install ffmpeg
>> Any bodudy know the about that to advice me
>>
>>
>> by just install a serious operating system -
>
> [harry@srv-rhsoft:~]$ cat /etc/redhat-release
> Generic release 24 (Generic)
>
> rpmfusion for a supported release has a recent ffmpeg
>

>
> ___
> ffmpeg-user mailing list
> ffmpeg-user@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
>



-- 
Ricardo
___
IT Architect
website: http://www.pulsarinara.com
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

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

Re: [FFmpeg-user] (no subject)

2016-07-24 Thread Phil Rhodes
> you are trolling over years here

This is not true.
I have pointed out problems with some of the basic video engineering in ffmpeg. 
I have also criticised Carl Eugen when he's been rude, which even his greatest 
admirer would have to admit is something he does almost constantly.
I'm not here to cause trouble. I consider both of those things to be relevant 
and useful contributions.
P
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://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 output problems !!!

2016-07-24 Thread Reindl Harald



Am 24.07.2016 um 19:06 schrieb Walid Salman:

Hello,

Thank you for your kindly replay ... I am sorry to bother you ززز

I download it where shall I add the ffmpeg folder to do :

* ./confugure
* make
* make install


sorry, i fear that's the wrong place to start educate basics like 
compile software on linux



On Sun, Jul 24, 2016 at 9:28 PM, Reindl Harald 
wrote:




Am 24.07.2016 um 18:51 schrieb Walid Salman:


I am using cloudlinux 6.8 x86_64 standard form (cpanel) )on my server.
Is there any way to update FFmpeg version 0.6.5, to the newest version.



* RTFM
* download source tarball
* install build requirements
* ./confugure
* make
* make install

or complain to whatever repo you pulled ffmpeg from why these idiots not
doing their job and still spread outdated packages with a massive amount of
security relevant bugs - they *are not helpful* offer such binary packages


On Sun, Jul 24, 2016 at 9:08 PM, Reindl Harald 

wrote:




Am 24.07.2016 um 12:40 schrieb Walid Salman:

How i get the last full ffmpeg :

In linux i used the command line :
Yum install ffmpeg
Any bodudy know the about that to advice me



by just install a serious operating system -

[harry@srv-rhsoft:~]$ cat /etc/redhat-release
Generic release 24 (Generic)

rpmfusion for a supported release has a recent ffmpeg




signature.asc
Description: OpenPGP digital signature
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://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 output problems !!!

2016-07-24 Thread Walid Salman
Hello,

Thank you for your kindly replay ... I am sorry to bother you ززز

I download it where shall I add the ffmpeg folder to do :

* ./confugure
* make
* make install

On Sun, Jul 24, 2016 at 9:28 PM, Reindl Harald 
wrote:

>
>
> Am 24.07.2016 um 18:51 schrieb Walid Salman:
>
>> I am using cloudlinux 6.8 x86_64 standard form (cpanel) )on my server.
>> Is there any way to update FFmpeg version 0.6.5, to the newest version.
>>
>
> * RTFM
> * download source tarball
> * install build requirements
> * ./confugure
> * make
> * make install
>
> or complain to whatever repo you pulled ffmpeg from why these idiots not
> doing their job and still spread outdated packages with a massive amount of
> security relevant bugs - they *are not helpful* offer such binary packages
>
>
> On Sun, Jul 24, 2016 at 9:08 PM, Reindl Harald 
>> wrote:
>>
>>
>>>
>>> Am 24.07.2016 um 12:40 schrieb Walid Salman:
>>>
>>> How i get the last full ffmpeg :
 In linux i used the command line :
 Yum install ffmpeg
 Any bodudy know the about that to advice me


>>> by just install a serious operating system -
>>>
>>> [harry@srv-rhsoft:~]$ cat /etc/redhat-release
>>> Generic release 24 (Generic)
>>>
>>> rpmfusion for a supported release has a recent ffmpeg
>>>
>>
>
> ___
> ffmpeg-user mailing list
> ffmpeg-user@ffmpeg.org
> http://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
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

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

Re: [FFmpeg-user] (no subject)

2016-07-24 Thread Reindl Harald



Am 24.07.2016 um 18:56 schrieb Phil Rhodes:

 Please understand that this has changed now, you are not> allowed anymore to 
speak open on our mailing lists, you > have to suppress you arrogant manors.

That's "manners," you insolent prick.
But in any case, the idea that I'm going to accept advice from you on good 
behaviour is hilarious. You are one of the most arrogant, condescending people 
I've ever come across. Your presumptiveness is absolutely astounding, and you 
do it every day. I post a few times a year.
Tellingly, whenever I have met people in person who use this list, your 
staggering rudeness has, without exception, been a topic of conversation. 
You're a laughing stock. Please be aware that you are tolerated for your 
technical knowledge; you are certainly not liked, at least not by any of the 
list users I've met. Whether you have some sort of psychological condition 
which renders you unable to understand this situation I don't know, but it 
isn't really my problem: it is nonetheless true.
Doubtless you're very sure of your position, so I'm sure you won't mind posting 
this publicly.


piss somewehre in the wood - you are trolling over years here



signature.asc
Description: OpenPGP digital signature
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

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

Re: [FFmpeg-user] (no subject)

2016-07-24 Thread RDP
On 24 Jul 2016 5:51 p.m., "Nicolas George"  wrote:
>
> Le septidi 7 thermidor, an CCXXIV, RDP a écrit :
> > (.. incidentally, Phil, your list email also ended up in my spam
folder..
>
> That means your spam filter does its job.

I know!  Though there *was* an intentional double entendre in there (
somewhere )..

.. and I think you meant *is* doing its job?  ;o)

[ Exeunts rapidly Stage Left ( with broad grin ) before I too suffer slings
and arrows.. ]
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

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

Re: [FFmpeg-user] (no subject)

2016-07-24 Thread Phil Rhodes
> Please understand that this has changed now, you are not> allowed anymore to 
>speak open on our mailing lists, you > have to suppress you arrogant manors.
That's "manners," you insolent prick.
But in any case, the idea that I'm going to accept advice from you on good 
behaviour is hilarious. You are one of the most arrogant, condescending people 
I've ever come across. Your presumptiveness is absolutely astounding, and you 
do it every day. I post a few times a year.
Tellingly, whenever I have met people in person who use this list, your 
staggering rudeness has, without exception, been a topic of conversation. 
You're a laughing stock. Please be aware that you are tolerated for your 
technical knowledge; you are certainly not liked, at least not by any of the 
list users I've met. Whether you have some sort of psychological condition 
which renders you unable to understand this situation I don't know, but it 
isn't really my problem: it is nonetheless true.
Doubtless you're very sure of your position, so I'm sure you won't mind posting 
this publicly.
P  
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://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 output problems !!!

2016-07-24 Thread Reindl Harald



Am 24.07.2016 um 18:51 schrieb Walid Salman:

I am using cloudlinux 6.8 x86_64 standard form (cpanel) )on my server.
Is there any way to update FFmpeg version 0.6.5, to the newest version.


* RTFM
* download source tarball
* install build requirements
* ./confugure
* make
* make install

or complain to whatever repo you pulled ffmpeg from why these idiots not 
doing their job and still spread outdated packages with a massive amount 
of security relevant bugs - they *are not helpful* offer such binary 
packages



On Sun, Jul 24, 2016 at 9:08 PM, Reindl Harald 
wrote:




Am 24.07.2016 um 12:40 schrieb Walid Salman:


How i get the last full ffmpeg :
In linux i used the command line :
Yum install ffmpeg
Any bodudy know the about that to advice me



by just install a serious operating system -

[harry@srv-rhsoft:~]$ cat /etc/redhat-release
Generic release 24 (Generic)

rpmfusion for a supported release has a recent ffmpeg




signature.asc
Description: OpenPGP digital signature
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

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

Re: [FFmpeg-user] (no subject)

2016-07-24 Thread Reindl Harald



Am 24.07.2016 um 18:51 schrieb Nicolas George:

Le septidi 7 thermidor, an CCXXIV, RDP a écrit :

(.. incidentally, Phil, your list email also ended up in my spam folder..


That means your spam filter does its job


or it does an d the yahoo server which randomly was used for that 
message was on too much RBL's this time since Yahoo is *one pf the 
major* spam supporters even allowing forged envelope senders


Received: from nm12-vm0.bullet.mail.bf1.yahoo.com 
(nm12-vm0.bullet.mail.bf1.yahoo.com [98.139.213.140])


spam.dnsbl.sorbs.netLISTED  127.0.0.6



signature.asc
Description: OpenPGP digital signature
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

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

Re: [FFmpeg-user] (no subject)

2016-07-24 Thread Nicolas George
Le septidi 7 thermidor, an CCXXIV, RDP a écrit :
> (.. incidentally, Phil, your list email also ended up in my spam folder..

That means your spam filter does its job.
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://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 output problems !!!

2016-07-24 Thread Walid Salman
Hello,

I am using cloudlinux 6.8 x86_64 standard form (cpanel) )on my server.
Is there any way to update FFmpeg version 0.6.5, to the newest version.

Thank you fro your kindly help.



On Sun, Jul 24, 2016 at 9:08 PM, Reindl Harald 
wrote:

>
>
> Am 24.07.2016 um 12:40 schrieb Walid Salman:
>
>> How i get the last full ffmpeg :
>> In linux i used the command line :
>> Yum install ffmpeg
>> Any bodudy know the about that to advice me
>>
>
> by just install a serious operating system -
>
> [harry@srv-rhsoft:~]$ cat /etc/redhat-release
> Generic release 24 (Generic)
>
> rpmfusion for a supported release has a recent ffmpeg
>
>
> ___
> ffmpeg-user mailing list
> ffmpeg-user@ffmpeg.org
> http://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
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

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

Re: [FFmpeg-user] (no subject)

2016-07-24 Thread Carl Eugen Hoyos
Phil Rhodes  rocketmail.com> writes:

> That's his problem - it's nothing to do with you.

This is (unfortunately!) not correct: 
As you have pointed out, I give support to users on this 
mailing list. Where I live, I may be made responsible for 
not telling users that they are using (old) versions of 
FFmpeg that do have known issues.
This is also the reason why avconv (that has a usually 
identical syntax as ffmpeg) cannot be supported on this 
mailing list: It has both security issues and known 
encoding issues, so we - imo - have to tell people that 
it is not supported here.

[...]

> I have no idea why you insist on this campaign of hatred 
> against anyone who attempts to use this list outside
> of your personal and microscopically-narrow definition of 
> acceptability. Almost every post you make exhibits 
> complete contempt for the people you're addressing.

We did accept all kinds of insults in the past.
Please understand that this has changed now, you are not 
allowed anymore to speak open on our mailing lists, you 
have to suppress you arrogant manors.

Please fix your quoting, Carl Eugen
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

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

Re: [FFmpeg-user] (no subject)

2016-07-24 Thread RDP
On 24 Jul 2016 5:30 p.m., "Carl Eugen Hoyos"  wrote:
>
> Phil Rhodes  rocketmail.com> writes:
> > Please, if you aren't interested in getting involved
> > in a discussion, simply ignore it.
>
> Yes, this is what I would honestly like you to do.
>
> But as I learned over the last decade, this is a
> desperate and unsatisfiable hope..

Touché!  ;o)

(.. incidentally, Phil, your list email also ended up in my spam folder..
telling me the rocketmail address is misconfigured.. ).
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

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

Re: [FFmpeg-user] (no subject)

2016-07-24 Thread Phil Rhodes
> The version used by the OP has known security issues> and known bugs. Nobody 
>stepped forward over the last > years to continue support for it, so we do 
>know that > it actually is unsupported.
That's his problem - it's nothing to do with you. If someone wants to ask a 
question here and someone else wants to answer it, they can if they want, and 
it isn't your place to try to stop them.
I have no idea why you insist on this campaign of hatred against anyone who 
attempts to use this list outside of your personal and microscopically-narrow 
definition of acceptability. Almost every post you make exhibits complete 
contempt for the people you're addressing.
You can't do this an expect everyone to be completely happy with it. It's 
utterly unnecessary.
P

___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://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 output problems !!!

2016-07-24 Thread Reindl Harald



Am 24.07.2016 um 12:40 schrieb Walid Salman:

How i get the last full ffmpeg :
In linux i used the command line :
Yum install ffmpeg
Any bodudy know the about that to advice me


by just install a serious operating system -

[harry@srv-rhsoft:~]$ cat /etc/redhat-release
Generic release 24 (Generic)

rpmfusion for a supported release has a recent ffmpeg



signature.asc
Description: OpenPGP digital signature
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

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

Re: [FFmpeg-user] Need help resolving concat error

2016-07-24 Thread Carl Eugen Hoyos
Nicolas George  nsup.org> writes:

> Le septidi 7 thermidor, an CCXXIV, Carl Eugen Hoyos a écrit :
> > The concat demuxer has immanent security issues and 
> > is therefore never auto-detected

> It is detected but will only accept safe file paths.

Thanks for the correction!

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

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

Re: [FFmpeg-user] Need help resolving concat error

2016-07-24 Thread Nicolas George
Le septidi 7 thermidor, an CCXXIV, Carl Eugen Hoyos a écrit :
> The concat demuxer has immanent security issues and 
> is therefore never auto-detected

You are mistaken:

/tmp $ echo 'ffconcat version 1.0' > test 
/tmp $ echo 'file /dev/null' >> test 
/tmp $ ffprobe test 
[concat @ 0x21f45e0] Unsafe file name '/dev/null'

test: Operation not permitted

It is detected but will only accept safe file paths.

Regards,

-- 
  Nicolas George


signature.asc
Description: Digital signature
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

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

Re: [FFmpeg-user] (no subject)

2016-07-24 Thread Carl Eugen Hoyos
Phil Rhodes  rocketmail.com> writes:

> > As explained, this is not supported
> Well, Carl Eugen, it may not be supported by you, 

It isn't.

> but other people may be able to help.

No.

The version used by the OP has known security issues 
and known bugs. Nobody stepped forward over the last 
years to continue support for it, so we do know that 
it actually is unsupported.
(As was explained by others before I answered.)

Note that the tries to help the OP will only lead to 
more misunderstandings: Options that he cannot use are 
incorrectly explained...

> Please, if you aren't interested in getting involved 
> in a discussion, simply ignore it.

Yes, this is what I would honestly like you to do.

But as I learned over the last decade, this is a 
desperate and unsatisfiable hope...

Carl Eugen

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

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

Re: [FFmpeg-user] Gettting Error while running ffmpeg script

2016-07-24 Thread Carl Eugen Hoyos
Pooja Kamra  newgen.co.in> writes:

> Dear Support,

I am not convinced anybody here likes this address...

> I am not able to build ffmpeg for iOS of MAC machine.

That works fine here with FFmpeg's configure script 
(the only one supported here).
Please provide the (simplified!) configure line you 
tested.

Carl Eugen

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

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

Re: [FFmpeg-user] (no subject)

2016-07-24 Thread Phil Rhodes
> As explained, this is not supported
Well, Carl Eugen, it may not be supported by you, but other people may be able 
to help.
Please, if you aren't interested in getting involved in a discussion, simply 
ignore it.
-Phil
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

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

Re: [FFmpeg-user] Need help resolving concat error

2016-07-24 Thread Carl Eugen Hoyos
Moritz Barsnick  gmx.net> writes:

> But, as Cley pointed out, that file doesn't have a 
> proper extension or a proper header, so "-f concat" 
> should be added as an input option.

This is neither extension- nor header-related:
The concat demuxer has immanent security issues and 
is therefore never auto-detected, you have to 
force it with -f concat to use it.

Carl Eugen

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

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

Re: [FFmpeg-user] Problems compiling Windows 10 x64

2016-07-24 Thread Carl Eugen Hoyos
The Autism Channel  theautismchannel.tv> writes:

> # ../../../configure --toolchain=msvc --disable-programs 
> --disable-d3d11va --disable-dxva2 --arch=x86_64 --enable-shared 
> --enable-cross-compile --target-os=win32 
> --extra-cflags='-MD -DWINAPI_FAMILY=WINAPI_FAMILY_APP 
> -D_WIN32_WINNT=0x0A00' --extra-ldflags='-APPCONTAINER WindowsApp.lib' 
> --prefix=../../../Build/Windows10/x64

Do I understand correctly that you are compiling on Windows 
10 64 bit and you want libraries for Windows 64bit?
Why are you specifying cross compilation (and arch and os)?

Carl Eugen

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

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

Re: [FFmpeg-user] Need help resolving concat error

2016-07-24 Thread Peter White

Am 24.07.2016 um 17:16 schrieb Moritz Barsnick:

On Sun, Jul 24, 2016 at 16:49:30 +0200, Peter White wrote:

<(for f in ./*.MOV; do echo "file '$PWD/$f'"; done)

is a very fancy way of saying *.MOV. ;) Essentially that is what
happens there:

ffmpeg -i *.MOV


No, it isn't at all. It's a bash-ism (or perhaps zdh-ism) which
provides a pseudo file containing the output of the command within the
brackets as content. Valid approach, and it's used in the wiki as well.
https://trac.ffmpeg.org/wiki/Concatenate


Oops, I see that now. Was wondering what that -safe 0 was for. But the
OP still have no -f concat anywhere in their command line. Is it
implied somewhere? Cannot see where, though:
>>> *ffmpeg -safe 0 -analyzeduration 40 -probesize 40
>>> -i <(for f in ./*.MOV; do echo "file '$PWD/$f'"; done) -map 0:0 -map
>>> 0:1 -map 0:2 -c:v copy -c:a copy -map_metadata 0 -copy_unknown
>>> -disposition:a:0 default -disposition:a:1 default OUT.MOV*

But, maybe I am not seeing everything here.


I suppose files.txt is a list of one file path per line? I believe
this is not accepted as input by ffmpeg. It expects media files not
text files listing those.


The original poster is using the concat demuxer ...


At least in their posted command they don't:

>>> *$ ffmpeg -i files.txt -c:v copy -c:a copy OUT.MOV*

No concat demuxer, which is why that files is expected to be a media
file.


You are right though in saying that "files.txt" is being interpreted as
a multimedia file. It either needs the extension .concat (I believe),
or better "-f concat".


-f concat, .concat extension does nothing for me.


Also have a look at what Cley Faye wrote in their reply. To concatenate
files you need the concat filter. Just using "-c:v copy -c:a copy" only
gets you what ffmpeg deems the best quality input.


That's total nonsense. You *cannot* use a filter with "-c copy".


Again, oops. Sorry, I should have known that.


Mark is using the concat *demuxer*, and that may just be fine.


I am not so certain he actually is. ;)


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

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

Re: [FFmpeg-user] (no subject)

2016-07-24 Thread Cley Faye
2016-07-24 17:45 GMT+02:00 Walid Salman :

>
> [root@ns1 ~]
> ​​
> # ffmpeg -i /home/lamas44747/public_html/sarmaye.mp4 -ss
> 00:00:10 -to 00:00:20 -c copy /home/lamas44747/public_html/split.mp4
>
> the server show this error :
>
> FFmpeg version 0.6.5, Copyright (c) 2000-2010 the FFmpeg developers
>   built on Jan 29 2012 17:52:15 with gcc 4.4.5 20110214 (Red Hat 4.4.5-6)
>   configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64
> --mandir=/usr/share/man --incdir=/usr/include --disable-avisynth
> --extra-cflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
> -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC'
> --enable-avfilter --enable-avfilter-lavf --enable-libdc1394
> --enable-libdirac --enable-libfaac --enable-libfaad --enable-libfaadbin
> --enable-libgsm --enable-libmp3lame --enable-libopencore-amrnb
> --enable-libopencore-amrwb --enable-librtmp --enable-libschroedinger
> --enable-libspeex --enable-libtheora --enable-libx264 --enable-gpl
> --enable-nonfree --enable-postproc --enable-pthreads --enable-shared
> --enable-swscale --enable-vdpau --enable-version3 --enable-x11grab
>   libavutil 50.15. 1 / 50.15. 1
>   libavcodec52.72. 2 / 52.72. 2
>   libavformat   52.64. 2 / 52.64. 2
>   libavdevice   52. 2. 0 / 52. 2. 0
>   libavfilter1.19. 0 /  1.19. 0
>   libswscale 0.11. 0 /  0.11. 0
>   libpostproc   51. 2. 0 / 51. 2. 0
>
> Seems stream 0 codec frame rate differs from container frame rate: 48.00
> (705505/14698) -> 24.00 (705505/29396)
> Input #0, mov,mp4,m4a,3gp,3g2,mj2, from
> '/home/lamas44747/public_html/sarmaye.mp4':
>   Metadata:
> major_brand : isom
> minor_version   : 512
> compatible_brands: isomiso2avc1mp41
> encoder : Lavf56.40.101
> comment : http://www.aparat.com/kshahrvandi
>   Duration: 00:00:58.88, start: 0.-46440, bitrate: 662 kb/s
> Stream #0.0(eng): Video: h264, yuv420p, 640x360 [PAR 1:1 DAR 16:9], 562
> kb/s, 24 fps, 24 tbr, 705505.00 tbn, 48 tbc
> Stream #0.1(eng): Audio: aac, 44100 Hz, stereo, s16, 96 kb/s
> Unrecognized option 'to'


​There are multiple ways to do this, but I assume in this case you want
your input to start at 00:00:10 and end at 00:00:20 from the input video ?
First, know that using copy, it is possible that the cut won't begin
exactly where you want it: to produce a readable output, a lot of codecs
requires the stream to start on an iframe. If you want exact cut, you might
need to reencode a part of your video.

Second, I believe that this time (I was wrong on this before), you want to
-ss and -to to be *input* options and not *output* options. With ffmpeg,
the argument order is important: any option related to an input or an
output must be provided before the input/output. If you have an option that
is related to an input, it must be before the corresponding "-i".
Also note that depending on which option you choose, the relative timestamp
of your input might change. The "-t" option allows you to specify a
duration instead of a timestamp if this is an issue.​

​If I'm not wrong, your command line would look something like this:​
​​# ffmpeg -ss 00:00:10 -to 00:00:20 -i
/home/lamas44747/public_html/sarmaye.mp4 -c copy
/home/lamas44747/public_html/split.mp4​

​Here, "-ss" and "-to" relate to the input file, "​-c copy" relate to the
output.
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

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

Re: [FFmpeg-user] (no subject)

2016-07-24 Thread RDP
On 24 Jul 2016 4:45 p.m., "Walid Salman"  wrote:
> I have an video and neet to split it, so I use this command :
>
> [root@ns1 ~]# ffmpeg -i /home/lamas44747/public_html/sarmaye.mp4 -ss
> 00:00:10 -to 00:00:20 -c copy /home/lamas44747/public_html/split.mp4
>
> the server show this error :
>
> FFmpeg version 0.6.5, Copyright (c) 2000-2010

Nothing wrong with the command syntax, works perfectly..  but there may
well be some major head scratching as to why you're using such an ancient
version of ffmpeg!!  0.6.5??  Really?  ;o)
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

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

Re: [FFmpeg-user] (no subject)

2016-07-24 Thread Carl Eugen Hoyos
Walid Salman  gmail.com> writes:

> FFmpeg version 0.6.5, Copyright (c) 2000-2010 the FFmpeg developers

As explained, this is not supported, please do not 
continue to ask questions about it.

Please remember no to top-post here and do not send 
messages without subject.

Carl Eugen

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

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

Re: [FFmpeg-user] Need help resolving concat error

2016-07-24 Thread Walid Salman
Hello,

I test the the split directly on server with this command :

[root@ns1 ~]# ffmpeg -i /home/lamas44747/public_html/sarmaye.mp4 -ss
00:00:10 -to 00:00:20 -c copy /home/lamas44747/public_html/split.mp4

The server show this error :

FFmpeg version 0.6.5, Copyright (c) 2000-2010 the FFmpeg developers
  built on Jan 29 2012 17:52:15 with gcc 4.4.5 20110214 (Red Hat 4.4.5-6)
  configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64
--mandir=/usr/share/man --incdir=/usr/include --disable-avisynth
--extra-cflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC'
--enable-avfilter --enable-avfilter-lavf --enable-libdc1394
--enable-libdirac --enable-libfaac --enable-libfaad --enable-libfaadbin
--enable-libgsm --enable-libmp3lame --enable-libopencore-amrnb
--enable-libopencore-amrwb --enable-librtmp --enable-libschroedinger
--enable-libspeex --enable-libtheora --enable-libx264 --enable-gpl
--enable-nonfree --enable-postproc --enable-pthreads --enable-shared
--enable-swscale --enable-vdpau --enable-version3 --enable-x11grab
  libavutil 50.15. 1 / 50.15. 1
  libavcodec52.72. 2 / 52.72. 2
  libavformat   52.64. 2 / 52.64. 2
  libavdevice   52. 2. 0 / 52. 2. 0
  libavfilter1.19. 0 /  1.19. 0
  libswscale 0.11. 0 /  0.11. 0
  libpostproc   51. 2. 0 / 51. 2. 0

Seems stream 0 codec frame rate differs from container frame rate: 48.00
(705505/14698) -> 24.00 (705505/29396)
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from
'/home/lamas44747/public_html/sarmaye.mp4':
  Metadata:
major_brand : isom
minor_version   : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf56.40.101
comment : http://www.aparat.com/kshahrvandi
  Duration: 00:00:58.88, start: 0.-46440, bitrate: 662 kb/s
Stream #0.0(eng): Video: h264, yuv420p, 640x360 [PAR 1:1 DAR 16:9], 562
kb/s, 24 fps, 24 tbr, 705505.00 tbn, 48 tbc
Stream #0.1(eng): Audio: aac, 44100 Hz, stereo, s16, 96 kb/s
Unrecognized option 'to'

kindly to advice me.
Thanks,


On Sun, Jul 24, 2016 at 7:46 PM, Moritz Barsnick  wrote:

> On Sun, Jul 24, 2016 at 16:49:30 +0200, Peter White wrote:
> > <(for f in ./*.MOV; do echo "file '$PWD/$f'"; done)
> >
> > is a very fancy way of saying *.MOV. ;) Essentially that is what
> > happens there:
> >
> > ffmpeg -i *.MOV
>
> No, it isn't at all. It's a bash-ism (or perhaps zdh-ism) which
> provides a pseudo file containing the output of the command within the
> brackets as content. Valid approach, and it's used in the wiki as well.
> https://trac.ffmpeg.org/wiki/Concatenate
>
> This one resulting file is passed as a concat file to "-i".
>
> But, as Cley pointed out, that file doesn't have a proper extension or
> a proper header, so "-f concat" should be added as an input option.
> And/or a proper header added.
>
>
> > I suppose files.txt is a list of one file path per line? I believe
> > this is not accepted as input by ffmpeg. It expects media files not
> > text files listing those.
>
> The original poster is using the concat demuxer, read about it in the
> docs or on the wiki page link I mentioned above.
>
> You are right though in saying that "files.txt" is being interpreted as
> a multimedia file. It either needs the extension .concat (I believe),
> or better "-f concat".
>
> > Also have a look at what Cley Faye wrote in their reply. To concatenate
> > files you need the concat filter. Just using "-c:v copy -c:a copy" only
> > gets you what ffmpeg deems the best quality input.
>
> That's total nonsense. You *cannot* use a filter with "-c copy".
>
> Mark is using the concat *demuxer*, and that may just be fine.
>
> I had said he should check the single input files first, but you
> (Peter) are right in saying that ffmpeg's interpretation of files.txt
> was misleading the process.
>
> Moritz
> ___
> ffmpeg-user mailing list
> ffmpeg-user@ffmpeg.org
> http://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
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

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

[FFmpeg-user] (no subject)

2016-07-24 Thread Walid Salman
Hello,

I have an video and neet to split it, so I use this command :

[root@ns1 ~]# ffmpeg -i /home/lamas44747/public_html/sarmaye.mp4 -ss
00:00:10 -to 00:00:20 -c copy /home/lamas44747/public_html/split.mp4

the server show this error :

FFmpeg version 0.6.5, Copyright (c) 2000-2010 the FFmpeg developers
  built on Jan 29 2012 17:52:15 with gcc 4.4.5 20110214 (Red Hat 4.4.5-6)
  configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64
--mandir=/usr/share/man --incdir=/usr/include --disable-avisynth
--extra-cflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC'
--enable-avfilter --enable-avfilter-lavf --enable-libdc1394
--enable-libdirac --enable-libfaac --enable-libfaad --enable-libfaadbin
--enable-libgsm --enable-libmp3lame --enable-libopencore-amrnb
--enable-libopencore-amrwb --enable-librtmp --enable-libschroedinger
--enable-libspeex --enable-libtheora --enable-libx264 --enable-gpl
--enable-nonfree --enable-postproc --enable-pthreads --enable-shared
--enable-swscale --enable-vdpau --enable-version3 --enable-x11grab
  libavutil 50.15. 1 / 50.15. 1
  libavcodec52.72. 2 / 52.72. 2
  libavformat   52.64. 2 / 52.64. 2
  libavdevice   52. 2. 0 / 52. 2. 0
  libavfilter1.19. 0 /  1.19. 0
  libswscale 0.11. 0 /  0.11. 0
  libpostproc   51. 2. 0 / 51. 2. 0

Seems stream 0 codec frame rate differs from container frame rate: 48.00
(705505/14698) -> 24.00 (705505/29396)
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from
'/home/lamas44747/public_html/sarmaye.mp4':
  Metadata:
major_brand : isom
minor_version   : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf56.40.101
comment : http://www.aparat.com/kshahrvandi
  Duration: 00:00:58.88, start: 0.-46440, bitrate: 662 kb/s
Stream #0.0(eng): Video: h264, yuv420p, 640x360 [PAR 1:1 DAR 16:9], 562
kb/s, 24 fps, 24 tbr, 705505.00 tbn, 48 tbc
Stream #0.1(eng): Audio: aac, 44100 Hz, stereo, s16, 96 kb/s
Unrecognized option 'to'

Some one to help me ...
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

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

Re: [FFmpeg-user] Need help resolving concat error

2016-07-24 Thread Moritz Barsnick
On Sun, Jul 24, 2016 at 16:49:30 +0200, Peter White wrote:
> <(for f in ./*.MOV; do echo "file '$PWD/$f'"; done)
> 
> is a very fancy way of saying *.MOV. ;) Essentially that is what
> happens there:
> 
> ffmpeg -i *.MOV

No, it isn't at all. It's a bash-ism (or perhaps zdh-ism) which
provides a pseudo file containing the output of the command within the
brackets as content. Valid approach, and it's used in the wiki as well.
https://trac.ffmpeg.org/wiki/Concatenate

This one resulting file is passed as a concat file to "-i".

But, as Cley pointed out, that file doesn't have a proper extension or
a proper header, so "-f concat" should be added as an input option.
And/or a proper header added.


> I suppose files.txt is a list of one file path per line? I believe
> this is not accepted as input by ffmpeg. It expects media files not
> text files listing those.

The original poster is using the concat demuxer, read about it in the
docs or on the wiki page link I mentioned above.

You are right though in saying that "files.txt" is being interpreted as
a multimedia file. It either needs the extension .concat (I believe),
or better "-f concat".

> Also have a look at what Cley Faye wrote in their reply. To concatenate
> files you need the concat filter. Just using "-c:v copy -c:a copy" only
> gets you what ffmpeg deems the best quality input.

That's total nonsense. You *cannot* use a filter with "-c copy".

Mark is using the concat *demuxer*, and that may just be fine.

I had said he should check the single input files first, but you
(Peter) are right in saying that ffmpeg's interpretation of files.txt
was misleading the process.

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

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

Re: [FFmpeg-user] Need help resolving concat error

2016-07-24 Thread Peter White

Mark Strecker wrote:
>  Here is the command line we tried originally (this is the one we 
intend to

> use and works on Windows ... except the file input of course):
>
> *ffmpeg -safe 0 -analyzeduration 40 -probesize 40 -i 
<(for

> f in ./*.MOV; do echo "file '$PWD/$f'"; done) -map 0:0 -map 0:1 -map 0:2
> -c:v copy -c:a copy -map_metadata 0 -copy_unknown -disposition:a:0 
default

> -disposition:a:1 default OUT.MOV*

I am actually sceptical that this command does exactly what you think
it does. From my understanding of the -i option it has to come before
each file that is intended as input. See the Synopsis from the man
page:

"ffmpeg [global_options] {[input_file_options] -i input_file} ... 
{[output_file_options] output_file} ..."


so "[input_file_options] -i input_file" may repeat but the "-i" is not
optional.

Since you only provide one -i followed by a list of files, only the
first one will be used as input with ffmpeg taking the second from
that list as the first output file.
And BTW:
<(for f in ./*.MOV; do echo "file '$PWD/$f'"; done)

is a very fancy way of saying *.MOV. ;) Essentially that is what
happens there:

ffmpeg -i *.MOV

Say you have the following files intended as input:
1.MOV 2.MOV 3.MOV
that above command snippet expands to:
ffmpeg -i 1.MOV 2.MOV 3.MOV

ffmpeg will use 1.MOV as input with 2.MOV being the first *output*. So
you most certainly have overwritten all .MOV files but the first in
the input list.

Also, keep in mind that OS X filesystems are most likely case
sensitive, meaning that there is a difference between *.mov and *.MOV.
Windows is inherently case insensitive. Almost all other systems do
actually care about letter case.

> So we changed to command to use an input file and simplify a bit. It 
seems

> to get further, but we now get a codec error :
>
> *ffmpeg -i files.txt -c:v copy -c:a copy OUT.MOV*

I suppose files.txt is a list of one file path per line? I believe
this is not accepted as input by ffmpeg. It expects media files not
text files listing those.

Look at this output:
> *Input #0, tty, from 'files.txt':*
>
> *  Duration: 00:00:00.04, bitrate: 29 kb/s*
>
> *Stream #0:0: Video: ansi, pal8, 640x400, 25 fps, 25 tbr, 25 tbn, 25
> tbc*

So input file #0, files.txt, is interpreted as a Video of 40 ms length.
I guess that is not intended.

Also have a look at what Cley Faye wrote in their reply. To concatenate
files you need the concat filter. Just using "-c:v copy -c:a copy" only
gets you what ffmpeg deems the best quality input. And it will be only
one input stream at that. So the output will contain exactly one video
and one audio stream.


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

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

Re: [FFmpeg-user] Need help resolving concat error

2016-07-24 Thread Moritz Barsnick
On Sat, Jul 23, 2016 at 15:39:27 -0400, Mark Strecker wrote:
> *[mov @ 0x7fa74b008000] Could not find tag for codec ansi in stream #0, codec 
> not currently supported in container*

Have you managed to decode a single one of these files using ffmpeg?
Have you managed to remux a single one of these files using ffmpeg?

I would check if that's the issue, before trying to analyze a concat
problem.

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

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

Re: [FFmpeg-user] Need help resolving concat error

2016-07-24 Thread Cley Faye
2016-07-23 21:39 GMT+02:00 Mark Strecker :

> *ffmpeg -i files.txt -c:v copy -c:a copy OUT.MOV*
>
> *ffmpeg version 3.1.1 Copyright (c) 2000-2016 the FFmpeg developers*
>


> *Input #0, tty, from 'files.txt':*
>
> *  Duration: 00:00:00.04, bitrate: 29 kb/s*
>
> *Stream #0:0: Video: ansi, pal8, 640x400, 25 fps, 25 tbr, 25 tbn, 25
> tbc*
>


> *Could not write header for output file #0 (incorrect codec parameters ?):
> Invalid argument*
>

​I think it would be interesting to see the content of files.txt? Maybe
it's missing the header, and since you didn't specify "-f concat" either,
it can't work with that.
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://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 output problems !!!

2016-07-24 Thread Mettavihari D
Greetings

If you used yum to install then you must be having an Old OS

You may have to think about upgrading the OS

regards
Mettavihari

On Sun, Jul 24, 2016 at 4:10 PM, Walid Salman  wrote:

> How i get the last full ffmpeg :
> In linux i used the command line :
> Yum install ffmpeg
> Any bodudy know the about that to advice me
>
> في ٣:٠٦ م الأحد ٢٤‏/٠٧‏/٢٠١٦ Walid Salman  كتب:
>
> > Is that mean I install the wrong (old) virsion of ffmpeg on my server?
> >
> > في ٢:٣٧ م الأحد ٢٤‏/٠٧‏/٢٠١٦ Reindl Harald  كتب:
> >
> >>
> >>
> >> Am 24.07.2016 um 12:01 schrieb Walid Salman:
> >> > Shall i send you the ffmpeg we used in.thr php files?
> >>
> >> no, the only thing which matters here is the full ffmpeg commandline and
> >> the uncutted *output* of ffmpeg
> >>
> >> but you won't get much support for 0.6 anyways in days where 3.1.1 is
> >> the current release
> >>
> >> > في ١:٤٧ م الأحد ٢٤‏/٠٧‏/٢٠١٦ Reindl Harald 
> >> كتب:
> >> >
> >> >>
> >> >>
> >> >> Am 24.07.2016 um 11:09 schrieb Walid Salman:
> >> >>> Hello,
> >> >>>
> >> >>> I am using cloudlinux server with WHM and I install FFmpeg on my
> >> server
> >> >> and
> >> >>> it show these details :
> >> >>>
> >> >>> [root@ns1 ~]# ffmpeg
> >> >>> FFmpeg version 0.6.5, Copyright (c) 2000-2010 the FFmpeg developers
> >> >>> built on Jan 29 2012 17:52:15 with gcc 4.4.5 20110214 (Red Hat
> >> 4.4.5-6)
> >> >>
> >> >> *lol* 2011-02 - seriously?
> >> >>
> >> >>> But when I use it to make split on an video it show Failed ! to see
> >> that
> >> >>> check this URL:
> >> >>> http://islamasil.net/split.php
> >> >>> Failed
> >> >>
> >> >> says a stupid php script without mention the whole command line nopr
> >> teh
> >> >> real output
> >> >>
> >> >>> But when you check this URL:
> >> >>> http://www.islamasil.net/test.php
> >> >>> Array ( [0] => FFmpeg 0.6.5 [1] => libavutil 50.15. 1 / 50.15. 1 [2]
> >> =>
> >> >>> libavcodec 52.72. 2 / 52.72. 2 [3] => libavformat 52.64. 2 / 52.64.
> 2
> >> [4]
> >> >>> => libavdevice 52. 2. 0 / 52. 2. 0 [5] => libavfilter 1.19. 0 /
> 1.19.
> >> 0
> >> >> [6]
> >> >>> => libswscale 0.11. 0 / 0.11. 0 [7] => libpostproc 51. 2. 0 / 51. 2.
> >> 0 )
> >> >>
> >> >> fine but what does the above ffmpeg command
> >> >>
> >> >>> Also see this URL:
> >> >>> http://www.islamasil.net/inc.php :
> >> >>> FFmpeg is on server
> >> >>>
> >> >>> I have jobs just like Split , Blur, Adding logo to an video ...
> >> >>> Is there somthing I need to install to have these working on my
> server
> >> >>
> >> >> using software from this century would be a good start as also
> >> >> mentioning uncuttd input/output of your commands - the php script
> >> >> finally does nothing else
> >>
> >> ___
> >> ffmpeg-user mailing list
> >> ffmpeg-user@ffmpeg.org
> >> http://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
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
>



-- 
Streaming video from http://learntv.lk
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://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 output problems !!!

2016-07-24 Thread Reto Kromer
Walid Salman wrote:

>How i get the last full ffmpeg :
>In linux

See:

  http://ffmpeg.org/download.html

or use Linuxbrew:

  http://linuxbrew.sh/

Hope this helps! Reto

___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://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 output problems !!!

2016-07-24 Thread Walid Salman
How i get the last full ffmpeg :
In linux i used the command line :
Yum install ffmpeg
Any bodudy know the about that to advice me

في ٣:٠٦ م الأحد ٢٤‏/٠٧‏/٢٠١٦ Walid Salman  كتب:

> Is that mean I install the wrong (old) virsion of ffmpeg on my server?
>
> في ٢:٣٧ م الأحد ٢٤‏/٠٧‏/٢٠١٦ Reindl Harald  كتب:
>
>>
>>
>> Am 24.07.2016 um 12:01 schrieb Walid Salman:
>> > Shall i send you the ffmpeg we used in.thr php files?
>>
>> no, the only thing which matters here is the full ffmpeg commandline and
>> the uncutted *output* of ffmpeg
>>
>> but you won't get much support for 0.6 anyways in days where 3.1.1 is
>> the current release
>>
>> > في ١:٤٧ م الأحد ٢٤‏/٠٧‏/٢٠١٦ Reindl Harald 
>> كتب:
>> >
>> >>
>> >>
>> >> Am 24.07.2016 um 11:09 schrieb Walid Salman:
>> >>> Hello,
>> >>>
>> >>> I am using cloudlinux server with WHM and I install FFmpeg on my
>> server
>> >> and
>> >>> it show these details :
>> >>>
>> >>> [root@ns1 ~]# ffmpeg
>> >>> FFmpeg version 0.6.5, Copyright (c) 2000-2010 the FFmpeg developers
>> >>> built on Jan 29 2012 17:52:15 with gcc 4.4.5 20110214 (Red Hat
>> 4.4.5-6)
>> >>
>> >> *lol* 2011-02 - seriously?
>> >>
>> >>> But when I use it to make split on an video it show Failed ! to see
>> that
>> >>> check this URL:
>> >>> http://islamasil.net/split.php
>> >>> Failed
>> >>
>> >> says a stupid php script without mention the whole command line nopr
>> teh
>> >> real output
>> >>
>> >>> But when you check this URL:
>> >>> http://www.islamasil.net/test.php
>> >>> Array ( [0] => FFmpeg 0.6.5 [1] => libavutil 50.15. 1 / 50.15. 1 [2]
>> =>
>> >>> libavcodec 52.72. 2 / 52.72. 2 [3] => libavformat 52.64. 2 / 52.64. 2
>> [4]
>> >>> => libavdevice 52. 2. 0 / 52. 2. 0 [5] => libavfilter 1.19. 0 / 1.19.
>> 0
>> >> [6]
>> >>> => libswscale 0.11. 0 / 0.11. 0 [7] => libpostproc 51. 2. 0 / 51. 2.
>> 0 )
>> >>
>> >> fine but what does the above ffmpeg command
>> >>
>> >>> Also see this URL:
>> >>> http://www.islamasil.net/inc.php :
>> >>> FFmpeg is on server
>> >>>
>> >>> I have jobs just like Split , Blur, Adding logo to an video ...
>> >>> Is there somthing I need to install to have these working on my server
>> >>
>> >> using software from this century would be a good start as also
>> >> mentioning uncuttd input/output of your commands - the php script
>> >> finally does nothing else
>>
>> ___
>> ffmpeg-user mailing list
>> ffmpeg-user@ffmpeg.org
>> http://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
http://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 output problems !!!

2016-07-24 Thread Walid Salman
Is that mean I install the wrong (old) virsion of ffmpeg on my server?

في ٢:٣٧ م الأحد ٢٤‏/٠٧‏/٢٠١٦ Reindl Harald  كتب:

>
>
> Am 24.07.2016 um 12:01 schrieb Walid Salman:
> > Shall i send you the ffmpeg we used in.thr php files?
>
> no, the only thing which matters here is the full ffmpeg commandline and
> the uncutted *output* of ffmpeg
>
> but you won't get much support for 0.6 anyways in days where 3.1.1 is
> the current release
>
> > في ١:٤٧ م الأحد ٢٤‏/٠٧‏/٢٠١٦ Reindl Harald  كتب:
> >
> >>
> >>
> >> Am 24.07.2016 um 11:09 schrieb Walid Salman:
> >>> Hello,
> >>>
> >>> I am using cloudlinux server with WHM and I install FFmpeg on my server
> >> and
> >>> it show these details :
> >>>
> >>> [root@ns1 ~]# ffmpeg
> >>> FFmpeg version 0.6.5, Copyright (c) 2000-2010 the FFmpeg developers
> >>> built on Jan 29 2012 17:52:15 with gcc 4.4.5 20110214 (Red Hat 4.4.5-6)
> >>
> >> *lol* 2011-02 - seriously?
> >>
> >>> But when I use it to make split on an video it show Failed ! to see
> that
> >>> check this URL:
> >>> http://islamasil.net/split.php
> >>> Failed
> >>
> >> says a stupid php script without mention the whole command line nopr teh
> >> real output
> >>
> >>> But when you check this URL:
> >>> http://www.islamasil.net/test.php
> >>> Array ( [0] => FFmpeg 0.6.5 [1] => libavutil 50.15. 1 / 50.15. 1 [2] =>
> >>> libavcodec 52.72. 2 / 52.72. 2 [3] => libavformat 52.64. 2 / 52.64. 2
> [4]
> >>> => libavdevice 52. 2. 0 / 52. 2. 0 [5] => libavfilter 1.19. 0 / 1.19. 0
> >> [6]
> >>> => libswscale 0.11. 0 / 0.11. 0 [7] => libpostproc 51. 2. 0 / 51. 2. 0
> )
> >>
> >> fine but what does the above ffmpeg command
> >>
> >>> Also see this URL:
> >>> http://www.islamasil.net/inc.php :
> >>> FFmpeg is on server
> >>>
> >>> I have jobs just like Split , Blur, Adding logo to an video ...
> >>> Is there somthing I need to install to have these working on my server
> >>
> >> using software from this century would be a good start as also
> >> mentioning uncuttd input/output of your commands - the php script
> >> finally does nothing else
>
> ___
> ffmpeg-user mailing list
> ffmpeg-user@ffmpeg.org
> http://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
http://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 output problems !!!

2016-07-24 Thread Reindl Harald



Am 24.07.2016 um 12:01 schrieb Walid Salman:

Shall i send you the ffmpeg we used in.thr php files?


no, the only thing which matters here is the full ffmpeg commandline and 
the uncutted *output* of ffmpeg


but you won't get much support for 0.6 anyways in days where 3.1.1 is 
the current release



في ١:٤٧ م الأحد ٢٤‏/٠٧‏/٢٠١٦ Reindl Harald  كتب:




Am 24.07.2016 um 11:09 schrieb Walid Salman:

Hello,

I am using cloudlinux server with WHM and I install FFmpeg on my server

and

it show these details :

[root@ns1 ~]# ffmpeg
FFmpeg version 0.6.5, Copyright (c) 2000-2010 the FFmpeg developers
built on Jan 29 2012 17:52:15 with gcc 4.4.5 20110214 (Red Hat 4.4.5-6)


*lol* 2011-02 - seriously?


But when I use it to make split on an video it show Failed ! to see that
check this URL:
http://islamasil.net/split.php
Failed


says a stupid php script without mention the whole command line nopr teh
real output


But when you check this URL:
http://www.islamasil.net/test.php
Array ( [0] => FFmpeg 0.6.5 [1] => libavutil 50.15. 1 / 50.15. 1 [2] =>
libavcodec 52.72. 2 / 52.72. 2 [3] => libavformat 52.64. 2 / 52.64. 2 [4]
=> libavdevice 52. 2. 0 / 52. 2. 0 [5] => libavfilter 1.19. 0 / 1.19. 0

[6]

=> libswscale 0.11. 0 / 0.11. 0 [7] => libpostproc 51. 2. 0 / 51. 2. 0 )


fine but what does the above ffmpeg command


Also see this URL:
http://www.islamasil.net/inc.php :
FFmpeg is on server

I have jobs just like Split , Blur, Adding logo to an video ...
Is there somthing I need to install to have these working on my server


using software from this century would be a good start as also
mentioning uncuttd input/output of your commands - the php script
finally does nothing else




signature.asc
Description: OpenPGP digital signature
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://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 output problems !!!

2016-07-24 Thread Walid Salman
Hello,
Shall i send you the ffmpeg we used in.thr php files?
Thanks,

في ١:٤٧ م الأحد ٢٤‏/٠٧‏/٢٠١٦ Reindl Harald  كتب:

>
>
> Am 24.07.2016 um 11:09 schrieb Walid Salman:
> > Hello,
> >
> > I am using cloudlinux server with WHM and I install FFmpeg on my server
> and
> > it show these details :
> >
> > [root@ns1 ~]# ffmpeg
> > FFmpeg version 0.6.5, Copyright (c) 2000-2010 the FFmpeg developers
> > built on Jan 29 2012 17:52:15 with gcc 4.4.5 20110214 (Red Hat 4.4.5-6)
>
> *lol* 2011-02 - seriously?
>
> > But when I use it to make split on an video it show Failed ! to see that
> > check this URL:
> > http://islamasil.net/split.php
> > Failed
>
> says a stupid php script without mention the whole command line nopr teh
> real output
>
> > But when you check this URL:
> > http://www.islamasil.net/test.php
> > Array ( [0] => FFmpeg 0.6.5 [1] => libavutil 50.15. 1 / 50.15. 1 [2] =>
> > libavcodec 52.72. 2 / 52.72. 2 [3] => libavformat 52.64. 2 / 52.64. 2 [4]
> > => libavdevice 52. 2. 0 / 52. 2. 0 [5] => libavfilter 1.19. 0 / 1.19. 0
> [6]
> > => libswscale 0.11. 0 / 0.11. 0 [7] => libpostproc 51. 2. 0 / 51. 2. 0 )
>
> fine but what does the above ffmpeg command
>
> > Also see this URL:
> > http://www.islamasil.net/inc.php :
> > FFmpeg is on server
> >
> > I have jobs just like Split , Blur, Adding logo to an video ...
> > Is there somthing I need to install to have these working on my server
>
> using software from this century would be a good start as also
> mentioning uncuttd input/output of your commands - the php script
> finally does nothing else
>
> ___
> ffmpeg-user mailing list
> ffmpeg-user@ffmpeg.org
> http://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
http://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 output problems !!!

2016-07-24 Thread Reindl Harald



Am 24.07.2016 um 11:09 schrieb Walid Salman:

Hello,

I am using cloudlinux server with WHM and I install FFmpeg on my server and
it show these details :

[root@ns1 ~]# ffmpeg
FFmpeg version 0.6.5, Copyright (c) 2000-2010 the FFmpeg developers
built on Jan 29 2012 17:52:15 with gcc 4.4.5 20110214 (Red Hat 4.4.5-6)


*lol* 2011-02 - seriously?


But when I use it to make split on an video it show Failed ! to see that
check this URL:
http://islamasil.net/split.php
Failed


says a stupid php script without mention the whole command line nopr teh 
real output



But when you check this URL:
http://www.islamasil.net/test.php
Array ( [0] => FFmpeg 0.6.5 [1] => libavutil 50.15. 1 / 50.15. 1 [2] =>
libavcodec 52.72. 2 / 52.72. 2 [3] => libavformat 52.64. 2 / 52.64. 2 [4]
=> libavdevice 52. 2. 0 / 52. 2. 0 [5] => libavfilter 1.19. 0 / 1.19. 0 [6]
=> libswscale 0.11. 0 / 0.11. 0 [7] => libpostproc 51. 2. 0 / 51. 2. 0 )


fine but what does the above ffmpeg command


Also see this URL:
http://www.islamasil.net/inc.php :
FFmpeg is on server

I have jobs just like Split , Blur, Adding logo to an video ...
Is there somthing I need to install to have these working on my server


using software from this century would be a good start as also 
mentioning uncuttd input/output of your commands - the php script 
finally does nothing else




signature.asc
Description: OpenPGP digital signature
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

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

[FFmpeg-user] FFmpeg output problems !!!

2016-07-24 Thread Walid Salman
Hello,

I am using cloudlinux server with WHM and I install FFmpeg on my server and
it show these details :

[root@ns1 ~]# ffmpeg
FFmpeg version 0.6.5, Copyright (c) 2000-2010 the FFmpeg developers
  built on Jan 29 2012 17:52:15 with gcc 4.4.5 20110214 (Red Hat 4.4.5-6)
  configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64
--mandi
 r=/usr/share/man --incdir=/usr/include --disable-avisynth
--extra-cflags='-O2 -g
  -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-
 buffer-size=4 -m64 -mtune=generic -fPIC' --enable-avfilter
--enable-avfilter-lav
 f --enable-libdc1394 --enable-libdirac --enable-libfaac --enable-libfaad
--enabl  e-libfaadbin
--enable-libgsm --enable-libmp3lame --enable-libopencore-amrnb --en
 able-libopencore-amrwb
--enable-librtmp --enable-libschroedinger --enable-libspe
   ex --enable-libtheora --enable-libx264
--enable-gpl --enable-nonfree --enable-po
   stproc --enable-pthreads --enable-shared
--enable-swscale --enable-vdpau --enabl
 e-version3 --enable-x11grab
  libavutil 50.15. 1 / 50.15. 1
  libavcodec52.72. 2 / 52.72. 2
  libavformat   52.64. 2 / 52.64. 2
  libavdevice   52. 2. 0 / 52. 2. 0
  libavfilter1.19. 0 /  1.19. 0
  libswscale 0.11. 0 /  0.11. 0
  libpostproc   51. 2. 0 / 51. 2. 0
Hyper fast Audio and Video encoder
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options]
outfi  le}...

But when I use it to make split on an video it show Failed ! to see that
check this URL:
http://islamasil.net/split.php
Failed

But when you check this URL:
http://www.islamasil.net/test.php
Array ( [0] => FFmpeg 0.6.5 [1] => libavutil 50.15. 1 / 50.15. 1 [2] =>
libavcodec 52.72. 2 / 52.72. 2 [3] => libavformat 52.64. 2 / 52.64. 2 [4]
=> libavdevice 52. 2. 0 / 52. 2. 0 [5] => libavfilter 1.19. 0 / 1.19. 0 [6]
=> libswscale 0.11. 0 / 0.11. 0 [7] => libpostproc 51. 2. 0 / 51. 2. 0 )

Also see this URL:
http://www.islamasil.net/inc.php :
FFmpeg is on server

I have jobs just like Split , Blur, Adding logo to an video ...
Is there somthing I need to install to have these working on my server.
Kindly to advice me.

Thanks,
w.salman
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

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

[FFmpeg-user] Need help resolving concat error

2016-07-24 Thread Mark Strecker
Hello All,

I am new to ffmpeg and need help resolving an error. We are trying to
concatenate MOV files and figured out the options we need on Windows. We
then tried it on OS X and ran into problems. We are using the latest
version downloaded from the ffmpeg site : 3.1.1

 Here is the command line we tried originally (this is the one we intend to
use and works on Windows ... except the file input of course):

*ffmpeg -safe 0 -analyzeduration 40 -probesize 40 -i <(for
f in ./*.MOV; do echo "file '$PWD/$f'"; done) -map 0:0 -map 0:1 -map 0:2
-c:v copy -c:a copy -map_metadata 0 -copy_unknown -disposition:a:0 default
-disposition:a:1 default OUT.MOV*

*ffmpeg version 3.1.1 Copyright (c) 2000-2016 the FFmpeg developers*

*  built with llvm-gcc 4.2.1 (LLVM build 2336.11.00)*

*  configuration: --prefix=/Volumes/Ramdisk/sw --enable-gpl
--enable-pthreads --enable-version3 --enable-libspeex --enable-libvpx
--disable-decoder=libvpx --enable-libmp3lame --enable-libtheora
--enable-libvorbis --enable-libx264 --enable-avfilter
--enable-libopencore_amrwb --enable-libopencore_amrnb --enable-filters
--enable-libgsm --enable-libvidstab --enable-libx265 --disable-doc
--arch=x86_64 --enable-runtime-cpudetect*

*  libavutil  55. 28.100 / 55. 28.100*

*  libavcodec 57. 48.101 / 57. 48.101*

*  libavformat57. 41.100 / 57. 41.100*

*  libavdevice57.  0.101 / 57.  0.101*

*  libavfilter 6. 47.100 /  6. 47.100*

*  libswscale  4.  1.100 /  4.  1.100*

*  libswresample   2.  1.100 /  2.  1.100*

*  libpostproc54.  0.100 / 54.  0.100*

*/dev/fd/63: Invalid data found when processing input*


So we changed to command to use an input file and simplify a bit. It seems
to get further, but we now get a codec error :


*ffmpeg -i files.txt -c:v copy -c:a copy OUT.MOV*

*ffmpeg version 3.1.1 Copyright (c) 2000-2016 the FFmpeg developers*

*  built with llvm-gcc 4.2.1 (LLVM build 2336.11.00)*

*  configuration: --prefix=/Volumes/Ramdisk/sw --enable-gpl
--enable-pthreads --enable-version3 --enable-libspeex --enable-libvpx
--disable-decoder=libvpx --enable-libmp3lame --enable-libtheora
--enable-libvorbis --enable-libx264 --enable-avfilter
--enable-libopencore_amrwb --enable-libopencore_amrnb --enable-filters
--enable-libgsm --enable-libvidstab --enable-libx265 --disable-doc
--arch=x86_64 --enable-runtime-cpudetect*

*  libavutil  55. 28.100 / 55. 28.100*

*  libavcodec 57. 48.101 / 57. 48.101*

*  libavformat57. 41.100 / 57. 41.100*

*  libavdevice57.  0.101 / 57.  0.101*

*  libavfilter 6. 47.100 /  6. 47.100*

*  libswscale  4.  1.100 /  4.  1.100*

*  libswresample   2.  1.100 /  2.  1.100*

*  libpostproc54.  0.100 / 54.  0.100*

*Input #0, tty, from 'files.txt':*

*  Duration: 00:00:00.04, bitrate: 29 kb/s*

*Stream #0:0: Video: ansi, pal8, 640x400, 25 fps, 25 tbr, 25 tbn, 25
tbc*

*[mov @ 0x7fa74b008000] Using AVStream.codec to pass codec parameters to
muxers is deprecated, use AVStream.codecpar instead.*

*[mov @ 0x7fa74b008000] Could not find tag for codec ansi in stream
#0, codec not currently supported in container*

*Output #0, mov, to 'OUT.MOV':*

*  Metadata:*

*encoder : Lavf57.41.100*

*Stream #0:0: Video: ansi, pal8, 640x400, q=2-31, 25 fps, 25 tbr, 25
tbn, 25 tbc*

*Stream mapping:*

*  Stream #0:0 -> #0:0 (copy)*

*Could not write header for output file #0 (incorrect codec parameters ?):
Invalid argument*


TIA for your help!

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

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