Re: [FFmpeg-user] trouble installing ffmpeg

2020-07-22 Thread Dan Bridges
On 23/07/2020 7:18 am, Jake McGaker wrote: > "'C:\ffmpeg' is not recognized as an internal or > external command," This means that you are trying to run ffmpeg.exe from the the root directory i.e. "c:\". What you need to do is put ffmpeg.exe (and any associated AV utility programs) in a directory

Re: [FFmpeg-user] trouble installing ffmpeg

2020-07-22 Thread Jake McGaker
oh it's windows 10 64bit and I got the download from https://ffmpeg.zeranoe.com/builds/ Idk the last two things you asked On Wed, Jul 22, 2020 at 5:18 PM Jake McGaker wrote: > Ok, don't totally know what you're saying. I have an mkv file that I need > to convert to an mp4 and I was told on reddi

Re: [FFmpeg-user] trouble installing ffmpeg

2020-07-22 Thread Jake McGaker
Ok, don't totally know what you're saying. I have an mkv file that I need to convert to an mp4 and I was told on reddit that using ffmpeg is the best way to do that. I downloaded version 20200721 for windows 10 64 bit static. I'll just say what the In the tutorial it instructed me to then move the

Re: [FFmpeg-user] trouble installing ffmpeg

2020-07-22 Thread Carl Zwanzig
On 7/22/2020 1:53 PM, Jake McGaker wrote: and when I get to the step after I edit the environmental variables and I type in the cmd prompt, I get an error saying ffmpeg didn't install. Almost no one here is going to watch the video, please just explain what's going on and include the command a

Re: [FFmpeg-user] Webcam capture

2020-07-22 Thread Rodolfo Medina
Rodolfo Medina writes: > Leonardo via ffmpeg-user writes: > >> Since you have an AMD cpu/apu, one last resort that I can think of is to >> capture webcam with hardware acceleration. >> >> > > > Nothing, the problem remains... it gets stuck for some seconds... The problem also occurs with anot

[FFmpeg-user] trouble installing ffmpeg

2020-07-22 Thread Jake McGaker
I was following this tutorial on youtube https://www.youtube.com/watch?v=a_KqycyErd8&t=163s and when I get to the step after I edit the environmental variables and I type in the cmd prompt, I get an error saying ffmpeg didn't install. ___ ffmpeg-user mail

Re: [FFmpeg-user] Webcam capture

2020-07-22 Thread Rodolfo Medina
Leonardo via ffmpeg-user writes: > Since you have an AMD cpu/apu, one last resort that I can think of is to > capture webcam with hardware acceleration. > > > Extracted from https://trac.ffmpeg.org/wiki/Hardware/VAAPI > > Also, you need to verify what "-vaapi_device" is the correct one for your >

Re: [FFmpeg-user] Webcam capture

2020-07-22 Thread Leonardo via ffmpeg-user
Since you have an AMD cpu/apu, one last resort that I can think of is to capture webcam with hardware acceleration. Extracted from https://trac.ffmpeg.org/wiki/Hardware/VAAPI Also, you need to verify what "-vaapi_device" is the correct one for your machine. The wiki has much more information.

Re: [FFmpeg-user] Webcam capture

2020-07-22 Thread Rodolfo Medina
Leonardo via ffmpeg-user writes: > What is the output of > > $ cat /proc/cpuinfo > > ? Here it is: processor : 0 vendor_id : AuthenticAMD cpu family : 22 model : 48 model name : AMD A6-7310 APU with AMD Radeon R4 Graphics stepping: 1 microcode : 0x

Re: [FFmpeg-user] Webcam capture

2020-07-22 Thread Leonardo via ffmpeg-user
What is the output of $ cat /proc/cpuinfo ? ___ 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] Webcam capture

2020-07-22 Thread Rodolfo Medina
Leonardo via ffmpeg-user writes: > Hello, > > as an alternative, you can display your webcam at screen with mplayer > > $ mplayer tv:// -tv > driver=v4l2:width=640:height=480:device=/dev/video0:fps=30:outfmt=yuy2 > -noborder -geometry 640x480+0+0 > > and record your screen+audio with ffmpeg (here

