Re: [FFmpeg-user] Doing nothing with ffmpeg and that as fast aspossible...

2014-09-10 Thread Bouke (VideoToolShed)
Original Message - From: meino.cra...@gmx.de To: FFmpeg user questions ffmpeg-user@ffmpeg.org Sent: Tuesday, September 09, 2014 8:11 PM Subject: [FFmpeg-user] Doing nothing with ffmpeg and that as fast aspossible... Hi, I will get an h264 compressed full hd (100p30) video stream

Re: [FFmpeg-user] Doing nothing with ffmpeg and that as fast as possible...

2014-09-10 Thread Carl Eugen Hoyos
meino.cramer at gmx.de writes: I will get an h264 compressed full hd (100p30) video stream with audio from STDIN and want to copy it untouched to hardisk with ffmpeg, but this as fast as possible (or in other words with the lowest possible CPU load) What's wrong with cat - file? Or

Re: [FFmpeg-user] Change frame rate without dropping/adding frames

2014-09-10 Thread tim nicholson
On 10/09/14 07:59, Carl Eugen Hoyos wrote: Dave Rice dave at dericed.com writes: h264 in avi is not going to be understood by much other than ffmpeg... Since this was quoted a few times, I'd like to repeat that H264 in avi works fine with WMP. (Contrary to any other output container

Re: [FFmpeg-user] Blackmagic Intensity Pro - how to capture video with audio?

2014-09-10 Thread Roger Pack
does it use a crossbar interface do you know? there are some patches on ffmpeg-devel list [uncommitted as of yet, sorry!] that might help... On Mon, Sep 8, 2014 at 6:12 AM, Damian Głodny dam...@artnmedia.pl wrote: Hello, I have Blackmagic Intensity Pro video card and I want to stream video

Re: [FFmpeg-user] Blackmagic Intensity Pro - how to capture video with audio?

2014-09-10 Thread Damian Głodny
Hi, I found solution for my problem. I made a fresh install of Blackmagic drivers and got Decklink Video and Audio Capture on DirectShow devices list. Now everything work as it should. -Original Message- From: ffmpeg-user-boun...@ffmpeg.org [mailto:ffmpeg-user-boun...@ffmpeg.org] On

Re: [FFmpeg-user] Blackmagic Intensity Pro - how to capture video with audio?

2014-09-10 Thread Laxi Khatri
Hi I'm trying to stream audio file from rtsp using below command: ffmpeg -re -i song.mp3 -f rtsp -muxdelay 0.1 rtsp://192.168.0.3:8554/live.sdp But it is doing nothing. Can you please tell what I'm doing wrong? Thanks Regards Laxmi Khatri On Wed, Sep 10, 2014 at 6:21 PM, Damian Głodny

Re: [FFmpeg-user] Split a video with -map 0 -c:v copy -c:a copy have audio BUT NOT video output.

2014-09-10 Thread alberto.fiaschi
Tested with current FFmpeg git head: same result. no video. this is the output: ./ffmpeg -loglevel debug -i /backup/dati/gulp_ld2013/track_a.ts -ss '00:03:50' -to '00:31:42' -map 0 -c:v copy -c:a copyGioNew.mp4 ffmpeg version N-66226-gc4a0c64 Copyright (c) 2000-2014 the FFmpeg

Re: [FFmpeg-user] Blackmagic Intensity Pro - how to capture video with audio?

2014-09-10 Thread Jay Muthialu
Hi Damien I am planning to buy either Blackmagic Intensity Pro card or Intensity Shuttle usb3.0 for my testing. Would you mind sharing your hardware spec and Windows version which is working for your Intensity Pro card? Also do you have any inputs if Intensity shuttle will work in Windows 8 on

Re: [FFmpeg-user] Doing nothing with ffmpeg and that as fast aspossible...

2014-09-10 Thread meino . cramer
Hi Bouke, thanks a lot! :) Best regards, mcc Bouke (VideoToolShed) bo...@videotoolshed.com [14-09-10 17:27]: Original Message - From: meino.cra...@gmx.de To: FFmpeg user questions ffmpeg-user@ffmpeg.org Sent: Tuesday, September 09, 2014 8:11 PM Subject: [FFmpeg-user] Doing

