Re: [FFmpeg-user] Frame rate doubled when using video copy codec(m2ts->mp4)

2017-01-09 Thread Lou
On Sun, Jan 8, 2017, at 11:39 AM, Paul Atkins wrote: > Hi Carl, > > Thanks. I've just tried it with latest windows build from > https://ffmpeg.zeranoe.com/builds/ (N-82966-g6993bb4) and it is the same. > I've attached a small 2 second clip input.m2ts and output.mp4. I accidentally approved this

Re: [FFmpeg-user] Question about video compositing

2017-01-09 Thread Lou
On Mon, Jan 9, 2017, at 05:40 PM, Alex Speller wrote: > Ah, thanks a lot for the suggestion, but I should have been clearer that > I > need to do this in an automated fashion for arbitrary sets of videos so > it > has to be command-line (or a library I guess) so that I can integrate it > into an au

Re: [FFmpeg-user] -qscale:a and -write_xing 0 can't be used at same time?

2017-01-27 Thread Lou
On Fri, 27 Jan 2017 00:53:43 +0900 桃源老師 wrote: > Hello ffmpeg experts... > > I'm trying to convert alac (Apple Lossless Audio Codec) to mp3 on > macOS. > > I found that the result mp3 shows twice long duration in macOS Finder > and iTunes. I googled and found that adding "-write_xing 0" fixes

Re: [FFmpeg-user] Compile Error - libvpx

2017-01-31 Thread Lou
On Tue, 31 Jan 2017 14:40:07 + Kent Scott wrote: > Trying to follow the instructions found here -> > https://trac.ffmpeg.org/wiki/CompilationGuide/Centos#CompilationInstallation > > Under the section for libvpx, when running make, I get the following error: > > [CXX] test/level_test.cc

Re: [FFmpeg-user] Need Help : HOW-TO:Compile Kodi for Windows

2017-02-01 Thread Lou
On Wed, 1 Feb 2017 10:00:20 +0530 Dharmesh Patel wrote: > backgrounding: sh ./buildffmpeg.sh clean > /xbmc/project/Win32BuildSetup/bgprocess mingw & (workdir: > /xbmc/tools/buildsteps/win32) We can't provide support for third-party build scripts here. You'll need to get help from the author or

Re: [FFmpeg-user] installing ffmpeg3.2.3

2017-02-09 Thread Lou
On Thu, 9 Feb 2017 09:52:30 + Emily Dieu wrote: > *yasm/nasm not found or too old. Use --disable-yasm for a crippled build. Did you install yasm or nasm? If you did, are they too old? > You will find the configuration file I have downloaded attached to this > email. Unfortunately the con

Re: [FFmpeg-user] FFMPEG fails 5% responding to SIGTERM and SIGINT

2017-02-09 Thread Lou
On Thu, 9 Feb 2017 11:04:32 -0500 Osama Alshaykh wrote: > I apologize I forgot to include the command we use: > > > ffmpeg -y \ > -f x11grab -r $RATE -s $RESOLUTION -thread_queue_size $QUEUE_SIZE -i > :$DISPLAY.0+0,0 \ > -f alsa -thread_queue_size $QUEUE_SIZE -i plug:asnoop$DISPLAY -ac

Re: [FFmpeg-user] decode a video with nvdec (nvidia video sdk 7.1) and ffmpeg

2017-02-22 Thread Lou
On Wed, 22 Feb 2017 08:28:06 -0800 (PST) gofrane wrote: > How can I enable and use nvdec(nvidia video sdk 7.1) with ffmpeg to decode a > video?? Some examples here: http://trac.ffmpeg.org/wiki/HWAccelIntro#CUDACUVIDNvDecode ___ ffmpeg-user mailing list

Re: [FFmpeg-user] Unknown encoder 'libfdk-aac'

2017-02-23 Thread Lou
On Thu, 23 Feb 2017 15:45:57 -0700 JD wrote: > Unknown encoder 'libfdk-aac' The encoder is named libfdk_aac. > How do I make use of libfdk-aac? You'll have to compile ffmpeg. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mail

Re: [FFmpeg-user] Can't register to trac

2017-02-27 Thread Lou
On Mon, 27 Feb 2017 10:49:31 +0100 Martin Ždila wrote: > Hello > > I am unable to register to trac.ffmpeg.org because it thinks I am a > spammer. Please try again. I made some changes, but let me know if it continues to fail. ___ ffmpeg-user mailing l

Re: [FFmpeg-user] Convert iPhone MOV to Android MP4

2017-03-08 Thread Lou
On Wed, 8 Mar 2017 17:04:18 -0700 Richard Duran wrote: > I'll try my luck with ALAC instead of AAC. I doubt you can mux ALAC into MP4. If you must use MP4 then encode PCM inputs to AAC and stream copy AAC inputs. You can use ffprobe to determine the input audio format which is useful if you wa

Re: [FFmpeg-user] some question on how to use ffmpeg