Re: [FFmpeg-user] Webcam capture

2020-07-22 Thread Leonardo via ffmpeg-user
Hello, as an alternative, you can display your webcam at screen with mplayer $ mplayer tv:// -tv driver=v4l2:width=640:height=480:device=/dev/video0:fps=30:outfmt=yuy2 -noborder -geometry 640x480+0+0 and record your screen+audio with ffmpeg (here I'm using pulseaudio because of the "noise-red

Re: [FFmpeg-user] Webcam capture

2020-07-22 Thread Rodolfo Medina
Carl Zwanzig writes: > On 7/22/2020 6:22 AM, Rodolfo Medina wrote: >> Same problem also with simply: >> >> $ ffmpeg -f alsa -i hw:1,0 -f video4linux2 -i /dev/video0 out.mpg >> >> , and audio completely out of sync... > > And complete command output is still missing (it's always helpful) > >

Re: [FFmpeg-user] Webcam capture

2020-07-22 Thread Carl Zwanzig
On 7/22/2020 6:22 AM, Rodolfo Medina wrote: Same problem also with simply: $ ffmpeg -f alsa -i hw:1,0 -f video4linux2 -i /dev/video0 out.mpg , and audio completely out of sync... And complete command output is still missing (it's always helpful) Since this works-- mencoder tv:// -tv dr

Re: [FFmpeg-user] How i can add to my stream browser source (chat, donation alerts, follow alerts etc, like in obs) and create delayed stream (like in obs) with complex filter ?

2020-07-22 Thread Carl Zwanzig
Please don't top-post on this list stream browser source (chat, donation alerts, follow alerts etc, like in What does that mean? Is that a single graphic overlay or something else? create delayed stream (like in obs) with complex filter? I think you'll find that in the list archive. On 7/

Re: [FFmpeg-user] How i can add to my stream browser source (chat, donation alerts, follow alerts etc, like in obs) and create delayed stream (like in obs) with complex filter ?

2020-07-22 Thread KoreanFanOfficial
I cant use obs-studio and other forks, cuz obs have bug with mouse speed (mouse speed up x4 and its unplayable, but settings [xorg, DE, etc] for mouse even didnt change), this happens on linux and on windows. So no reason to use obs and other forks until they fix this issue. ср, 22 июл. 2020 г. в

Re: [FFmpeg-user] Webcam capture

2020-07-22 Thread Rodolfo Medina
Paul B Mahol writes: > On 7/20/20, Rodolfo Medina wrote: >> Hi all. >> >> When capturing video from webcam, with: >> >> $ ffmpeg -f video4linux2 -s 3200x2400 -i /dev/video0 -vb 20M out.mpg > > 3200x2400 is very big resolution Same problem also with simply: $ ffmpeg -f alsa -i hw:1,0 -f vid

Re: [FFmpeg-user] How i can add to my stream browser source (chat, donation alerts, follow alerts etc, like in obs) and create delayed stream (like in obs) with complex filter ?

2020-07-22 Thread christian
I think that www.obs.live can do this with a better user-experience. -- Enviado do aplicativo myMail para Android quarta-feira, 22 julho 2020, 05:37AM -03:00 de KoreanFanOfficial koreanfanoffic...@gmail.com : >How i can add to my stream browser source (chat, donation alerts, follow >alerts etc

[FFmpeg-user] How i can add to my stream browser source (chat, donation alerts, follow alerts etc, like in obs) and create delayed stream (like in obs) with complex filter ?

2020-07-22 Thread KoreanFanOfficial
How i can add to my stream browser source (chat, donation alerts, follow alerts etc, like in obs) and create delayed stream (like in obs) with complex filter? ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-u

Re: [FFmpeg-user] ERROR: libass not found using pkg-config

2020-07-22 Thread shahrin zen via ffmpeg-user
Ok..now its workingThank you very much Mr Harald. Sent from Yahoo Mail for iPhone On Monday, July 20, 2020, 12:02 AM, Reindl Harald wrote: Am 19.07.20 um 17:59 schrieb shahrin zen via ffmpeg-user: > Hi, I am having error during compiling ffmpeg. > > ERROR: libass not found using pkg-confi