[FFmpeg-user] FFmpeg does not add meta tags to mp2 files

2015-07-25 Thread andrew
The most recent git FFmpeg does not add meta tags to mp2 files when using the native encoder. An example here: +- andrew@ilium~/media/luckynight/test$ ffmpeg -i luckynight.wav -c:a mp2 -b:a 320k -metadata artist="Jody Marie Gnant" test.mp2 ffmpeg version N-73994-g1909a91 C

Re: [FFmpeg-user] How to capture an RTMP stream

2015-07-25 Thread Moritz Barsnick
On Fri, Jul 24, 2015 at 18:09:13 -0600, Deron wrote: > Closing connection: NetStream.Play.StreamNotFound > rtmp://cp258849.live.edgefcs.net/live/SonLife0616@327662: Unknown error > occurred Interesting, because mplayer too can dump it just fine: $ mplayer -v -dumpstream -dumpfile test.flv rtmp:/

Re: [FFmpeg-user] Running multiple ffmpeg commands with minimal loss in quality

2015-07-25 Thread Moritz Barsnick
On Fri, Jul 24, 2015 at 16:02:22 -0700, Michael Nolan wrote: > do things like overlay, scale and trim videos, render text, render images, [...] > The biggest issue that I have is that the application that I run has to run > ffmpeg multiple times, thus re-encoding the video(s) and making the end > v

Re: [FFmpeg-user] FFmpeg does not add meta tags to mp2 files

2015-07-25 Thread Kimio Miyamura
> 2015/07/25 5:19 P.M. andrew gmail.com> wrote: > > andrew@ilium~/media/luckynight/test$ ffmpeg -i luckynight.wav -c:a mp2 -b:a > 320k -metadata artist="Jody Marie Gnant" test.mp2 Try put -metadata option just after -i option. $ ffmpeg -i luckynight.wav -metadata artist="Jody Marie Gnant" -c

Re: [FFmpeg-user] FFmpeg does not add meta tags to mp2 files

2015-07-25 Thread Moritz Barsnick
On Sat, Jul 25, 2015 at 17:46:01 +0900, Kimio Miyamura wrote: > Try put -metadata option just after -i option. > $ ffmpeg -i luckynight.wav -metadata artist="Jody Marie Gnant" -c:a mp2 -b:a > 320k test.mp2 Miya, the order of output options does not matter, if they are all place between the input

Re: [FFmpeg-user] Running multiple ffmpeg commands with minimal loss in quality

2015-07-25 Thread Francois Visagie
> -Original Message- > From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of > Michael Nolan > Sent: 25 July 2015 01:02 > To: ffmpeg-user@ffmpeg.org > Subject: [FFmpeg-user] Running multiple ffmpeg commands with minimal > loss in quality > > Hi everyone, > > I'm writing a

Re: [FFmpeg-user] Running multiple ffmpeg commands with minimal loss in quality

2015-07-25 Thread Francois Visagie
> -Original Message- > From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of > Moritz Barsnick > Sent: 25 July 2015 10:45 > To: FFmpeg user discussions > Subject: Re: [FFmpeg-user] Running multiple ffmpeg commands with > minimal loss in quality > > On Fri, Jul 24, 2015 at

Re: [FFmpeg-user] FFmpeg does not add meta tags to mp2 files

2015-07-25 Thread Kimio Miyamura
> 2015/07/25 5:51 P.M. Moritz Barsnick gmx.net> wrote: > > On Sat, Jul 25, 2015 at 17:46:01 +0900, Kimio Miyamura wrote: >> Try put -metadata option just after -i option. >> $ ffmpeg -i luckynight.wav -metadata artist="Jody Marie Gnant" -c:a mp2 -b:a >> 320k test.mp2 > > Miya, the order of out

Re: [FFmpeg-user] FFmpeg does not add meta tags to mp2 files

