[FFmpeg-user] Record and play Video

2016-03-01 Thread shuvro majumder
Hi, I want to capture video via a usb webcam. Using ffmpeg and video4linux2, now I can easily record video. Can you help me to record and play/show video in the screen using ffmpeg? Can I control the position where to show the video in the screen? I am using usb webcam and linux terminal. Thanks

[FFmpeg-user] Reading from an ipcam via HTTP and streaming to a file

2016-03-01 Thread John Baker
Hello, I'm trying to use ffmpeg to stream from a Foscam FI8904 camera to an mp4 file. The camera only supports a jpeg or something stream via a CGI (videostream.cgi). Output from wget: Connecting to 192.168.0.123:80... connected. HTTP request sent, awaiting response... HTTP/1.1 200 OK Server

Re: [FFmpeg-user] Solaris build problems with network support

2016-03-01 Thread Carl Eugen Hoyos
mvelanka gmail.com> writes: > >Please post all the console output of a repeated make > >run here on the mailing list: I don't even know which > >file failed compilation. The point is that people may be interested in your issue in the future, so please allow them

Re: [FFmpeg-user] Solaris build problems with network support

2016-03-01 Thread mvelanka
>Please post all the console output of a repeated make >run here on the mailing list: I don't even know which >file failed compilation. Carl, Probably I did not understand what I should do here. I have already uploaded/attached nohup.out here that contains all the console output. Here is the fil

[FFmpeg-user] Is it possible to pipe multiple http connections to ffmpeg?

2016-03-01 Thread Dave
Hi, I often use the http client in ffmpeg from various websites and, most of the time, it works fine. However, in some instances the website doesn't allocate too much bandwidth to a single connection and would benefit from using multiple simultaneous http connections (i.e., the bandwidth is the b

Re: [FFmpeg-user] Solaris build problems with network support

2016-03-01 Thread Carl Eugen Hoyos
mvelanka gmail.com> writes: > I did all this as you told above and ended in a compilation error: > ... > /usr/include/iso/stdlib_iso.h:126: error: parse error before numeric > constant Please post all the console output of a repeated make run here on the mailing list: I don't even know which f

Re: [FFmpeg-user] Joining 2 m4v video files

2016-03-01 Thread Moritz Barsnick
On Tue, Mar 01, 2016 at 14:49:51 -0700, jd1008 wrote: > no way. Yes way! If you take your answer out of context, among others by top-posting, I have no idea what you're trying to say. "No way", you're not trying to achieve anything? "No way", you're not only using the first inut file? (You are,

Re: [FFmpeg-user] Joining 2 m4v video files

2016-03-01 Thread jd1008
no way. $ ffmpeg -i 01.m4v -i 02.m4v -strict -2 03.m4v 2 input files. 01 and 02, and output to 03 I want to join 01 and 02. Simple, no??? Please take a close look at my original message. On 03/01/2016 02:27 PM, Moritz Barsnick wrote: On Tue, Mar 01, 2016 at 14:13:18 -0700, jd1008 wrote: Do

Re: [FFmpeg-user] Joining 2 m4v video files

2016-03-01 Thread Moritz Barsnick
On Tue, Mar 01, 2016 at 14:13:18 -0700, jd1008 wrote: > Do the messages below (from ffmpeg) indicateproblems with the input? What are you trying to achieve? > Stream mapping: >Stream #0:0 -> #0:0 (h264 (native) -> h264 (libx264)) >Stream #0:1 -> #0:1 (aac (native) -> aac (native)) You'r

[FFmpeg-user] Joining 2 m4v video files

2016-03-01 Thread jd1008
Do the messages below (from ffmpeg) indicateproblems with the input? $ ffmpeg -i 01.m4v -i 02.m4v -strict -2 03.m4v ffmpeg version 2.6.8 Copyright (c) 2000-2016 the FFmpeg developers built with gcc 5.3.1 (GCC) 20151207 (Red Hat 5.3.1-2) configuration: --prefix=/usr --bindir=/usr/bin --datad

Re: [FFmpeg-user] Blackmagic card issue capturing

2016-03-01 Thread Roger Pack
On 3/1/16, Christian Bianchini wrote: > I have got the ffmpeg version N-78598-g98a0053 and trying to capturing > from a Blackmagic card, which sometimes works and sometimes doesnt. > > ffmpeg.exe -y -f dshow -video_size 1920x1080 -pixel_format uyvy422 > -rtbufsize 2100 -framerate 59.94 -i "video=

Re: [FFmpeg-user] Solaris build problems with network support

2016-03-01 Thread mvelanka
Moritz, Thanks for your support. >Out of curiosity, could you please try the following, mvelanka: >- change version.sh back to /usr/bin/bash again >- add the following to the ./configure command line: > --extra-cflags="-D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED=1" >and then try to build again

Re: [FFmpeg-user] Solaris build problems with network support

