Re: [FFmpeg-user] Problem with a YT video

2016-04-27 Thread Xen
jd1008 schreef op 27-04-2016 23:35: BUT - No Audio :( :( Mine has. Perhaps your download tool downloaded the video-only stream. (Have you checked "youtube-dl -F"?) Responding to the guy who gave you the ffplay command, but. I am no expert but this thing works: ffmpeg -i input.mp4 -f lav

Re: [FFmpeg-user] Problem with a YT video

2016-04-27 Thread DopeLabs
be sure you are running the latest YouTube-DL as well. -U to update. I've had similar errors which worked after the update. Sent from my iPhone > On Apr 27, 2016, at 6:30 PM, Xen wrote: > > jd1008 schreef op 27-04-2016 23:35: >> Hi Moritz, >> How do I use the command to save the output file in

Re: [FFmpeg-user] Problem with a YT video

2016-04-27 Thread Xen
jd1008 schreef op 27-04-2016 23:35: Hi Moritz, How do I use the command to save the output file instead of viewing it? Thanx!!! I haven't followed this as I just arrived on this list. But. Normally if you were downloading from a video site you'd use youtube-dl, right? Maybe I should be rea

Re: [FFmpeg-user] Fwd: Problem with a YT video

2016-04-27 Thread jd1008
So, people who are NOT technically savvy in the field of audio/video technology and specifically ffmpeg, are not allowed to ask questions? If questions like these raise your blood pressure, I hope and pray you have a Cranio-Vascular-Accident and die, thus sparing all people your miserable and shi

Re: [FFmpeg-user] Fwd: Trouble decoding ASF file from baby monitor

2016-04-27 Thread Lou
On Wed, 27 Apr 2016 16:39:24 -0700 G A wrote: > stop sending me this, goddamn this is 7th fucking time. Please stop spamming the mailing list. Why don't you just unsubscribe? Alternatively, you can temporarily disable mail delivery in the Mailman interface. If you want to unsubscribe: Send an

[FFmpeg-user] Fwd: Problem with a YT video

2016-04-27 Thread G A
8th fucking time, stop this shit. > ffmpeg-user@ffmpeg.org > Begin forwarded message: > > From: jd1008 > Subject: Re: [FFmpeg-user] Problem with a YT video > Date: April 27, 2016 at 16:35:45 PDT > To: ffmpeg-user@ffmpeg.org > Reply-To: FFmpeg user questions > > Hi Moritz, > How do I use the c

[FFmpeg-user] Fwd: screen_capture_recorder to record 2nd monitor

2016-04-27 Thread G A
stop sending me this, goddamn this is 6th fucking time. > Begin forwarded message: > > From: Tim Hiles > Subject: [FFmpeg-user] screen_capture_recorder to record 2nd monitor > Date: April 25, 2016 at 17:01:27 PDT > To: FFmpeg user questions > Reply-To: FFmpeg user questions > > I use exactly

[FFmpeg-user] Fwd: Trouble decoding ASF file from baby monitor

2016-04-27 Thread G A
stop sending me this, goddamn this is 7th fucking time. > Begin forwarded message: > > From: matt > Subject: Re: [FFmpeg-user] Trouble decoding ASF file from baby monitor > Date: April 26, 2016 at 22:11:28 PDT > To: FFmpeg user questions > Reply-To: FFmpeg user questions > > On 4/26/2016 1:03

Re: [FFmpeg-user] Problem with a YT video

2016-04-27 Thread jd1008
Hi Moritz, How do I use the command to save the output file instead of viewing it? Thanx!!! On 04/24/2016 11:02 AM, Moritz Barsnick wrote: On Sun, Apr 24, 2016 at 10:46:50 -0600, jd1008 wrote: OK, that plays one screen. Well and good !!! I had to download it to get one viewing screen. How did

Re: [FFmpeg-user] on frame changes in recode

2016-04-27 Thread Xen
Carl Eugen Hoyos schreef op 27-04-2016 19:56: Xen xenhideout.nl> writes: I don't know if its output is important. Only if you want support on this mailing list;-) That sounds horrendous. Well I think this is about the output of the first attempt (to mp4): Output #0, mp4, to 'output.mp4

Re: [FFmpeg-user] on frame changes in recode

2016-04-27 Thread Carl Eugen Hoyos
Xen xenhideout.nl> writes: > I don't know if its output is important. Only if you want support on this mailing list;-) Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

[FFmpeg-user] on frame changes in recode

2016-04-27 Thread Xen
Heya, I was just taking a video from YouTube and, in this case, cutting off the largest part of the beginning of it, leaving only the end. I have first used PiTiVi and later AviDemux and later tried ffpeg cmd line. (ffmpeg). This was ultimately the command line that I used: ffmpeg -i inpu

Re: [FFmpeg-user] which filter is used to produce fake yuv image

2016-04-27 Thread Lou
On Wed, 27 Apr 2016 23:21:15 +0800 (CST) qw wrote: > How to produce only one image? "-frames:v 1" output option. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

[FFmpeg-user] Color problems

2016-04-27 Thread Александр Кошеверов
Problem resolved by replacing all_mode='overlay' wuth all_mode='average' ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Re: [FFmpeg-user] compile FFmpeg with openh264

2016-04-27 Thread Madovsky
On 4/27/2016 5:07 AM, Carl Eugen Hoyos wrote: Madovsky madovsky.org> writes: FFmpeg last git with last git or version 1.5.1 of openh264 failed Only 1.4 is currently supported. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http:/

Re: [FFmpeg-user] which filter is used to produce fake yuv image

2016-04-27 Thread qw
>> which filter is used to produce fake yuv/rgb image in ffmpeg? > >Are you searching for the color and testsrc filters? I found color and testsrc filters produce continuous video frame instead of signal image. How to produce only one image? One feasible way is to set duration to 1, and rate to

Re: [FFmpeg-user] Multicam synchronized output

2016-04-27 Thread Carl Eugen Hoyos
Daniel Sevelt gmail.com> writes: > Please let me know if I can provide any additional data Complete, uncut console output missing. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Re: [FFmpeg-user] compile FFmpeg with openh264

2016-04-27 Thread Carl Eugen Hoyos
Madovsky madovsky.org> writes: > FFmpeg last git with last git or version 1.5.1 of openh264 failed Only 1.4 is currently supported. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Re: [FFmpeg-user] Color problems

2016-04-27 Thread Carl Eugen Hoyos
Александр Кошеверов gmail.com> writes: > Files MediaInfo's here: http://pastebin.com/TiXpjRuH This is - afair - never useful. Needed is your command line including complete, uncut console output and your png overlay file. Carl Eugen ___ ffmpeg-user m

Re: [FFmpeg-user] which filter is used to produce fake yuv image

2016-04-27 Thread Carl Eugen Hoyos
qw 163.com> writes: > which filter is used to produce fake yuv/rgb image in ffmpeg? Are you searching for the color and testsrc filters? Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

[FFmpeg-user] which filter is used to produce fake yuv image

2016-04-27 Thread qw
Hi http://ffmpeg.org/ffmpeg-filters.html I want to use some filter to produce one specified yuv/rgb image, and render text on that image via drawtext filter later in filter graph. Then run the filter graph, and get text_h and text_w from 'ff_vf_drawtext'. which filter is used to produce fake y

[FFmpeg-user] Color problems

2016-04-27 Thread Александр Кошеверов
I have problem with color untill watermarking video (1080p and 720p). Here's image sample (original in the top and converted in the bottom): http://www.imghost.in/img/2016-04/27/o32sehmjst43t5urqnd13nizl.png I'm using this command to convert: "C:\Program Files\ffmpeg\bin\ffmpeg.exe" -y -ss 0 -i "d:

Re: [FFmpeg-user] Problem with rtsp streaming using ffmpeg

2016-04-27 Thread Wiesmeyr Christoph
> -Ursprüngliche Nachricht- > Von: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] Im Auftrag > von Carl Eugen Hoyos > Gesendet: Dienstag, 26. April 2016 14:09 > An: ffmpeg-user@ffmpeg.org > Betreff: Re: [FFmpeg-user] Problem with rtsp streaming using ffmpeg > > Wiesmeyr Christoph ait

[FFmpeg-user] compile FFmpeg with openh264

2016-04-27 Thread Madovsky
Hi, FFmpeg last git with last git or version 1.5.1 of openh264 failed here is the las log lines: after "make": CC libavcodec/libopenh264enc.o libavcodec/libopenh264enc.c:54:84: error: ‘SM_AUTO_SLICE’ undeclared here (not in a function) { "slice_mode", "set slice mode", OFFSET(slice_mo