Re: [FFmpeg-user] No sound after converting a flv to an mp4

2014-09-08 Thread Carl Eugen Hoyos
gfmonk gurudental.com> writes: > I am trying to convert .flv files to mp4 files. In > some cases I get the sound but in most I do not. Please provide an input sample that allows to reproduce the problem. Carl Eugen ___ ffmpeg-user mailing list ffmp

Re: [FFmpeg-user] Transport Stream with h264 (Constrained baseline)/aac encoding for HLS streaming

2014-09-08 Thread Carl Eugen Hoyos
Jay ffmpeg.org> writes: > -codec:v libx264 -f segment Either use -flags -global_header or -f ssegment when encoding segmented h264. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Re: [FFmpeg-user] MJPEG encoder large memory allocation issue

2014-09-08 Thread Tithi Patel
I am using ARM processor (DM8168). The total memory available is 256 MB. Also, there are several other processes going on in the system like live streaming of 4 streams. In this scenario system does not always have enough memory to support 138 MB allocation. Thanks, Tithi ___

[FFmpeg-user] Transport Stream with h264 (Constrained baseline)/aac encoding for HLS streaming

2014-09-08 Thread Jay
Hello, I am looking for ffmpeg command to do live streaming (.ts files) encoded by h264 (Constrained Baseline) + aac from an AV source (Ex: Webcam). I tried several attempts and till now I have not found a way to accomplish this. I could get .ts files encoded with mpeg2video, but this will not

[FFmpeg-user] No sound after converting a flv to an mp4

2014-09-08 Thread gfmonk
I am trying to convert .flv files to mp4 files. In some cases I get the sound but in most I do not. I have tried different command line options based some other posts on the internet, but none of them have worked. My command line is... ffmpeg -i in.flv -ar 22050 -c:v libx264 -strict -2 -c:a aac

Re: [FFmpeg-user] Shrinking videos to constant height

2014-09-08 Thread Lou
On Mon, Sep 8, 2014, at 12:04 PM, Harold Goranson wrote: > I wish to recode them as modern mp4 to 300p high and as wide as required > to maintain correct aspect ratio, rounded to the nearest 2p. No sound, > but all other qualities the same. You can use the scale filter: -vf scale=300:-2 https:

Re: [FFmpeg-user] Licensing