2017-03-13 Thread Lou
On Mon, 13 Mar 2017 21:56:29 +0100 Moritz Barsnick wrote: > There are no attachments to your e-mail. I believe it was removed by the mailing list. It may have been a text/html attachment, but these are stripped (it's why you don't see HTML emails on this list). __

Re: [FFmpeg-user] H.265 Will not Play in Premiere

2017-03-23 Thread Lou
On Thu, 23 Mar 2017 10:48:04 -0600 Chris Colton wrote: > Hi, > > I'm using the following to transcode files to H.265 for final delivery > since they can be so small and still look great. However, they play fine in > VLC and even Vimeo, but Premiere Pro shows a blank, solid green image in > the f

Re: [FFmpeg-user] Slight blur on converted video

2017-03-24 Thread Lou
On Sat, 25 Mar 2017 10:57:19 +1100 Dave wrote: > Seranoe seems to be windows only? I am testing on a Mac at the > moment but the final install will be on a Linux box. See http://ffmpeg.org/download.html for links to builds for macOS and Linux. Please try to avoid top-posting on this mailing li

Re: [FFmpeg-user] H.265/HEVC for Premiere Pro compatibility

2017-03-28 Thread Lou
On Tue, Mar 28, 2017, at 09:20 AM, Chris Colton wrote: > Hi all, > > I tried to get an answer on this before I actually subscribed to the > mailing list, so I'm told I didn't receive all the replies so I'm just > starting over here. You never replied to any of our previous questions, including th

Re: [FFmpeg-user] H.265/HEVC for Premiere Pro compatibility

2017-03-28 Thread Lou
On Tue, Mar 28, 2017, at 10:06 AM, Chris Colton wrote: > Thanks Lou but that link only shows my message, I don't see any replies. You need to click on: Next message (by thread): [FFmpeg-user] H.265 Will not Play in Premiere Or view all threads for that month and look for your subject

Re: [FFmpeg-user] H.265/HEVC for Premiere Pro compatibility

2017-03-28 Thread Lou
On Tue, 28 Mar 2017 21:55:16 +0200 Moritz Barsnick wrote: > b) use the ffmpeg/ffplay/ffprobe command line option "-report". It will >nicely place a log file into the current directory which contains >the command line an the complete, uncut console output - even >without the line wraps

Re: [FFmpeg-user] T shirt

2017-03-31 Thread Lou
On Thu, 30 Mar 2017 15:33:46 -0400 David Whitaker wrote: > Hi, I am a big fan of ffmpeg, I like the logo so I decided to have a single > white t shirt with the logo printed for my self. > The company I asked to print for me wants me to have permission to use the > logo first. > Here is the logo I

Re: [FFmpeg-user] audio to video with image?

2017-04-16 Thread Lou
On Thu, Apr 13, 2017, at 05:58 AM, Justin Scott wrote: > > I am using the latest ffmpeg 2.2.2 release Probably too old. Always use a recent build. Windows binaries are available at: https://ffmpeg.zeranoe.com/builds/ ___ ffmpeg-user mailing list ffmpeg-u

Re: [FFmpeg-user] getting ValueError: I/O operation on closed file on MacOSX yosemite and python2.7

2017-04-16 Thread Lou
On Thu, Apr 13, 2017, at 05:45 AM, Sudeep Maheshwari - TNW wrote: > I am trying to create a movie file of a monte carlo simulation at each > time step from the plot of matplotlib in python2.7. > The movie creation using ffmpeg is giving following error I see no ffmpeg errors, and we do not provide

Re: [FFmpeg-user] Issue with Hauppauge USB-Live 2 on Centos 7

2017-04-18 Thread Lou
On Tue, Apr 18, 2017, at 04:35 AM, Galekovic, Dale wrote: > All, > > I seem to have an issue with USB-Live 2 device with ffmpeg first time > usage after a reboot. The following is the command line used > > /usr/bin/ffmpeg -s 640x480 -f video4linux2 -i /dev/video0 -f mpeg1video > -b:v 800k -r

Re: [FFmpeg-user] Dimensions of the input video as a variable

2017-04-28 Thread Lou
On Fri, Apr 28, 2017, at 05:27 AM, Wolfgang Hugemann wrote: > As you see, I supplied the dimensions of the input video (640x480) in > the command line. I would like to turn this into a more general script, > determining the dimensions of the input video on the fly, but how do I > do that? ffpro

Re: [FFmpeg-user] test

2017-04-28 Thread Lou
On Fri, Apr 28, 2017, at 10:13 AM, Lou L wrote: > test Sorry for the noise–I didn't expect that to actually appear on the ML. I was attempting to test the "Your message to ffmpeg-user awaits moderator approval" link that someone clai

Re: [FFmpeg-user] Replacement for av_picture_crop() which is deprecated

2017-05-02 Thread Lou
On Tue, 2 May 2017 17:15:30 +0530 Radhakrishnan Venugopal Rajaganesan wrote: > Hi, > I need to find replacement for av_picture_crop() function which is > deprecated in latest version. In comments (inside avcodec.h) it is > mentioned as 'deprecated unused'. > Is there any replacement for this? If

Re: [FFmpeg-user] Assistance to merge audio and video files to network share

