Re: [FFmpeg-user] FFPLAY

2023-09-19 Thread Anatoly
On Wed, 20 Sep 2023 03:10:18 +0300 Anatoly wrote: > On Tue, 19 Sep 2023 15:08:18 +0700 > faut_voir wrote: > > > Hello, > > > > > > _I've spent a lot of time to look for an answer about my 2 > > questions whithout success_ : > > > > > > *# QUESTION 1* > > > > I would like to play a movie's

Re: [FFmpeg-user] FFPLAY

2023-09-19 Thread Anatoly
On Tue, 19 Sep 2023 15:08:18 +0700 faut_voir wrote: > Hello, > > > _I've spent a lot of time to look for an answer about my 2 questions > whithout success_ : > > > *# QUESTION 1* > > I would like to play a movie's file on my computer, but select and > play directly by the command line, the

Re: [FFmpeg-user] FFPLAY

2023-09-19 Thread Carl Zwanzig
On 9/19/2023 11:05 AM, Def Etienne wrote: And ffplay might not be the recommend tool for your tasks. "FFplay is a very simple and portable media player using the FFmpeg libraries and the SDL library. It is mostly used as a testbed for the various FFmpeg APIs."

Re: [FFmpeg-user] FFPLAY

2023-09-19 Thread Def Etienne
Sent from my iPhone > On 19 Sep 2023, at 09:08, faut_voir wrote: > > Hello, > > > _I've spent a lot of time to look for an answer about my 2 questions whithout > success_ : > > > *# QUESTION 1* > > I would like to play a movie's file on my computer, but select and play > directly by

Re: [FFmpeg-user] ffmpeg watermark by -vcodec libx264

2023-09-19 Thread Def Etienne
> On 19 Sep 2023, at 07:18, saman exploit wrote: > >  hi i wanna know how to add watermark by -vcodec order , please help me > > i dont want to use -filter_complex >> > '' > shell_exec("$ffmpeg_b -y -i $video_file_full_path -vcodec libx264 -preset > {fast}

Re: [FFmpeg-user] extract RAW frames into local directory from network camera

2023-09-19 Thread Michael Koch
Am 19.09.2023 um 16:49 schrieb Naveen.B: Hello, udp_data is a directory created to store the extracted RAW frames from the camera. The correct syntax is: ffmpeg -i input output For output, it's not sufficient to specify a folder. You must also specify the filename, which may contain a

Re: [FFmpeg-user] extract RAW frames into local directory from network camera

2023-09-19 Thread Naveen.B
Hello, udp_data is a directory created to store the extracted RAW frames from the camera. Thanks, Naveen B. On Tue, Sep 19, 2023 at 1:31 PM Michael Koch wrote: > Am 19.09.2023 um 13:11 schrieb Naveen.B: > > Hello, > > > > I have a ethernet camera connected to my laptop hub, it is configured >

Re: [FFmpeg-user] extract RAW frames into local directory from network camera

2023-09-19 Thread Michael Koch
Am 19.09.2023 um 13:11 schrieb Naveen.B: Hello, I have a ethernet camera connected to my laptop hub, it is configured and i can see the streamed Images from the camera using the ffplay command, but when I try to save the RAW Images onto the local directory, I am facing the error,

[FFmpeg-user] extract RAW frames into local directory from network camera

2023-09-19 Thread Naveen.B
Hello, I have a ethernet camera connected to my laptop hub, it is configured and i can see the streamed Images from the camera using the ffplay command, but when I try to save the RAW Images onto the local directory, I am facing the error, C:\ffmpeg-6.0\bin>ffmpeg -i udp_data

[FFmpeg-user] FFPLAY

2023-09-19 Thread faut_voir
Hello, _I've spent a lot of time to look for an answer about my 2 questions whithout success_ : *# QUESTION 1* I would like to play a movie's file on my computer, but select and play directly by the command line, the audio and subtitle files. Actualy, I'm using, the command  ==>

[FFmpeg-user] ffmpeg watermark by -vcodec libx264

2023-09-19 Thread saman exploit
hi i wanna know how to add watermark by -vcodec order , please help me i dont want to use -filter_complex > '' shell_exec("$ffmpeg_b -y -i $video_file_full_path -vcodec libx264 -preset {fast} -filter:v scale=3840:-2 -crf 26 $video_output_full_path_4096 2>&1"); ''