2015-07-25 Thread Nicolas George
Le septidi 7 thermidor, an CCXXIII, Kimio Miyamura a écrit : > >> Try put -metadata option just after -i option. > I have believed Stackoverflow's post. > > http://stackoverflow.com/questions/11183093/video-metadata-edit-with-ffmpeg The stackoverflow post is correct: the -metadata option should b

Re: [FFmpeg-user] Running multiple ffmpeg commands with minimal loss in quality

2015-07-25 Thread MrNice
On 25/07/15 09:54, Francois Visagie wrote: >> -Original Message- >> From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of >> Michael Nolan >> Sent: 25 July 2015 01:02 >> To: ffmpeg-user@ffmpeg.org >> Subject: [FFmpeg-user] Running multiple ffmpeg commands with minimal >> lo

Re: [FFmpeg-user] How to capture an RTMP stream

2015-07-25 Thread DopeLabs
rune:~ dopelabs$ ffmpeg -i "rtmp://cp258849.live.edgefcs.net/live/SonLife0616@327662" -c copy -f mp4 test.mp4 ffmpeg version N-66156-gb76d6eb Copyright (c) 2000-2014 the FFmpeg developers built on Sep 7 2014 07:54:06 with Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) config

Re: [FFmpeg-user] How to capture an RTMP stream

2015-07-25 Thread Moritz Barsnick
On Sat, Jul 25, 2015 at 02:55:54 -0700, DopeLabs wrote: > rune:~ dopelabs$ ffmpeg -i > "rtmp://cp258849.live.edgefcs.net/live/SonLife0616@327662" -c copy -f mp4 > test.mp4 > ffmpeg version N-66156-gb76d6eb Copyright (c) 2000-2014 the FFmpeg developers > built on Sep 7 2014 07:54:06 with Apple

Re: [FFmpeg-user] Copy-capturing h264 input while force-rewriting the PTS

2015-07-25 Thread Henk D. Schoneveld
On 25 Jul 2015, at 01:50, Peter Rabbitson wrote: > Hello! > > I have a Logitech C920 affected by a know-yet-wontfix kernel uvc-video > bug[1]. Given That I need a relatively recent kernel and it looks like the > problematic patch in 3.17+ will not be reverted, I am hoping that ffmpeg can > s

Re: [FFmpeg-user] FFmpeg does not add meta tags to mp2 files

2015-07-25 Thread Kimio Miyamura
Hello Nicolas-san, > 2015/07/25 6:44 P.M. Nicolas George nsup.org> wrote: > > Le septidi 7 thermidor, an CCXXIII, Kimio Miyamura a écrit : Try put -metadata option just after -i option. >> I have believed Stackoverflow's post. >> >> http://stackoverflow.com/questions/11183093/video-metad

Re: [FFmpeg-user] FFmpeg does not add meta tags to mp2 files

2015-07-25 Thread James Darnley
On 2015-07-25 13:33, Kimio Miyamura wrote: > Now I'm curious about why -metadata artist="Jody Marie Gnant" does not > affected to the output... > > Does anyone know why? Because nobody has written that feature yet. signature.asc Description: OpenPGP digital signature _

Re: [FFmpeg-user] FFmpeg does not add meta tags to mp2 files

2015-07-25 Thread Moritz Barsnick
On Sat, Jul 25, 2015 at 13:40:21 +0200, James Darnley wrote: > On 2015-07-25 13:33, Kimio Miyamura wrote: > > Now I'm curious about why -metadata artist="Jody Marie Gnant" does not > > affected to the output... > > > > Does anyone know why? > > Because nobody has written that feature yet. https

Re: [FFmpeg-user] FFmpeg does not add meta tags to mp2 files

2015-07-25 Thread Carl Eugen Hoyos
andrew gmail.com> writes: > The most recent git FFmpeg does not add meta tags to > mp2 files when using the native encoder. Yes, you can use "-f mp3" to get the tags for the output file. I suspect such files will not conform to some specification. Carl Eugen _

Re: [FFmpeg-user] How to capture an RTMP stream

2015-07-25 Thread Carl Eugen Hoyos
Moritz Barsnick gmx.net> writes: > configuration: --enable-librtmp > Looks like someone needs to do a git bisect. (Not me. :)) But you could test without "--enable-librtmp". Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ff

