Re: [FFmpeg-user] Samsung HT-D330K codec issue

2017-01-05 Thread James Darnley
On 2017-01-05 22:26, Moritz Barsnick wrote: > * -b:a 4M # restrict the video bitrate to 4 Mbit/s I would suggest -vb (or -b:v in the modern parlance) to set the video bitrate. signature.asc Description: OpenPGP digital signature ___

Re: [FFmpeg-user] Samsung HT-D330K codec issue

2017-01-05 Thread Moritz Barsnick
On Thu, Jan 05, 2017 at 15:15:47 +0200, Mike Stroud wrote: > Filename: WMV / DivX > File Extension: WMV / AVI > Bitrate: 4Mbps > Version: V1, V2, V3, V7 / DivX3.11 - DivX5.1 > Pixel: 720x480 > Sampling Frequency: 44.1 KHz - 48KHz > > ...none of which means a lot to me! File extension are the

Re: [FFmpeg-user] does flv support the metadata of rotation as mov ?

2017-01-05 Thread Moritz Barsnick
On Thu, Jan 05, 2017 at 15:08:09 +0800, qw wrote: > I have read the source code of movenc.c, which supports the metadata > of rotation. Does flv support 'rotation' like mov? From what I read in the FLV specification:

Re: [FFmpeg-user] Stream UDP Multicast from Image

2017-01-05 Thread Moritz Barsnick
On Tue, Jan 03, 2017 at 17:56:37 -0200, Welisson Tomé wrote: > Here you go the report from ffmpeg output. > http://pastebin.com/u8dKf8MJ I asked you to post it here, but ... oh well. > ffmpeg version N-44806-g3553b81- http://johnvansickle.com/ffmpeg/ Copyright > (c) 2000-2015 the FFmpeg

[FFmpeg-user] Samsung HT-D330K codec issue

2017-01-05 Thread Mike Stroud
Hello all, I am having problems creating MP4s and AVIs to copy to a USB stick and then play on my old Samsung HT-D330K Home Theatre system. I am running Ubuntu 16.10 64bit on an HP laptop. The USB documentation for the Samsung tell me the following: Filename: WMV / DivX File Extension: WMV /

Re: [FFmpeg-user] OpenEXR input with cropped data window produces black output

2017-01-05 Thread Kevin Wheatley
As a partial fix I've submitted a patch here: https://ffmpeg.org/pipermail/ffmpeg-devel/2017-January/205267.html That fixes the simple cases. Kevin ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To

Re: [FFmpeg-user] does flv support the metadata of rotation as mov ?

2017-01-05 Thread Steven Liu
2017-01-05 15:08 GMT+08:00 qw : > Hi, > > > I have read the source code of movenc.c, which supports the metadata of > rotation. Does flv support 'rotation' like mov? > what do you want to do in flv use rotation? Is that a usual attribute? > > > Thanks! > > > Regards > > >