Re: [FFmpeg-user] Specify FC instead of mono‏

2015-10-28 Thread Kevin Wells
> To: ffmpeg-user@ffmpeg.org > From: ceho...@ag.or.at > Date: Wed, 28 Oct 2015 22:48:48 + > Subject: Re: [FFmpeg-user] Specify FC instead of mono‏ > > Kevin Wells hotmail.co.uk> writes: > > > Hi Carl, now we've established this issue, > > I believe it was established months (or years?) ago

Re: [FFmpeg-user] Setting the "profile compatibility" value

2015-10-28 Thread Carl Eugen Hoyos
Jim Kang g.harvard.edu> writes: > It is not the server, but rather the browser's > MediaSource.addSourceBuffer method that requires > this MIME type: I guess you will request a new option from the x264 developers (to ask certainly makes sense, I don't know if the option really makes sense) b

Re: [FFmpeg-user] Specify FC instead of mono‏

2015-10-28 Thread Carl Eugen Hoyos
Kevin Wells hotmail.co.uk> writes: > Hi Carl, now we've established this issue, I believe it was established months (or years?) ago. > is there a proper way to go about trying to get > this addressed? You can either send a patch or wait until somebody else sends one. > Although there is on

Re: [FFmpeg-user] Conversion from iSAC

2015-10-28 Thread Jerod Venema
Unfortunately not...I think I can force both sides of this conversation to Opus though, seems like an easier solution - iSAC support seems pretty minimal from what I can find. Was just hopeful :) Thanks Carl. On Wed, Oct 28, 2015 at 6:42 PM, Carl Eugen Hoyos wrote: > Jerod Venema frozenmountai

Re: [FFmpeg-user] Conversion from iSAC

2015-10-28 Thread Carl Eugen Hoyos
Jerod Venema frozenmountain.com> writes: > I need to convert iSAC audio to opus. Does ffmpeg have > a library that supports iSAC? No, unfortunately not. Do you have a sample file for us? Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.o

[FFmpeg-user] Conversion from iSAC

2015-10-28 Thread Jerod Venema
Hey guys, I need to convert iSAC audio to opus. Does ffmpeg have a library that supports iSAC? -- Jerod Venema *Frozen Mountain Software* 919-300-5141 (United States) 604-227-2453 (Canada) 888-379-6686 (Toll Free) www.frozenmountain.com ___ ffmpeg-use

Re: [FFmpeg-user] problem with command line ffmpeg

2015-10-28 Thread Moritz Barsnick
Hi Azmira, On Tue, Oct 27, 2015 at 03:44:49 +, Nor Azmira Mohamed Kamil wrote: > I have a problem with command line. When I used command line to > insert in FFmpeg Transcoding configuration in Aspera Orchestrator the > output become error. Below is the screenshot off command that I used > and

[FFmpeg-user] Setting profile_compatibility

2015-10-28 Thread Kang, James
Hi. I'm trying to transcode a file for use in an streaming HTML 5 context. I want to feed bits of video to a SourceBuffer in a MediaSource, as in this example: https://github.com/nickdesaulniers/netfix/blob/gh-pages/demo/bufferAll.html The problem is I need my video to be encoded such that it co

[FFmpeg-user] problem with command line ffmpeg

2015-10-28 Thread Nor Azmira Mohamed Kamil
Hi. I Azmira. I have a problem with command line. When I used command line to insert in FFmpeg Transcoding configuration in Aspera Orchestrator the output become error. Below is the screenshot off command that I used and the output become invalid argument means that the command that I used not v

Re: [FFmpeg-user] Specify FC instead of mono‏

2015-10-28 Thread Kevin Wells
> To: ffmpeg-user@ffmpeg.org > From: ceho...@ag.or.at > Date: Tue, 27 Oct 2015 14:08:06 + > Subject: Re: [FFmpeg-user] Specify FC instead of mono‏ > > Moritz Barsnick gmx.net> writes: > > > With my means and the (very) little knowledge of > > the MOV format I have, I couldn't yet detect the

Re: [FFmpeg-user] Setting the "profile compatibility" value

2015-10-28 Thread Jim Kang
Hi, Carl. On Wed, Oct 28, 2015 at 2:50 AM, Carl Eugen Hoyos wrote: > Jim Kang harvard.edu> writes: > > > The problem is I need my video to be encoded such that > > it conforms to the MIME codec string > > 'video/mp4; codecs="avc1.*42E01E*, mp4a.40.2"'. > > Could you explain why? > If a server r

Re: [FFmpeg-user] How to get JPEG Quality factor

2015-10-28 Thread Carl Eugen Hoyos
Przemysław Sobala grupawp.pl> writes: > Is there a way to get JPEG image quality factor > in ffmpeg/ffprobe? You can do: ffmpeg -i image -loglevel debug The "qscale" value(s) shown correspond(s) to the quality, "0" means "100%". Remember that "normal" jpeg is always lossy, 100% does not mean

Re: [FFmpeg-user] Specify FC instead of mono‏

2015-10-28 Thread Carl Eugen Hoyos
Carles Vila gmail.com> writes: > Hi, I'm in the same boat. Would be very useful to fix this. > It was mentioned before that Amazon Prime and Google play > ask for ProRes for their VOD platforms. How is this related to the fact that the mov muxer can't be told how to mark mono channels in the

Re: [FFmpeg-user] Specify FC instead of mono‏

2015-10-28 Thread Carles Vila
Hi, I'm in the same boat. Would be very useful to fix this. It was mentioned before that Amazon Prime and Google play ask for ProRes for their VOD platforms. For the sake of completeness I'd like to add iTunes and Netflix. So it's a de facto standard for VOD delivery I would say.It all stems from

[FFmpeg-user] How to get JPEG Quality factor

2015-10-28 Thread Przemysław Sobala
Hello Is there a way to get JPEG image quality factor in ffmpeg/ffprobe? Something similar to what Image/GraphicsMagick reports: $ gm identify -verbose /tmp/cytrynowka.jpg | grep -i quality JPEG-Quality: 94 -- Pozdrawiam Przemysław Sobala Senior Multimedia Software Developer IT / Common Infra

Re: [FFmpeg-user] Converting a 23.98p source to 29.97i ProRes w/interlaced 3:2 pulldown?

2015-10-28 Thread Mel Matsuoka
> On Oct 27, 2015, at 1:30 AM, Carl Eugen Hoyos wrote: > > On Tuesday 27 October 2015 12:03:33 pm Carl Eugen Hoyos wrote: >> Mel Matsuoka gmail.com> writes: >>> I had to add the "setfield" filter in order to >>> flag the UFF field order in the encoded ProRes >>> (Final Cut Pro was still interpr

Re: [FFmpeg-user] Specify FC instead of mono‏

2015-10-28 Thread Kevin Wells
> Date: Tue, 27 Oct 2015 17:42:35 +0100 > From: barsn...@gmx.net > To: ffmpeg-user@ffmpeg.org > Subject: Re: [FFmpeg-user] Specify FC instead of mono‏ > > On Tue, Oct 27, 2015 at 14:17:45 +, Kieran O Leary wrote: > > Perhaps mediatrace would be worth a shot? https://mediaarea.net/mediatrace/ >