Re: [FFmpeg-user] Copy-capturing h264 input while force-rewriting the PTS

2015-07-25 Thread Carl Eugen Hoyos
Peter Rabbitson rabbit.us> writes: > I am hoping that ffmpeg can somehow help me with a > workaround. You can try the input option "-r", unfortunately it does not work for many use-cases. FFmpeg is not very good with h264 timestamps... Carl Eugen

Re: [FFmpeg-user] How to capture an RTMP stream

2015-07-25 Thread Moritz Barsnick
On Sat, Jul 25, 2015 at 11:52:56 +, Carl Eugen Hoyos wrote: > But you could test without "--enable-librtmp". Is it possible to choose different protocol handlers at runtime, as it is with decoders (analog to the choice of "mp3" vs. "mp3float" using "-c:v" as inpt option)? Or does using librtmp

Re: [FFmpeg-user] Running multiple ffmpeg commands with minimal loss in quality

2015-07-25 Thread Carl Eugen Hoyos
Francois Visagie gmail.com> writes: > I.e. either use a codec designed for lossless encoding > such as "HuffYUV", or use something like x264 with > "lossless" settings. FFv1 should be superior in (nearly) every regard, for example you would need several different x264 libraries to support al

[FFmpeg-user] Help to convert some formats to web suitable. I sould pay for help

2015-07-25 Thread vedran
Hello guys, i need somebody to write me commands for converting videos i'm prepared to pay that. it should be able to process feew different formats and convert videos to a few most popular formats.. nothing which would not work out of box in ffmpeg.. and maybe some tweaking about processor usage

Re: [FFmpeg-user] FFmpeg does not add meta tags to mp2 files

2015-07-25 Thread Kimio Miyamura
Hello James-san, > 2015/07/25 8:40 P.M. James Darnley gmail.com> wrote: > > On 2015-07-25 13:33, Kimio Miyamura wrote: >> Now I'm curious about why -metadata artist="Jody Marie Gnant" does not >> affected to the output... >> >> Does anyone know why? > > Because nobody has written that featur

Re: [FFmpeg-user] Help to convert some formats to web suitable. I sould pay for help

2015-07-25 Thread Another Sillyname
would help if you stated windows or 'nix On 25 July 2015 at 13:32, vedran wrote: > Hello guys, > > i need somebody to write me commands for converting videos i'm prepared to > pay that. it should be able to process feew different formats and convert > videos to a few most popular formats.. nothin

Re: [FFmpeg-user] Help to convert some formats to web suitable. I sould pay for help

2015-07-25 Thread vedran
debian with multimedia repos On Sat, Jul 25, 2015 at 2:37 PM, Another Sillyname < anothersn...@googlemail.com> wrote: > would help if you stated windows or 'nix > > On 25 July 2015 at 13:32, vedran wrote: > > Hello guys, > > > > i need somebody to write me commands for converting videos i'm prep

Re: [FFmpeg-user] Help to convert some formats to web suitable. I sould pay for help

2015-07-25 Thread vedran
i'm not into ffmpeg so i feel that i would have to spend A LOT OF TIME tuning this.. and i would rather pay for somebody writing me commands which i would put into a scrips.. also it would be great to have multiple output once it is created... i saw it here: https://trac.ffmpeg.org/wiki/Creating%2

Re: [FFmpeg-user] FFmpeg does not add meta tags to mp2 files

2015-07-25 Thread Kimio Miyamura
Hello Moritz-san, > 2015/07/25 8:43 P.M. Moritz Barsnick gmx.net> wrote: > > On Sat, Jul 25, 2015 at 13:40:21 +0200, James Darnley wrote: >> On 2015-07-25 13:33, Kimio Miyamura wrote: >>> Now I'm curious about why -metadata artist="Jody Marie Gnant" does not >>> affected to the output... >>>

Re: [FFmpeg-user] Help to convert some formats to web suitable. I sould pay for help