Re: [FFmpeg-user] Doing nothing with ffmpeg and that as fast as possible...

2014-09-10 Thread Carl Eugen Hoyos
meino.cramer at gmx.de writes: Carl Eugen Hoyos cehoyos at ag.or.at [14-09-10 17:27]: meino.cramer at gmx.de writes: I will get an h264 compressed full hd (100p30) video stream with audio from STDIN and want to copy it untouched to hardisk with ffmpeg, but this as fast as

[FFmpeg-user] The audio does not get replaced when merging flv with wav

2014-09-10 Thread gfmonk
I have two flv videos, both of them have an audio track. I have two seperate .wav files. I can replace the audio on the first flv file with either of the wav files, but I cannot replace the audio on the second flv with either audio. The command line is... ffmpeg -i video2.flv -i audio2.wav

Re: [FFmpeg-user] Transcoding video with subtitles to mp4 or mpegts

2014-09-10 Thread Carl Eugen Hoyos
Xavier Benech xavier.benech at xb-labs.fr writes: I've got videos with several subtitles streams using subrip and dvdsub codecs. When I try to transcode them into mp4 and/or mpegts, from what I've read so far it seems I must use -scodec mov_text option. Note that unfortunately the output

[FFmpeg-user] Problems to play MMS protocol

2014-09-10 Thread jeankininho
HelloI'd like to play this url mmsh://201.45.56.90:8090/band-fm_cuiaba-101,1mhz.asf in ffplay, but I'm having a problem.I already tried:ffplay -i http://201.45.56.90:8090/band-fm_cuiaba-101,1mhz.asfffplay -i mmsh://201.45.56.90:8090/band-fm_cuiaba-101,1mhz.asfffplay -i

Re: [FFmpeg-user] libx264 doesnt find

2014-09-10 Thread Brent Troge
you get this error at compile time? or at run time? ldd path-to/ffmpeg On Wed, Sep 10, 2014 at 3:22 AM, Fatemeh Ramezani anasnack2000-at-yahoo...@ffmpeg.org wrote: Hello I want to install ffmpeg on my raspberry pi but I got the follow error: lib264 must be installed and version must be

Re: [FFmpeg-user] per ./configure output

2014-09-10 Thread Simon Thelen
On 10/09/14 at 00:28, Bryan H wrote: log attached SMODchrist:Downloads bryanh$ mkdir compiles SMODchrist:Downloads bryanh$ cd compiles SMODchrist:compiles bryanh$ git clone git://source.ffmpeg.org/ffmpeg.git Cloning into 'ffmpeg'... remote: Counting objects: 384997, done. remote:

Re: [FFmpeg-user] The audio does not get replaced when merging flv with wav

2014-09-10 Thread Carl Eugen Hoyos
gfmonk gary at gurudental.com writes: ffmpeg -i video2.flv -i audio2.wav out.mp4 You probably want to use the -map option. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Re: [FFmpeg-user] configure error with enabling libmodplug

2014-09-10 Thread Kimio Miyamura
2014/09/01 4:05PM Clément Bœsch u...@pkh.me wrote: On Mon, Sep 01, 2014 at 03:39:08PM +0900, Kimio Miyamura wrote: On 2014/09/01, at 2:11PM, Clément Bœsch u...@pkh.me wrote: On Mon, Sep 01, 2014 at 10:02:58AM +0900, Kimio Miyamura wrote: I searched web and found that modification of

[FFmpeg-user] RTSP streaming through ffmpeg

2014-09-10 Thread Laxi Khatri
Hi I'm trying to stream audio file from rtsp using below command: ffmpeg -re -i song.mp3 -f rtsp -muxdelay 0.1 rtsp://192.168.0.3:8554/live.sdp But it is doing nothing. Can you please tell what I'm doing wrong? Thanks Regards Laxmi Khatri ___