Re: [FFmpeg-user] Wanna to apply effect and play video at same time

2018-09-13 Thread Lou Logan
On Thu, Sep 13, 2018, at 6:38 AM, shreyas vaghela wrote:
> It is possible to give full command with example to i better to understand
> ,Bcz i new in ffmpeg.it would be great help from your side.

Carl and I both gave full example commands.
___
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] Wanna to apply effect and play video at same time

2018-09-13 Thread shreyas vaghela
It is possible to give full command with example to i better to understand
,Bcz i new in ffmpeg.it would be great help from your side.

On Wed, Sep 12, 2018 at 2:58 AM Carl Eugen Hoyos  wrote:

> 2018-09-11 22:02 GMT+02:00, Lou Logan :
> > On Tue, Sep 11, 2018, at 9:33 AM, shreyas vaghela wrote:
> >> Wanna to apply effect and play video at same time, it is possible to do
> >> same thing at one using Ffmpeg command line.
> >
> > You can use ffplay to apply effects and play at the same time:
> >
> > ffplay -vf negate,vflip input.foo
>
> This is the usual way, output devices that display exist for FFmpeg,
> for example the sdl device:
> $ ffmpeg -re -i input -vf negate -f sdl -pix_fmt rgb24 0
> (Without -re, ffmpeg will output the frames as fast as possible.)
>
> 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".
___
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] Wanna to apply effect and play video at same time

2018-09-11 Thread Lou Logan
On Tue, Sep 11, 2018, at 9:33 AM, shreyas vaghela wrote:
> Wanna to apply effect and play video at same time, it is possible to do
> same thing at one using Ffmpeg command line.

You can use ffplay to apply effects and play at the same time:

ffplay -vf negate,vflip input.foo
___
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] Wanna to apply effect and play video at same time

2018-09-11 Thread shreyas vaghela
Wanna to apply effect and play video at same time, it is possible to do
same thing at one using Ffmpeg command line.
___
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".