2015-07-25 Thread Another Sillyname
If you're willing to do some work I have a script I use that does most of what you want, happy to let you have it and you could use it as the 'base' for what you're trying to do. The problem with paying for something like this is frankly you probably wouldn't want to pay a sensible commercial rate

Re: [FFmpeg-user] Help to convert some formats to web suitable. I sould pay for help

2015-07-25 Thread Mahesh Patade
Hey, Please check below url. I have written scripts to convert videos in multi bitrate format. http://patademahesh.github.io/Distributed-Video-Transcoding/ Thanks Mahesh On Jul 25, 2015 6:30 PM, "Another Sillyname" wrote: > If you're willing to do some work I have a script I use that does most

Re: [FFmpeg-user] FFmpeg does not add meta tags to mp2 files

2015-07-25 Thread Carl Eugen Hoyos
Moritz Barsnick gmx.net> writes: > On Sat, Jul 25, 2015 at 13:40:21 +0200, James Darnley wrote: > > On 2015-07-25 13:33, Kimio Miyamura wrote: > > > Now I'm curious about why -metadata artist="Jody Marie > > > Gnant" does not affected to the output... > > > > > > Does anyone know why? > > > >

[FFmpeg-user] Cropping small portion of input video while rescaling

2015-07-25 Thread Kieran O'Leary
Hello, I am working with a 2k full aperture 16mm DPX scan. It has approx 32 pixels of the black perforation area of the film on the top and bottom. I am hoping to transcode everything to 720/576 v210 as I'm working on a DVD project (I'm going to do a lot of work in a NLE after I transcode). I a

Re: [FFmpeg-user] Cropping small portion of input video while rescaling

2015-07-25 Thread Kieran O'Leary
Putting the crop filter before the resize in the filter chain produced the desired effect. Any other feedback on my command line would be greatly appreciated. I can't get inline quoting to work on outlook web app (which I have to use today) so I didn't do any quotes. Sorry if this makes things

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

2015-07-25 Thread MrNice
> 0- >>> The objective is to get lossless audio and video >> >> Just to make sure: Do you mean video and >> lossless audio? > Yes of course. This was a short way (in a wrong order indeed) to say > "...to get and keep the best Dazzle can provide without adding artefacts". > > 1- I read the video st

Re: [FFmpeg-user] Cropping small portion of input video while rescaling

2015-07-25 Thread Carl Eugen Hoyos
Kieran O'Leary irishfilm.ie> writes: > -start_number 867116 -r 24 This should be -framerate 24 > -r 24 Remove this one unless there is a (specific) reason. > ffmpeg version 2.7.1 Copyright (c) 2000-2015 the FFmpeg developers On this mailing list, this is old... > configuration: > --enabl

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

2015-07-25 Thread Carl Eugen Hoyos
MrNice iol.ie> writes: > Input #0, pulse, from 'alsa_input.pci-_00_14.2.analog-stereo': > Duration: N/A, start: 1437724175.042321 > Input #1, video4linux2,v4l2, from '/dev/video0': > Duration: N/A, start: 1349.084272 This is a major issue, you may try options like the following that ma

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

2015-07-25 Thread Carl Eugen Hoyos
MrNice iol.ie> writes: > I am confused. What should be the best codec for > my usage: FFV1, x264, Huffyuv, other? I believe I suggested "-vcodec mpeg2video -mbd 2 -qscale 2" and I didn't change my opinion;-) ffv1 is lossless, mpeg2video is not and x264 is not lossless unless you tell it to b

Re: [FFmpeg-user] How to capture an RTMP stream