2014-09-08 Thread Carl Eugen Hoyos
Oli Jeal storment.co.uk> writes: > I seem to remember reading that Youtube uses (Or > at least used to use) FFmpeg for encoding. This is insofar not 100% correct as I am quite sure there is no such site that does not use FFmpeg. ;-) (And no, youtube does not use FFmpeg for encoding but for d

Re: [FFmpeg-user] How to get all channel streams from DVB-S to FFMPEG?

2014-09-08 Thread Loadlinx
On Mon, Sep 8, 2014 at 4:37 PM, Soner CAN wrote: > 2014-09-08 23:24 GMT+03:00 Loadlinx : > >> On Mon, Sep 8, 2014 at 4:22 PM, Soner CAN wrote: >> > Hi, >> > >> > I can get a specific channel stream using this command: >> > >> > szap -H -r "CHANNEL 1" | ffmpeg -y -i /dev/dvb/adapter0/dvr0 -c copy

Re: [FFmpeg-user] How to get all channel streams from DVB-S to FFMPEG?

2014-09-08 Thread Soner CAN
2014-09-08 23:24 GMT+03:00 Loadlinx : > On Mon, Sep 8, 2014 at 4:22 PM, Soner CAN wrote: > > Hi, > > > > I can get a specific channel stream using this command: > > > > szap -H -r "CHANNEL 1" | ffmpeg -y -i /dev/dvb/adapter0/dvr0 -c copy -f > > mpegts udp://10.10.201.14:2345 > > > > But I need to

Re: [FFmpeg-user] How to get all channel streams from DVB-S to FFMPEG?

2014-09-08 Thread Loadlinx
On Mon, Sep 8, 2014 at 4:22 PM, Soner CAN wrote: > Hi, > > I can get a specific channel stream using this command: > > szap -H -r "CHANNEL 1" | ffmpeg -y -i /dev/dvb/adapter0/dvr0 -c copy -f > mpegts udp://10.10.201.14:2345 > > But I need to get ALL channels on a given transponder and after transc

[FFmpeg-user] How to get all channel streams from DVB-S to FFMPEG?

2014-09-08 Thread Soner CAN
Hi, I can get a specific channel stream using this command: szap -H -r "CHANNEL 1" | ffmpeg -y -i /dev/dvb/adapter0/dvr0 -c copy -f mpegts udp://10.10.201.14:2345 But I need to get ALL channels on a given transponder and after transcoding them I need to upstream them to different locations. If I

[FFmpeg-user] Shrinking videos to constant height

2014-09-08 Thread Harold Goranson
I have many videos in various formats and sizes on a Mac. I wish to recode them as modern mp4 to 300p high and as wide as required to maintain correct aspect ratio, rounded to the nearest 2p. No sound, but all other qualities the same. Sorry if this is obvious. I can't even figure out the basic

Re: [FFmpeg-user] Encode DNxHD in MXF OP-Atom

2014-09-08 Thread Jeanne Rich
ffmpeg will not create this for you. You can convert it with bmxtranswrap, a tool found in the bmx open source library. -jeanne - Original Message - > As the title says, is this possible?  When I create an MXF with “-vcodec > dnxhd”, it’s always OP1a, and therefore can’t be read by Avid

[FFmpeg-user] Encode DNxHD in MXF OP-Atom

2014-09-08 Thread Elliott Balsley
As the title says, is this possible?  When I create an MXF with “-vcodec dnxhd”, it’s always OP1a, and therefore can’t be read by Avid Media Composer. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Re: [FFmpeg-user] Licensing

2014-09-08 Thread Oli Jeal
Thanks for all the replies, >From what I can gather if I accept there is no Warranty and am not distributing FFmpeg executables then I should be ok. I seem to remember reading that Youtube uses (Or at least used to use) FFmpeg for encoding. I guess this would be a similar situation. ___

Re: [FFmpeg-user] Licensing

2014-09-08 Thread Reindl Harald
Am 08.09.2014 um 18:39 schrieb Phil Rhodes: > My personal understanding is that any time you send an executable to > someone you must include the source code. This is obviously inappropriate > and pretty silly most of the time, when the end user is non-technical, > but that's the rule. Obviousl

Re: [FFmpeg-user] Licensing

2014-09-08 Thread Phil Rhodes
It's almost impossible to get any real, substantive information about what is and is not permitted under the various versions of the various licenses used by a lot of free software. Ordinarily one would speak to whoever was in charge, but with most projects there isn't really anyone in charge, o

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

2014-09-08 Thread Elliott Balsley
Works fine with vanilla WMP.  (And I wonder which other application should be  relevant for avi.)  H.264 AVI does not work in Quicktime, Resolve, Premiere, etc.  I would like to use MOV.  Strange that this conversion works going to AVI, but not going to MP4 or MOV. So if he is happy with the 2 s

Re: [FFmpeg-user] Licensing

2014-09-08 Thread Carl Eugen Hoyos
Oli Jeal storment.co.uk> writes: > Not sure if this is the place to ask but I have a > licensing questing regarding if I can use FFmpeg > or not. You may only use FFmpeg if you agree with the warranty clause that is part of both the LGPL and the GPL. Carl Eugen

Re: [FFmpeg-user] a problem while installing ffmpeg from SHELL

2014-09-08 Thread Nicolas George
Le duodi 22 fructidor, an CCXXII, Moritz Barsnick a écrit : > This is OT, but that's a bad idea. It is totally sufficient - actually > important, if you ask me - to build everything as non-root, and use > your root priviledges only for "make install" (if actually needed). > > Make /opt/ffmpeg writ

[FFmpeg-user] Why does HE-AAC v2 in libfdk_aac not take the bitrate as specified?

2014-09-08 Thread Werner Robitza
Something I just noticed.. when I encode audio with libfdk_aac, and I use the default profile, I get what I want: ffmpeg -i TL00_SRC01.avi -c:a libfdk_aac -vn -b:a 320k ../tmp/audio-320-lc.m4a ffmpeg version 2.2.3 Copyright (c) 2000-2014 the FFmpeg developers built on Jun 16 2014 06:10:18 with g

Re: [FFmpeg-user] Licensing

2014-09-08 Thread Reindl Harald
Am 08.09.2014 um 16:22 schrieb Oli Jeal: > Not sure if this is the place to ask but I have a licensing questing > regarding if I can use FFmpeg or not. > > Can I create an encoding workflow that incorporates ffmpeg in the process in > a corporate environment? > > The "Encoding Workflow" product

[FFmpeg-user] Licensing

2014-09-08 Thread Oli Jeal
Hi, Not sure if this is the place to ask but I have a licensing questing regarding if I can use FFmpeg or not. Can I create an encoding workflow that incorporates ffmpeg in the process in a corporate environment? The "Encoding Workflow" product that uses ffmpeg would only be used in house and

Re: [FFmpeg-user] a problem while installing ffmpeg from SHELL

2014-09-08 Thread Moritz Barsnick
On Mon, Sep 08, 2014 at 11:02:39 -0300, César Sepúlveda wrote: > You can use this script :D Which doesn't actually build with libfdk_aac, but whatever. :) > (you must be root.) This is OT, but that's a bad idea. It is totally sufficient - actually important, if you ask me - to build everything a

Re: [FFmpeg-user] a problem while installing ffmpeg from SHELL

2014-09-08 Thread César Sepúlveda
You can use this script :D (you must be root.) https://github.com/csepulveda/Scripts/blob/master/install_ffmpeg.sh Bye!. -- César Sepúlveda Jefe de Plataforma Mediastream Chile Email: csepulv...@mediastre.am Teléfono: +56 2 24029750 2014-09-08 4:36 GMT-03:00 Moritz Barsnick : > On Mon, Sep

Re: [FFmpeg-user] Streaming Webm from ffserver

2014-09-08 Thread Arunava
On 9/8/2014 6:34 PM, Arunava wrote: I am setting the framesize as 176x144, the framerate as 30 and the avcodec as H264. Sorry, I made a typo in the mail. I am setting the avcodec as VP9 using the javacv api. ___ ffmpeg-user mailing list ffmpeg-us

[FFmpeg-user] Streaming Webm from ffserver

2014-09-08 Thread Arunava
Hello, I am trying to stream webm from ffserver. I am able to stream using rtsp from ffserver. But am stuck trying to stream in webm format. The feed to the server is from an android device using the javacv libraries. I have compiled ffmpeg with ogg and vorbis libraries. I get the following e

[FFmpeg-user] Problem with split and concat mp4.

2014-09-08 Thread César Sepúlveda
Hello everyone. I write because i have a problem with cut mp4 and ffmpeg. I need make precise cuts without re-encode the original video. FFmpeg makes cuts without trouble but as long as the cut is started on a keyframe. To solve this we are doing the next one. We analyzed the video with ffprob

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

2014-09-08 Thread Damian Głodny
Hello, I have Blackmagic Intensity Pro video card and I want to stream video from that card to multicast using ffmpeg. But my problem is that I can get only video from that card, no audio. Ok, time for some commands. List of my dshow devices: -=-=-=-=-=-=- ffmpeg -list_devices true -f dshow

[FFmpeg-user] FFmpeg feed options to ffserver

2014-09-08 Thread Ajay Parashar
Yes FFmpeg can feed static file to ffserver. Is it possible that FFmpeg will listen multicast data packets from VLC and simultaneously feed these packets to ffserver? Regards Ajay The information contained in this e-mail and any accompanying documents may con

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

2014-09-08 Thread Carl Eugen Hoyos
tim nicholson ffmpeg.org> writes: > h264 in avi is not going to be understood by > much other than ffmpeg... Works fine with vanilla WMP. (And I wonder which other application should be relevant for avi.) Carl Eugen ___ ffmpeg-user mailing list ffm

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

2014-09-08 Thread tim nicholson
On 08/09/14 09:19, Carl Eugen Hoyos wrote: > tim nicholson ffmpeg.org> writes: > I want to take a video at 60fps and convert it to 24fps, without adding or dropping frames. >>> >>> Use the input option -r. >> >> which is ignored if using stream copy... > > Use avi as intermediate cont

Re: [FFmpeg-user] Multiple "tee"s in a single FFMPEG instance

2014-09-08 Thread Moritz Barsnick
On Sun, Sep 07, 2014 at 21:22:13 +0300, Soner CAN wrote: > prevent FFMPEG encode the same file twice. But when I try to use two tee's > it needs to transcode again. [...] > -filter_complex "[0:0]scale=640x480[large];[0:0]scale=240x50[small]" You are requesting two different outputs: One in 640x480

[FFmpeg-user] Fwd: Multiple "tee"s in a single FFMPEG instance

2014-09-08 Thread Soner Can
Hi, I made it work but it doesn't work the way I expect. "tee" is used for delivering the same file to different destinations, right? We use it to prevent FFMPEG encode the same file twice. But when I try to use two tee's it needs to transcode again. Here is the command and output which DOES

Re: [FFmpeg-user] can ffmpeg stream out http video ?

2014-09-08 Thread Claudiu Rad
On 9/8/2014 11:53 AM, Ajay Parashar wrote: My expectation is that ffmpeg should start streaming the data. On other end if I send request from vlc or ffplay then this player should play the streaming data. I don't think so. This is what ffserver is for. -- Claudiu ___

Re: [FFmpeg-user] can ffmpeg stream out http video ?

2014-09-08 Thread Ajay Parashar
My expectation is that ffmpeg should start streaming the data. On other end if I send request from vlc or ffplay then this player should play the streaming data. Regards Ajay -Original Message- From: ffmpeg-user-boun...@ffmpeg.org [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of T

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

2014-09-08 Thread Carl Eugen Hoyos
tim nicholson ffmpeg.org> writes: > >> I want to take a video at 60fps and convert it > >> to 24fps, without adding or dropping frames. > > > > Use the input option -r. > > which is ignored if using stream copy... Use avi as intermediate container. (The OP originally didn't say what exactly h

Re: [FFmpeg-user] stroboscope effect

2014-09-08 Thread Moritz Barsnick
On Mon, Sep 08, 2014 at 03:16:52 +0200, Gerion Entrup wrote: > ffplay -f lavfi -i color=black:s=512x512 -vf > "framestep=3,drawbox=x=0:y=0:w=512:h=512:color=white:t=500" framestep selects every n-th frame and passes that on to the following filter chain, which is not what you want. You want the fi

Re: [FFmpeg-user] How to record audio and video from FaceTime HD Camera in OSX

2014-09-08 Thread Moritz Barsnick
Hi Jay, [oops, sent too early] On Sun, Sep 07, 2014 at 12:01:25 -0400, Jay Muthialu wrote: > I went through all the patches specified in the link but I am not > sure how to apply the patches. Could you please guide me on how to > apply the patches and also what would be command I would have to us

Re: [FFmpeg-user] How to record audio and video from FaceTime HD Camera in OSX

2014-09-08 Thread Moritz Barsnick
Hi Jay, On Sun, Sep 07, 2014 at 12:01:25 -0400, Jay Muthialu wrote: > I went through all the patches specified in the link but I am not > sure how to apply the patches. Could you please guide me on how to > apply the patches and also what would be command I would have to use > to take audio input

Re: [FFmpeg-user] a problem while installing ffmpeg from SHELL

2014-09-08 Thread Moritz Barsnick
On Mon, Sep 08, 2014 at 00:42:21 +0100, hh280 . wrote: > ERROR: libfdk_aac not found You don't seem to have libfdk_aac installed correctly. Did the libfdk_aac section of the instructions go okay? https://trac.ffmpeg.org/wiki/CompilationGuide/Centos#CompilationInstallation > Include the l

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

2014-09-08 Thread tim nicholson
On 07/09/14 15:01, Carl Eugen Hoyos wrote: > Elliott Balsley gmail.com> writes: > >> I want to take a video at 60fps and convert it to 24fps, >> without adding or dropping frames. > > Use the input option -r. > which is ignored if using stream copy... or was in my testing:- ffmpeg -r 25 -i "

Re: [FFmpeg-user] A/V synchronization problems

2014-09-08 Thread Andy Young
>> I had a look and I think it's just that AVI is not >> able to store the sync information. It's a really >> outdated container format, and when I used to use >> it I seem to recall all sorts of problems with AV sync. >Did you try the command line I posted? >It worked fine here... Sadly I just n