Re: [FFmpeg-user] OS X screen record by ffmpeg

2014-12-01 Thread David Peterson
Will this work in the same manner to screen record IOS? Dave On Mon, Dec 1, 2014 at 8:52 PM, Steven Liu wrote: > > > On Dec 1, 2014, at 3:33 PM, Thilo Borgmann > wrote: > > > > Am 01.12.14 um 07:51 schrieb Steven Liu: > >> [...] > >> I’ve list_devices the devices;but there have no screen

Re: [FFmpeg-user] OS X screen record by ffmpeg

2014-12-01 Thread Steven Liu
> On Dec 1, 2014, at 3:33 PM, Thilo Borgmann wrote: > > Am 01.12.14 um 07:51 schrieb Steven Liu: >> [...] >> I’ve list_devices the devices;but there have no screen option, just only > camera option; >> Perhaps i have using the wrong parameters? >> >> >> [StevenLiu@localhost ~]$ ffmpe

[FFmpeg-user] Ogg Encoding Warning

2014-12-01 Thread Andrew Arthur
I am extracting audio from a large number of WMV files and re-encoding them to OGG. My command line is below as well as the output. In the example given (and in many others) I get a warning message "100 buffers queued in output stream 0:0, something may be wrong. " that I don't understand. Is th

Re: [FFmpeg-user] random stream ids from mpeg2 multicast source

2014-12-01 Thread Carl Eugen Hoyos
Sinan Alyuruk cyh.com.tr> writes: > ffmpeg -i udp:// 225.100.100.100:1234 Complete, uncut console output missing. -map also accepts the pid instead of the stream id. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/

[FFmpeg-user] random stream ids from mpeg2 multicast source

2014-12-01 Thread Sinan Alyuruk
Hi, I am trying to record a channel from mpeg2 multicast stream. Stream mapping returns inconsistently whenever I run ffmpeg to inspect the required streams . ffmpeg -i udp://@225.100.100.100:1234 First run: Program 1101 Metadata: service_name: ?KANAL D service_provid

Re: [FFmpeg-user] compiling with libx265

2014-12-01 Thread Clément Bœsch
On Mon, Dec 01, 2014 at 08:01:13PM +0100, Clément Bœsch wrote: > On Mon, Dec 01, 2014 at 04:46:36PM +, tim nicholson wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > On 01/12/14 16:09, Nicolas George wrote: > > > Le primidi 11 frimaire, an CCXXIII, tim nicholson a écrit : >

Re: [FFmpeg-user] compiling with libx265

2014-12-01 Thread Clément Bœsch
On Mon, Dec 01, 2014 at 04:46:36PM +, tim nicholson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 01/12/14 16:09, Nicolas George wrote: > > Le primidi 11 frimaire, an CCXXIII, tim nicholson a écrit : > >> Whilst acknowledging that this patch works (thanks), I am trying to > >

Re: [FFmpeg-user] compiling with libx265

2014-12-01 Thread Nicolas George
Le primidi 11 frimaire, an CCXXIII, tim nicholson a écrit : > Whilst acknowledging that this patch works (thanks), I am trying to > understand why package config is failing in this case, Your first snippet shows: >>> /usr/local/lib64/libx265.a(bitcost.cpp.o): That means you are trying to compile

Re: [FFmpeg-user] compiling with libx265

2014-12-01 Thread Carl Eugen Hoyos
tim nicholson ffmpeg.org> writes: > Whilst acknowledging that this patch works (thanks), I > am trying to understand why package config is failing > in this case, For a very long time, FFmpeg position was that pkg-config is broken by design, and that it makes little sense to understand why i

Re: [FFmpeg-user] (no subject)

2014-12-01 Thread Carl Eugen Hoyos
tim nicholson ffmpeg.org> writes: > > [...] > > :\> ffmpeg.exe -i before.mp4 > > [...] > > Duration: 00:02:00.00, start: 0.04, bitrate: 70 kb/s > > [..] > > ffmpeg.exe -i after.mp4 > > [..] > > Duration: 00:02:00.04, start: 0.00, bitrate: 17 kb/s This has little meaning imo, what i

Re: [FFmpeg-user] (no subject)

2014-12-01 Thread tim nicholson
On 01/12/14 16:35, Guido Holz wrote: > Thanks! > Please do not top post, it makes following things harder. > but is there any way to avoid that with ffmpeg? Uae -ss wiith the same value as the original file start time > What is the reason to get an export of Premiere with another starttime tha

Re: [FFmpeg-user] compiling with libx265

2014-12-01 Thread tim nicholson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/12/14 16:09, Nicolas George wrote: > Le primidi 11 frimaire, an CCXXIII, tim nicholson a écrit : >> Whilst acknowledging that this patch works (thanks), I am trying to >> understand why package config is failing in this case, > > I just tested o

Re: [FFmpeg-user] (no subject)

2014-12-01 Thread Guido Holz
Thanks! but is there any way to avoid that with ffmpeg? What is the reason to get an export of Premiere with another starttime than zero? it's not always trivial to me :-) thanks 2014-12-01 8:49 GMT+01:00 tim nicholson : > On 28/11/14 14:50, Guido Holz wrote: > > my problem is after exporting

Re: [FFmpeg-user] Conversion from WMV to M2V - Lost Frame Problem

2014-12-01 Thread Andrew Arthur
> -Original Message- > From: ffmpeg-user-boun...@ffmpeg.org [mailto:ffmpeg-user- > boun...@ffmpeg.org] On Behalf Of Carl Eugen Hoyos > Sent: November-18-14 3:53 PM > To: ffmpeg-user@ffmpeg.org > Subject: Re: [FFmpeg-user] Conversion from WMV to M2V - Lost Frame > Problem > > Andrew Arthur

Re: [FFmpeg-user] compiling with libx265

2014-12-01 Thread Nicolas George
Le primidi 11 frimaire, an CCXXIII, tim nicholson a écrit : > Whilst acknowledging that this patch works (thanks), I am trying to > understand why package config is failing in this case, I just tested on a fresh clone of x265 and current Debian Testing, and it works. If it still does not work for

Re: [FFmpeg-user] compiling with libx265

2014-12-01 Thread tim nicholson
On 28/11/14 09:55, Carl Eugen Hoyos wrote: > tim nicholson ffmpeg.org> writes: > >> Thought I'd have a go at this, but suffered an odd epic fail. > > Use this patch as a work-around: > http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/178167 > Whilst acknowledging that this patch works (th

Re: [FFmpeg-user] How To Play YouTube Videos using FFPLAy

2014-12-01 Thread gf
You can do that with just youtube-dl ! The command *youtube-dl.exe -f 137+141 MqNXskV1s7E* lets you download DASH and remux in one step. :) Gerald Moritz Barsnick schrieb am Mon Dec 01 2014 at 1:47:13 AM: > On Sun, Nov 30, 2014 at 15:40:11 -0800, DopeLabs wrote: > > what i usually end up d