[FFmpeg-user] About the development version.

2014-07-25 Thread batguano999
Hi Is the git version deliberately left at 2.2 or should it be 2.3 now? @Xubuntu:~$ ffmpeg ffmpeg version 2.2.git-04bc370 Copyright (c) 2000-2014 the FFmpeg developers built on Jul 25 2014 10:21:49 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1) configuration: --enable-gpl --enable-libfdk-aac

[FFmpeg-user] capturing .dnx together with -segment

2014-07-25 Thread Bouke (VideoToolShed)
Trying to capture to raw DNxHD (*.dnx) while using the -segment option. That fails. Close to the same line (capturing to a QuickTime container) does work. Am i missing something? Lines (simplified, but enough to reproduce) below, first one is the failing one. Second is the working one

Re: [FFmpeg-user] capturing .dnx together with -segment

2014-07-25 Thread Carl Eugen Hoyos
Bouke (VideoToolShed bouke at videotoolshed.com writes: Trying to capture to raw DNxHD (*.dnx) If you call them .dnxhd everything gets much easier... ffmpeg.exe -f dshow -rtbufsize 1024000k -pixel_format uyvy422 -framerate 23.976 -s 1920:1080 -i video=Decklink Video Capture:

Re: [FFmpeg-user] capturing .dnx together with -segment

2014-07-25 Thread Bouke (VideoToolShed)
- Original Message - From: Carl Eugen Hoyos ceho...@ag.or.at To: ffmpeg-user@ffmpeg.org Sent: Friday, July 25, 2014 2:30 PM Subject: Re: [FFmpeg-user] capturing .dnx together with -segment Bouke (VideoToolShed bouke at videotoolshed.com writes: Trying to capture to raw DNxHD

[FFmpeg-user] Capture UDP with ffmpeg, re-stream with ffserver

2014-07-25 Thread Jason Anderson
Hi,   I have win7 pushing UDP (via vidStudio port 1935) to Ubuntu (ffserver) and I am trying to use ffmpeg to capture and restream. Website is wildcatrockcity.com Both machines on DMZ, firewall verified not the issue... I have JW-Player embedded into index.html to play stream. My problem is that