2015-07-25 Thread Deron
On 7/25/15 6:02 AM, Moritz Barsnick wrote: On Sat, Jul 25, 2015 at 11:52:56 +, Carl Eugen Hoyos wrote: But you could test without "--enable-librtmp". Is it possible to choose different protocol handlers at runtime, as it is with decoders (analog to the choice of "mp3" vs. "mp3float" using "

Re: [FFmpeg-user] How to capture an RTMP stream

2015-07-25 Thread Carl Eugen Hoyos
Deron pagestream.org> writes: > Well, my rtmpdump _does_ work. It claims to be v2.4 and I was able to > get the stream and pipe it to ffmpeg. Inelegant, but it works. Sadly, > the audio/video is out of sync by about 75ms. Just enough to be annoying. Does the same desync exist with FFmpeg? Car

Re: [FFmpeg-user] How to capture an RTMP stream

2015-07-25 Thread Deron
On 7/25/15 9:57 AM, Carl Eugen Hoyos wrote: Deron pagestream.org> writes: Well, my rtmpdump _does_ work. It claims to be v2.4 and I was able to get the stream and pipe it to ffmpeg. Inelegant, but it works. Sadly, the audio/video is out of sync by about 75ms. Just enough to be annoying. Does

Re: [FFmpeg-user] Help to convert some formats to web suitable. I sould pay for help

2015-07-25 Thread vedran
Well if solves my problems, I would pay. What I needed is what I asked. .. Please give me some more info. How sophisticated is your code, how can I use it, how much would i have to pay. On Jul 25, 2015 3:00 PM, "Another Sillyname" wrote: > If you're willing to do some work I have a script I u

Re: [FFmpeg-user] Help to convert some formats to web suitable. I sould pay for help

2015-07-25 Thread vedran
man, this is good but I need very simple thing. If somebody have time just to write me ffmpeg commands how to convert to following formats and that is it. On Jul 25, 2015 3:22 PM, "Mahesh Patade" wrote: > Hey, > > Please check below url. I have written scripts to convert videos in multi > bitrat

Re: [FFmpeg-user] Help to convert some formats to web suitable. I sould pay for help

2015-07-25 Thread Mahesh Patade
You do not have to pay a single penny. JUST follow instructions i have given in my blog. Thanks Mahesh On Jul 25, 2015 10:05 PM, "vedran" wrote: > Well if solves my problems, I would pay. > > What I needed is what I asked. .. > > > Please give me some more info. > > How sophisticated is your cod

Re: [FFmpeg-user] Help to convert some formats to web suitable. I sould pay for help

2015-07-25 Thread vedran
if it helps me i would send you something for sure.. however just give me those instructions.. i hope you understand what i actually need.. for me it would be great and enough if i just had 5-6 ffmpeg commands that do this and that is all.. i have another script that would handle when where and h

Re: [FFmpeg-user] Help to convert some formats to web suitable. I sould pay for help

2015-07-25 Thread vedran
aha, @Mahesh Patade i'm soory i looked this, s much more than i need.. i need solution for single server, locally .. doing one video at a time.. On Sat, Jul 25, 2015 at 6:46 PM, vedran wrote: > if it helps me i would send you something for sure.. however just give me > those instructions.. >

[FFmpeg-user] Animated GIF convertion and average frame rate

2015-07-25 Thread Sub Phil
RE: https://trac.ffmpeg.org/wiki/Create%20a%20video%20slideshow%20from%20images To see why some animated GIF are not working in the export of LibreOffice Impress, I compare thanks to ffprobe. I noticed that working animated GIF has: r_frame_rate=20/1 avg_frame_rate=20/1 While non working animate

Re: [FFmpeg-user] Running multiple ffmpeg commands with minimal loss in quality

2015-07-25 Thread Michael Nolan
The application is a bit more complex than that. The source code is available on Github right now (https://github.com/Nolski/popcoder/ the ffmpeg commands reside in editor.py and the process of running all of the commands is in video.py) but since we are stitching together video, doing overlays, re

Re: [FFmpeg-user] Help to convert some formats to web suitable. I sould pay for help

2015-07-25 Thread Another Sillyname
OK, Let's cut to the chase..how much would you want to pay (and I ask this having stated earlier you won't be offering commercial rates). If you want it done I would suggest that you need to attract someone willing to do it for the money, therefore you need to tell them what you're willing to

Re: [FFmpeg-user] Help to convert some formats to web suitable. I sould pay for help

2015-07-25 Thread vedran
look, just say that you know to do it, now and fast, i'm really into that.. i have no doubts that we would agree on that.. i have no clue how much could that cost.. that is why i'm not offering.. on one hand it could be 20 minutes to tweak that and in another case, maybe somebody would need a day

[FFmpeg-user] multiple fade out slow down encoding about two to three times

2015-07-25 Thread Tomáš Hnyk
Hello, I created initial captions with fade ins and outs like this: ffmpeg -i in.mov \ -framerate 24 -loop 1 -i a/01.png \ -framerate 24 -loop 1 -i a/02.png \ -framerate 24 -loop 1 -i a/03.png \ -framerate 24 -loop 1 -i a/04.png \ -framerate 24 -loop 1 -i a/05.png \ -framerate 24 -loop 1 -i a/0

Re: [FFmpeg-user] Copy-capturing h264 input while force-rewriting the PTS

2015-07-25 Thread Peter Rabbitson
On 07/25/2015 12:54 PM, Henk D. Schoneveld wrote: On 25 Jul 2015, at 01:50, Peter Rabbitson wrote: Hello! I have a Logitech C920 affected by a know-yet-wontfix kernel uvc-video bug[1]. Given That I need a relatively recent kernel and it looks like the problematic patch in 3.17+ will not be

Re: [FFmpeg-user] multiple fade out slow down encoding about two to three times

2015-07-25 Thread Paul B Mahol
Dana 25. 7. 2015. 20:31 osoba "Tomáš Hnyk" napisala je: > > > > Hello, > I created initial captions with fade ins and outs like this: > > ffmpeg -i in.mov \ > -framerate 24 -loop 1 -i a/01.png \ > -framerate 24 -loop 1 -i a/02.png \ > -framerate 24 -loop 1 -i a/03.png \ > -framerate 24 -loop 1 -i

Re: [FFmpeg-user] multiple fade out slow down encoding about two to three times

2015-07-25 Thread Tomáš Hnyk
On Sat, 25 Jul 2015 22:18:43 +0200, Paul B Mahol wrote: Dana 25. 7. 2015. 20:31 osoba "Tomáš Hnyk" napisala je: It encodes in roughly 14 fps. But fade ins and outs occur only at the very beginning (in the first 11 seconds), yet the slow down is preserved (I also run the compilation for a

Re: [FFmpeg-user] Help to convert some formats to web suitable. I sould pay for help

2015-07-25 Thread Another Sillyname
I'm out..if you're still in negotiation mode rather then getting to the point mode I've lost interest. Good luck. On 25 July 2015 at 19:13, vedran wrote: > look, just say that you know to do it, now and fast, i'm really into that.. > i have no doubts that we would agree on that.. > > i have

Re: [FFmpeg-user] what program to use to grab device and send to ffserver?

2015-07-25 Thread Ricardo Kleemann
Hi guys, I’ve had the chance to try out all 16 modes… > On Jun 24, 2015, at 10:04 AM, Ricardo Kleemann > wrote: > > Thanks. I was thinking about that last night. With Flash Media Live Encoder, > the only one that works is the 1920x1080 60fps. I guess I'll have to try each > one and see. >

Re: [FFmpeg-user] what program to use to grab device and send to ffserver?

2015-07-25 Thread Ricardo Kleemann
Hello Arnaud, > On Jun 24, 2015, at 1:08 AM, Arnaud Wijns wrote: > > Hello, > > Make sure you are using the good input format for your device. BMD is quite > touchy in that field. > For instance, with a 1080i 50fps camera, I must choose the following format : > 11 1920x1080 at 25000/1000 fps

[FFmpeg-user] taking audio and video inputs from different devices

2015-07-25 Thread Ricardo Kleemann
Hi, I’m not having much success mixing in audio from the default audio input with the video. The video comes out fine but audio is basically inaudible with intermittent a little bit of static. I don’t know if I have the proper settings, I do know that if I don’t use the async flag then the vid