2017-05-02 Thread Lou
On Mon, 1 May 2017 13:32:24 +0400 wrote: > Hi Team, > > > > I have incorporated calling the ffmpeg process into my source code and it > works fine when output file is on my local drive. However this does not work > when I try to merge to a shared folder. Is this possible? > > Please see my

Re: [FFmpeg-user] Wanted to batch convert mp3 folder for youtube.

2017-05-02 Thread Lou
On Mon, 1 May 2017 04:42:40 -0400 Mike King wrote: > I wanted to simply convert a folder of mp3's into a video with an image > in the folder as the video (simple youtube stuff) and found this line > that claims to do the trick > > > for %i in (*.mp3) do ffmpeg -f image2 -loop 1 -i folder.jpg

Re: [FFmpeg-user] ffmpeg 2017 synology?

2017-05-07 Thread Lou
On Sun, May 7, 2017, at 02:34 AM, Mikkel Thomsen wrote: > Hello is there a 2017 release for my synology ds1817 +? ffmpeg Synology distributes ffmpeg but last time I checked it does so in a way that violates the license (uses nonfree components, does not state changes made to the code, does not pro

Re: [FFmpeg-user] ffmpeg version

2017-05-07 Thread Lou
On Sun, May 7, 2017, at 12:03 AM, negin tebyani wrote: > I have two systems that I am running ffmpeg on them. when I use the > ffmpeg > -version command, the versions are so different. > this is the first system's ffmpeg version: > > ffmpeg version N-85203-g400378b > > and this is for the second

Re: [FFmpeg-user] bitrate=N/A at 640x480, no video recorded

2017-05-11 Thread Lou
On Thu, May 11, 2017, at 10:10 AM, Guilherme de Oliveira Costa wrote: > > The output: > ffmpeg version 2.8.7 Copyright (c) 2000-2016 the FFmpeg developers This is old. First step is to try a recent ffmpeg. If possible, please try to avoid sending confidentiality notices to this public mailing lis

Re: [FFmpeg-user] error with libvpx-vp9

2017-05-11 Thread Lou
On Wed, May 10, 2017, at 06:35 AM, Satya Prakash wrote: > Hi Team, > > your product is awesome for videos functionality, but I need one more > codec( > libvpx) with ffmpeg for "WebM" format. I try to install it but following > error message is given with make command "make nothing to be done for >

Re: [FFmpeg-user] FFplay - Audio bars on video

2017-06-24 Thread Lou
On Sat, Jun 17, 2017, at 10:39 PM, Manmathan wrote: > Please guide how to do this with* ffplay* ffplay -f lavfi "amovie=input.mp4,asplit[a][out1];[a]showvolume[fg];movie=input.mp4[bg];[bg][fg]overlay[out0]" ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg

Re: [FFmpeg-user] FFplay - Audio bars on video

2017-06-24 Thread Lou
On Sat, Jun 24, 2017, at 12:13 PM, DopeLabs wrote: > I have only been able to use local files with just ffplay and using > amovie= or movie= I conveniently forgot you were not using local files until immediately after sending. > Anyone know how to use http or rtmp ? Haven't tried. __

Re: [FFmpeg-user] FFMPEG sample example does not work!

2017-06-27 Thread Lou
On Tue, Jun 27, 2017, at 02:25 PM, Davood Falahati wrote: > Dear community, > > I am doing a video processing project with opencv and I have to read and > write video/audio streams with ffmpeg. I found the ffmpeg-output-example > useful, but I had a tough time to update it (I don't know the code i

Re: [FFmpeg-user] Remove Subs from .Ts File

2017-07-31 Thread Lou
On Sun, Jul 30, 2017, at 09:18 PM, avro wrote: > Hi, I tried to remove chines harcoded subs from my .ts file but its not > working. How to do it? > > > Used this command > ffmpeg -i E:\abc.ts -c copy -sn abc.ts -sn does not remove hardcoded subs. -sn avoids mapping softsub streams. What are yo

Re: [FFmpeg-user] Wav to Flac conversion: Invalid data found when processing input

2017-08-19 Thread Lou
On Sat, Aug 19, 2017, at 07:09 PM, Raman wrote: > I am creating audio wav files from html5 getUserMedia. I need to convert > the > wav files to flac format. > Out of 10 files, 2 files don't have any issues getting converted but 8 of > them are giving me error saying: > > ffmpeg version 3.3.3 Cop

Re: [FFmpeg-user] Wav to Flac conversion: Invalid data found when processing input

2017-08-19 Thread Lou
On Sat, Aug 19, 2017, at 10:53 PM, Lou wrote: > Please provide a link to a sample input file so we can attempt to > duplicate whatever issue you're experiencing. ...and show your actual command. ___ ffmpeg-user mailing list ffmpeg-user@ffmp

Re: [FFmpeg-user] Copying all audio channels and create mixdown at the same time

2017-08-22 Thread Lou
On Tue, Aug 22, 2017, at 08:15 AM, Steve Dierker wrote: > Hello list, > > I have an MXF file with one video track and 8 audio track. I'm trying to > reencode it to MP4 while preserving all existing tracks and also adding > a mixdown of all audio tracks as the 9th track. > Right now I'm only able t

Re: [FFmpeg-user] Copying all audio channels and create mixdown at the same time

2017-08-23 Thread Lou
On Wed, Aug 23, 2017, at 12:40 AM, Paul B Mahol wrote: > amerge is not an amix. > > amerge merges while amix mixes streams. A simple, obvious typo. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To un

Re: [FFmpeg-user] Windows command ffmpeg

2017-08-24 Thread Lou
On Wed, Aug 23, 2017, at 09:07 PM, Leonardo Dominguez wrote: > Hi, I need help with commands of ffmpeg. I need record a streaming of > camera ip to mp4 file using h264, but i need generate files *.mp4 with > fixed duration in seconds or fixed number of frames if is better. How can > i > do? Thanks

Re: [FFmpeg-user] Using ffmpeg to combine video and audio?

2017-09-05 Thread Lou
On Tue, Sep 5, 2017, at 09:51 AM, Kieran O Leary wrote: > P. S > Apologies for top posting. Insolence. As punishment you must clear the messages/spam from the mailing list non-subscribed user queue for a week, or answer the next 3 questions that involve some sort of networking protocol issue that

Re: [FFmpeg-user] A spelling error in a warning message?

2017-09-21 Thread Lou
On Thu, Sep 21, 2017, at 09:41 AM, Mikhail V wrote: > Sometimes I get a warning: > > > Warning: data is not aligned! This can lead to a speedloss > > "Speedloss" should be "speed loss" I suppose? I can fix it when I fix another typo I found today...once I remember what it was. I prefer to fix se

Re: [FFmpeg-user] There is no typo?

2017-09-21 Thread Lou
On Thu, Sep 21, 2017, at 09:54 AM, Marc Péchaud wrote: > Hello,In the documentation : > 39.107 noformat > > Force libavfilter not to use any of the specified pixel formats for the > input to the next filter. > > It accepts the following parameters: > >- pix_fmts > - > A ’|’-sepa

Re: [FFmpeg-user] problems decoding opus from RTP stream

2017-10-05 Thread Lou
On Fri, Sep 22, 2017, at 12:52 PM, Dave Horton wrote: > I am trying to decode opus audio from an RTP stream and getting some > errors. > > I’ve tested two different RTP streams (same conversation, one from caller > and the other from callee). > I am using HEAD, as of a few days ago. > > One decod

Re: [FFmpeg-user] Waveform to video

2017-10-10 Thread Lou
On Tue, 10 Oct 2017 22:00:39 +0200 Olivier Daubry wrote: > Hello everyone, > > Kind of new here but thought that I could possibly find people that could > help me over there. Anyway thanks for reading this. > I would be looking for a software that could convert an audio file to a > video clip of

Re: [FFmpeg-user] feature proposal - avoid overwriting the input file

2017-10-10 Thread Lou
On Tue, Oct 10, 2017, at 03:40 PM, Mikhail V wrote: > So, it would be nice if ffmpeg compare the output path with all input > paths > and exit with an error. This is ticket #4655. https://trac.ffmpeg.org/ticket/4655 ___ ffmpeg-user mailing list ffmpeg-us

Re: [FFmpeg-user] Compiling ffmpeg with libx264

2016-01-14 Thread Lou
On Thu, 14 Jan 2016 07:14:26 -0500 Krishnan Unni wrote: > I am able to compile ffmpeg alone successfully. But when I try to > compile x264 lib based on the guide provided in ffmpeg wiki it's > failing saying "could not identify os" If you're having problems compiling x264 you should get help fro

Re: [FFmpeg-user] Encoding from video input results in damaged video

2016-01-25 Thread Lou
On Mon, Jan 25, 2016, at 08:20 AM, Karl Karpfen wrote: [...] > Any ideas how to correct this? There is not enough information here to provide any answers. You should include the complete console output from your ffmpeg command. Also, the output of "v4l2-ctl --list-formats-ext" will provide useful

Re: [FFmpeg-user] supported codecs for twitter - "Your media file is not compatible."

2016-02-01 Thread Lou
On Mon, Feb 1, 2016, at 12:57 PM, Darren Howard wrote: > > and a basic one without audio: > ffmpeg.exe -f image2 -i DSC_%04d.jpg -s hd1080 -vcodec libx264 output.mp4 I have a guess as to what the issue is, but your complete console output is missing and I'd rather provide an answer instead of a

Re: [FFmpeg-user] ffmpeg for creting video from images

2016-02-01 Thread Lou
On Mon, Feb 1, 2016, at 07:46 PM, pra...@devrepublic.nl wrote: > > > Hi, > > I have my hosting provider to upgrade my ffmpeg but hosting told me that > ffmpeg is installed from yum repository and there is no update > available. > > Can you please help me out with this problem? If compiling

Re: [FFmpeg-user] Unknown channel layouts not supported

2016-02-05 Thread Lou
On Thu, Feb 4, 2016, at 09:46 PM, Kevin Wells wrote: > > Thanks for creating the ticket Carl. Sorry to ask, but is there any sort > of patch available, or could I just remove those added lines from > avfiltergraph.c and build? This should be fixed by Paul B Mahol in:

Re: [FFmpeg-user] Unknown channel layouts not supported

2016-02-05 Thread Lou
On Fri, Feb 5, 2016, at 12:06 PM, Kevin Wells wrote: > Just saw it was fixed, preparing a patch now.Thanks for the help. Why do you need to prepare a patch? Just use current git master, or wait for Zeranoe's builds to catch up. http://ffmpeg.zeranoe.com/builds/ ___

Re: [FFmpeg-user] Using latest NDK and ffmpeg version results in very slow video processing on android

2016-02-08 Thread Lou
On Sun, Feb 7, 2016, at 09:49 PM, Srikanth Kommineni wrote: > Thank you martin and carl for the help. > It turned out the problem was not with the FFmpeg library but actually > the > libx264 lib I was using. > > Just for future reference, if someone is looking for the answer. > The problem was the

Re: [FFmpeg-user] Broken video after converting audio

2016-02-08 Thread Lou
On Mon, 8 Feb 2016 21:22:52 +0100 "Thomas Brischle" wrote: > Hello, > > I use the following batch to convert the DTS Audio track to AAC > within a mkv container: We don't provide support for user scripts here: just the actual ffmpeg commands. We're not here to debug scripting issues which is of

Re: [FFmpeg-user] New task ideas for GSoC and Outreachy

2016-02-10 Thread Lou
On Wed, 10 Feb 2016 21:21:54 +0100 (CET) Marton Balint wrote: > An important thing we miss I think is failover on input and output side. > > Many people use ffmpeg to transcode some kind of network stream to > whatever format, but AFAIK there is no way to specify multiple inputs and > do failo

Re: [FFmpeg-user] Include the log file "config.log" produced by configure as this will help solve the problem.

2016-02-11 Thread Lou
On Thu, 11 Feb 2016 13:57:01 +0300 Константин Т wrote: > 2 #include > 3 long check_faacEncGetVersion(void) { return (long) > faacEncGetVersion; } > 4 int main(void) { return 0; } > END /tmp/ffconf.Ivvg0YrM.c > gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE > -D

Re: [FFmpeg-user] FFMPEG MXF Issue

2016-02-15 Thread Lou
On Sun, Feb 14, 2016, at 11:15 PM, afellah wrote: > Dear Support, > > i am facing issue while playing MXF file from Ikegami GFpack with ffplay Thanks for letting us know, but you provided no useful information so it is not possible to provide an answer. You need to show enough info so that we ca

Re: [FFmpeg-user] (no subject) (It should have been: Re: Has the syntax changed for audio remapping in ffmpeg 3.0?)

2016-02-16 Thread lou
Everyone is tired of the bickering in this thread (and stinks of another recent argurethread). If there are more similar replies I will set a moderation flag, and then your messsages will be stuck in the dank, bottomless pit of the mod queue. ___ ffmpe

Re: [FFmpeg-user] low quality video using raspberry pi

2016-02-20 Thread Lou
On Sat, Feb 20, 2016, at 09:00 PM, shuvro majumder wrote: > Hello, I am trying to take very low quality video using raspberry pi and > a > usb webcam. For this firstly I took 320p video and then converted it to > h264 by this: > > ffmpeg -f video4linux2 -s 320*240 -r 20 -i /dev/video0 out.mpg > >

Re: [FFmpeg-user] Question concerning creating video files

2016-02-26 Thread Lou
On Fri, 26 Feb 2016 13:46:39 -0500 Lomolab New York City wrote: > Hello, > > My name is Geoff, I am having trouble using a written script, AtuoKino > created by LomoCorp. The script reads image files, cuts them into frames > and converts it into an mp4 file at 5fps. > > [image: Inline image 1]

Re: [FFmpeg-user] Installing on 10.8.8

2016-03-03 Thread Lou
On Thu, Mar 3, 2016, at 03:15 PM, Ian Cruickshank wrote: > Good evening, > > I have had problems trying to install ffmpeg on my Mac that's running on > 10.8.8. I've been following the instructions from this site > http://sesam.hu/2012/09/05/installing-ffmpeg-on-os-x-mountain-lion/, and Old, rando

Re: [FFmpeg-user] documentation in spanish

2016-03-06 Thread Lou
On Sun, 6 Mar 2016 21:35:37 + Christian Bianchini wrote: > Talking about documentation, will I be allowed to add a page for Blackmagic > card? I had issues to make it work and people have some solution here and > there. > After my experience on make the capture work, I would like to share it

Re: [FFmpeg-user] documentation in spanish

2016-03-06 Thread Lou
On Sun, 6 Mar 2016 22:21:35 +0100 juan carlos Rebate wrote: > http://trac.ffmpeg.org/wiki/StreamingGuide Nor it is clear, it does > not explain why use the -y flag, in the second example not explain > anything, just indicates this; The "Community Contributed Documentation" section of the wiki is

Re: [FFmpeg-user] Regarding Reverse Video

2016-03-09 Thread Lou
On Wed, 09 Mar 2016 11:43:59 +0530 Kandarp wrote: > Hi Sir, > > In FFMPEG version 54 I'm not exactly sure what you mean by "version 54". > reverse word not working in android "not working" is not descriptive at all. You should provide enough information so we can attempt to duplicate the issu

Re: [FFmpeg-user] Need help in fixing in FFmpegWrapper: av_interleaved_write_frame video issue.

2016-03-14 Thread Lou
On Tue, 15 Mar 2016 05:59:42 +0530 krish wrote: > Hello, > I am new to this forum and have zero knowledge on ffmpeg. > > I am using KickFlip's sdk for live streaming from an android device. > > Everything works fine until 35 Mins of live streaming, but starts failing > after 35 Mins , the err

Re: [FFmpeg-user] x264 decimate modifier

2016-03-15 Thread Lou
On Tue, 15 Mar 2016 13:22:18 + (UTC) Sebastian Iglesias wrote: > Hello, > I'm using the following command line to generate an h264 1920x1080 > rendition. I need to deliver with specific x264 opts/params. Until > now all the modifiers worked fine, but there is an issue while trying > to use th

Re: [FFmpeg-user] Specifying a codec by name

2016-03-15 Thread Lou
On Tue, 15 Mar 2016 12:27:48 +0100 Moritz Barsnick wrote: > For the use of the libraries, please refer to the libav-user list: > https://lists.libav.org/mailman/listinfo/libav-devel/ The name choices of that fork… Playing "Yackety Sax" and watching penguins repeatedly slip on ice with cartoon so

Re: [FFmpeg-user] x264 decimate modifier

2016-03-15 Thread Lou
On Tue, 15 Mar 2016 19:49:09 + (UTC) Sebastian Iglesias wrote: > Thanks for your reply Lou, > I formatted it differently and with clear spacing. Unfortunately it > must have been modified while submitting. Is there any way to edit > the original message? Or do you suggest to d

Re: [FFmpeg-user] Specifying a codec by name

2016-03-15 Thread Lou
On Tue, 15 Mar 2016 21:46:43 +0100 Moritz Barsnick wrote: > YIKES! What was I ... I *must* *get* more sleep. My bad, sorry. Just to clarify, my comment was not directed towards you but to the choice of names the fork chose to appropriate, and the usual, tired confusion and shenanigans that follo

Re: [FFmpeg-user] x264 decimate modifier

2016-03-15 Thread Lou
On Tue, 15 Mar 2016 23:07:32 + (UTC) Sebastian Iglesias wrote: > This is the command line and the resulting x264 options without using > the "no-dct-decimate" flag. (decimate=1 [...] You need to show your actual, unscripted command: we can't support commands here that involve variables. We n

Re: [FFmpeg-user] Help with transcoding a vid from 1280x720 to highest quality HD 1920x1080

2016-03-20 Thread Lou
On Sun, Mar 20, 2016, at 09:36 AM, jd1008 wrote: > ffplay shows this about the file: > > Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'EarthView.mp4':q=0B f=0/0 >Metadata: > major_brand : mp42 > minor_version : 0 > compatible_brands: isommp42 > creation_time : 2015-0

Re: [FFmpeg-user] Fwd: Your message to ffmpeg-user awaits moderator approval

2016-03-23 Thread Lou
On Thu, 24 Mar 2016 01:41:43 +0100 Reindl Harald wrote: > "The message headers matched a filter rule"? > > the next mailing list with that bullshit and nobody of the list owners > has a clue what's the problem - at least on the bindlist I set a filter on the "Building FFmpeg with OpenJPEG 2.0"

Re: [FFmpeg-user] Fwd: Your message to ffmpeg-user awaits moderator approval

2016-03-23 Thread Lou
On Thu, 24 Mar 2016 03:06:23 +0200 Emre Besirik wrote: > It was a harmless argument, who cares if it got a little off topic? > people can ignore them as they like, why enforcing? I was asked to do something about it. As a compromise I'll make it temporary and I'll remove the filter within 24 hou

Re: [FFmpeg-user] installing ffmeg.exe

2016-03-25 Thread Lou
On Fri, 25 Mar 2016 11:28:40 -0400 "David Lovell" wrote: > I am using XP OS and my system will not let me install the current version, > so please tell me an acceptable > version that I can install. FFmpeg does not actually provide any binaries, but there are some available from volunteers. I'm

Re: [FFmpeg-user] Regarding Reverse Video

2016-03-30 Thread Lou
On Wed, 30 Mar 2016 15:32:32 +0530 Kandarp wrote: > Firstly sorry for the incomplete information. I am trying to reverse a > video on android platform using the below given command > > *command = "-i " + sdcard +"/VID.mp4 -vf reverse -y"+ sdcard > +"/reverse.mp4";* We cannot support scripte

Re: [FFmpeg-user] Custom FFmpeg

2016-03-30 Thread Lou
On Wed, 30 Mar 2016 18:18:59 +0530 Kandarp wrote: > Hi, > > i am using your library ffmpeg version ( N-63698-g22d1b24) and i need This version is old and unsupported. Please retrieve the current source code from the git master branch. See: http://ffmpeg.org/download.html > to achieve follow

Re: [FFmpeg-user] Properly adding a cross fade to a video of 1 second or so

2016-04-12 Thread Lou
On Tue, 12 Apr 2016 09:11:58 -0700 David McKay wrote: > Hi All, > > I am trying to add a cross fade to a video of around 1 second each. Please > find my input and the ouptut here : http://pastebin.com/AG3UJguT [...] > ffmpeg version n2.4.2 Copyright (c) 2000-2014 This is old, ancient, outdated

Re: [FFmpeg-user] Still cant get this code to work, was taken from one of the demos.

2016-04-12 Thread Lou
On Tue, 12 Apr 2016 12:41:02 + (UTC) JULIAN GARDNER wrote: > I am in the middle of trying to add a VU Meter to my application but > when I try and convert the audio buffer from FLTP to S16 I get a > crash and I cannot see what im doing wrong. Now this code also fails > in the demo application

Re: [FFmpeg-user] Fwd: DVB Subtitles Live transcoding

2016-04-13 Thread Lou
On Wed, Apr 13, 2016, at 07:50 AM, Liam Carter wrote: [...] > This version it doesn't > *ffmpeg version git-2012-01-22-0421b6d Copyright (c) 2000-2012 the FFmpeg Old and unsupported. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/m

Re: [FFmpeg-user] libtheora, libmp3lame, vidstab, libvorbis, and libxvid not found on OS X

2016-04-14 Thread Lou
On Thu, 14 Apr 2016 15:51:59 -0600 Rodrigo Polo wrote: > Sorry, I know I already send this but I wasn't subscribed, my mistake, > don't kill me. There is at least one reply to your previous message. You can view it in the mailing list archives:

Re: [FFmpeg-user] libtheora, libmp3lame, vidstab, libvorbis, and libxvid not found on OS X

2016-04-14 Thread Lou
On Thu, 14 Apr 2016 16:21:44 -0600 Rodrigo Polo wrote: > Indeed, I can view it but I can't respond to it because I wasn't > sucribed Anyone, subscribed or not, can reply to any message in the archives using the method I described in my previous reply. Unsubscribed users have to wait for a maili

Re: [FFmpeg-user] Android M crash when use ffmpeg, the log shows ffmpeg.so not found, only happen in Android M but not in other versions

2016-04-18 Thread Lou
On Mon, 18 Apr 2016 21:12:45 +0200 Cley Faye wrote: > Maybe the devel list is more appropriate. ffmpeg-devel is only for patch submissions and discussions related to the development of FFmpeg itself. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

Re: [FFmpeg-user] which filter is used to produce fake yuv image

2016-04-27 Thread Lou
On Wed, 27 Apr 2016 23:21:15 +0800 (CST) qw wrote: > How to produce only one image? "-frames:v 1" output option. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Re: [FFmpeg-user] Fwd: Trouble decoding ASF file from baby monitor

2016-04-27 Thread Lou
On Wed, 27 Apr 2016 16:39:24 -0700 G A wrote: > stop sending me this, goddamn this is 7th fucking time. Please stop spamming the mailing list. Why don't you just unsubscribe? Alternatively, you can temporarily disable mail delivery in the Mailman interface. If you want to unsubscribe: Send an

Re: [FFmpeg-user] error Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument

2016-04-30 Thread Lou
On Sat, Apr 30, 2016, at 09:10 AM, juan carlos Rebate wrote: > documentation once again conspicuous by its absence, I find by google There is a wiki article that mentions it: http://trac.ffmpeg.org/wiki/Errors We welcome patches to improve the documentation. If that is not a possibility for you t

Re: [FFmpeg-user] error Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument

2016-04-30 Thread Lou
On Sat, Apr 30, 2016, at 10:01 AM, juan carlos Rebate wrote: > http://localhost:80: Unknown error > I get this error after reading this article wiki. therefore it is not > correct What exactly is not correct about the wiki? Also, because it is a wiki you can edit it to make it "correct". You fail

Re: [FFmpeg-user] Prepend a single frame to a MP4 file

2016-05-15 Thread Lou
On Sun, May 15, 2016, at 07:07 AM, Virgil Stokes wrote: > How can one prepend a single frame to an existing MP4 file downloaded > from > YouTube? The purpose of this new "first frame" is to add some > identification > information (text) to the MP4. Please show info about your input file and your

Re: [FFmpeg-user] Key request failing when passing cookies

2016-05-15 Thread Lou
On Fri, May 13, 2016, at 05:35 PM, Reindl Harald wrote: > > your quotes appear as if you are saying what you have quoted, just > compare your mails with everobdy elses mails For example: ___

Re: [FFmpeg-user] "--enable-nvresize" what is means?

2016-06-02 Thread Lou
On Thu, 2 Jun 2016 16:03:09 +0800 (CST) 郭浩 wrote: > "--enable-nvresize" what is means? thanks I don't know what it means. This option does not exist in FFmpeg. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ff

Re: [FFmpeg-user] Sync End of Audio and Video

2016-06-11 Thread Lou
On Sat, Jun 11, 2016, at 08:44 AM, Akshay Ravikumar wrote: > Hi! > > I have an audio and video file, and I'd like to merge them so that they > *end* at the same time. Is there an easy way to do this with ffmpeg? See the "-shortest" option. ___ ffmpeg-us

Re: [FFmpeg-user] Could not write header for output file #0 (incorrect codec parameters ?):

2016-06-21 Thread Lou
On Tue, 21 Jun 2016 23:35:47 +0200 juan carlos Rebate wrote: > [mp4 @ 028811e0] muxer does not support non seekable output The answer is in your console output. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listi

Re: [FFmpeg-user] ffmpeg make failure in Linux Mint 17.3

2016-06-22 Thread Lou
On Tue, Jun 21, 2016, at 06:35 PM, Joe Reagan wrote: > Hello ffmpeg-user. > > Running Linux Mint 17.3 (32 bit). Attached is the config.log after the > make command failed. I followed several commands lines from an online > article and all worked great until the last step. For reference: > http:

Re: [FFmpeg-user] Why the fps of concatenate video file change with old video file?

2016-06-25 Thread Lou
On Fri, Jun 24, 2016, at 05:18 PM, cuizhe wrote: > ffmpeg version N-73266-g4aa0de6 Copyright (c) 2000-2015 the FFmpeg > developers This is old. Consider updating. > Output #0, asf, to 'output.wmv': > Metadata: > WM/EncodingSettings: Lavf56.40.100 > Stream #0:0: Video: wmv3 (WMV3 / 0x33564D57), yu

Re: [FFmpeg-user] Does ffmpeg have options to increase speed of ffmpeg scaling command?

2016-07-04 Thread Lou
On Mon, Jul 4, 2016, at 05:51 PM, Dmitry Kazakov wrote: [...] > Could you please advise, does ffmpeg supports any others options which > can potentially help to increase the speed? > > -y -I -vf scale=640:-1 -r 15 -ab 12288 -vcodec mpeg4 -preset > ultrafast -acodec copy -b 2097152 You need to i

Re: [FFmpeg-user] Does ffmpeg have options to increase speed of ffmpeg scaling command?

2016-07-05 Thread Lou
On Tue, Jul 5, 2016, at 02:10 AM, Carl Eugen Hoyos wrote: > > Did you test different swscale options? To elaborate, you can try various scaling algorithms using the "flags" option in the scale filter. https://ffmpeg.org/ffmpeg-scaler.html#sws_005fflags https://ffmpeg.org/ffmpeg-filters.html#scale

Re: [FFmpeg-user] How would you record a single window's video and audio on Linux?

2016-07-06 Thread Lou
On Tue, 5 Jul 2016 23:50:23 -0400 John Lewis wrote: > How would you record a single window's video and audio on Linux? I > usually see things in an x11 window and hear things via pulseaudio. I am > currently running Debian 8 with XFCE if that makes a difference. xwininfo will tell you the approp

Re: [FFmpeg-user] How would you record a single window's video and, audio on Linux?

2016-07-06 Thread Lou
On Wed, 6 Jul 2016 23:01:27 -0400 John Lewis wrote: > Could I feed new coordinates in an existing ffmpeg process and cause it > to record that frame instead of the old one? If I understand you correctly you could record the whole screen and use crop filter to set the recorded area. Change crop x

Re: [FFmpeg-user] which rtmpdump is beter for fmpeg's native rtmp lib and rtmpdump

2016-07-11 Thread Lou
On Mon, Jul 11, 2016, at 07:58 PM, qw wrote: > Hi, > > I found ffmpeg support two rtmp libs, where one is ffmpeg's native rtmp > lib, and the other is rtmpdump. Which is better? Native is "better" because it does not require the external library librtmp. Please avoid crossposting the same questi

Re: [FFmpeg-user] numerous bugs-80117-N gdac030d version

2016-08-05 Thread Lou
On Fri, 5 Aug 2016 20:27:54 +0200 juan carlos Rebate wrote: > no text in the mail I don't understand what this means. Please explain. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, vi

Re: [FFmpeg-user] Request to mailing list ffmpeg-user rejected

2016-09-02 Thread Lou
On Fri, 2 Sep 2016 11:05:36 -0430 Markin Abras wrote: > Hello Nicolas, can you help us with the following request? Our project is > on hold for almost 3 weeks now because we haven't been able to get any > support... You and you associates seem to misunderstand how the mailing list works, and you

Re: [FFmpeg-user] Compilation Error

2016-09-07 Thread Lou
On Wed, 7 Sep 2016 08:20:11 + Dawood RASHID wrote: > ERROR: libfdk_aac not found Did you ensure that libfdk_aac is there? I added you to CC since you are unsubscribed to the mailing list. Please check the archives in case there are other replies: https://lists.ffmpeg.org/pipermail/ffmpeg-u

  1   2   3   4   >