2016-03-01 Thread Moritz Barsnick
On Tue, Mar 01, 2016 at 07:06:04 -0800, mvelanka wrote: > >To help us, please undo the change and run: > >$ ./version.sh > okay I did as you told > here is the session output > ./version.sh > ./version.sh: syntax error at line 8: `revision=$' unexpected > (This was the reason I had changed sh to ba

Re: [FFmpeg-user] Solaris build problems with network support

2016-03-01 Thread mvelanka
Carl, Thanks for your prompt support. >To help us, please undo the change and run: >$ ./version.sh okay I did as you told here is the session output ./version.sh ./version.sh: syntax error at line 8: `revision=$' unexpected (This was the reason I had changed sh to bash) >Why do you disable udp

Re: [FFmpeg-user] Blackmagic card issue capturing

2016-03-01 Thread Christian Bianchini
I will probably attempt to do this way: http://stackoverflow.com/questions/19212047/ffmpeg-command-line-for-capturing-and-recording-audio-and-video-in-720p-from-d Stream all the time to UDP then record when I need. On 1 March 2016 at 15:17, Christian Bianchini wrote: > Just to prove that it wor

Re: [FFmpeg-user] Blackmagic card issue capturing

2016-03-01 Thread Christian Bianchini
Just to prove that it works after few times kill and start again. I just dont get it why I have to do that, is because I quit the ffmpeg in a strange way? Is this an issue of the ffmpeg? Hardware issues? I tried with a different camera and the same happens. ffmpeg.exe -y -f dshow -video_size 1920x

Re: [FFmpeg-user] Blackmagic card issue capturing

2016-03-01 Thread Claudiu Rad
On 3/1/2016 5:13 PM, Christian Bianchini wrote: I just tried without that parameter and frame=2 fps=0.6 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A dup=0 dro frame=2 fps=0.5 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A dup=0 dro frame=2 fps=0.4 q=0.0 size= 0kB tim

Re: [FFmpeg-user] Blackmagic card issue capturing

2016-03-01 Thread Christian Bianchini
I was trying different examples where people were recording with the blackmagic and that was one value, I could try without it and see if it works. I got 16 GB of ram on my PC and intel core i7. On 1 March 2016 at 15:04, Moritz Barsnick wrote: > Hi Christian, > > On Tue, Mar 01, 2016 at 14:40:1

Re: [FFmpeg-user] Blackmagic card issue capturing

2016-03-01 Thread Christian Bianchini
I just tried without that parameter and frame=2 fps=0.6 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A dup=0 dro frame=2 fps=0.5 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A dup=0 dro frame=2 fps=0.4 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A dup=0 dro [dshow @ 00

Re: [FFmpeg-user] Blackmagic card issue capturing

2016-03-01 Thread Moritz Barsnick
Hi Christian, On Tue, Mar 01, 2016 at 14:40:17 +, Christian Bianchini wrote: I have no idea about dshow, but: > ffmpeg.exe -y -f dshow -video_size 1920x1080 -pixel_format uyvy422 -rtbufsize > 2100 -framerate 59.94 -i "video=Decklink Video Capture" Why do you specify "-rtbufsize 2100"? The

[FFmpeg-user] Blackmagic card issue capturing

2016-03-01 Thread Christian Bianchini
I have got the ffmpeg version N-78598-g98a0053 and trying to capturing from a Blackmagic card, which sometimes works and sometimes doesnt. ffmpeg.exe -y -f dshow -video_size 1920x1080 -pixel_format uyvy422 -rtbufsize 2100 -framerate 59.94 -i "video=Decklink Video Capture" -codec:v libx264 -preset

Re: [FFmpeg-user] HLS: playlist vs segment duration mismatch

2016-03-01 Thread Zsolt
Hello guys, any ideas? Cheers, Zsolt On Fri, Feb 26, 2016 at 9:48 AM Zsolt wrote: > On Fri, Feb 26, 2016 at 9:46 AM Zsolt wrote: > >> Hi guys, >> I'm creating a HLS live video with this command: >> >> ffmpeg -i udp:// -ignore_unknown \ >> \ >> -map $CHANNELID1 -map $CHANNELID2 \ >> -filter:

Re: [FFmpeg-user] Remux TS to MPG: spedify stream order

2016-03-01 Thread Dmpfbck
Am 01.03.2016 um 10:27 schrieb Carl Eugen Hoyos: > Dmpfbck freenet.de> writes: > >> A/V is asnchronous if I open the .mpg file in AviDemux 2.5 > Please provide an input sample that allows to reproduce this. > This was not meant as a request for help, just a quick feedback and a different issue. T

Re: [FFmpeg-user] Remux TS to MPG: spedify stream order

2016-03-01 Thread Carl Eugen Hoyos
Dmpfbck freenet.de> writes: > A/V is asnchronous if I open the .mpg file in AviDemux 2.5 Please provide an input sample that allows to reproduce this. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/f

Re: [FFmpeg-user] Solaris build problems with network support

2016-03-01 Thread Carl Eugen Hoyos
mvelanka gmail.com> writes: > I am able to build when I make following changes: Instead of making changes, please report all issues here. > edit version.sh and make it for bash > #! /usr/bin/bash To help us, please undo the change and run: $ ./version.sh and post all issues here. > bash ./c