[FFmpeg-user] MPEG-DASH

2018-04-09 Thread Jeff Jones
I'm trying to decipher the documentation to create a manifest for a series of mpeg-dash files. I've created the h.264 encoded videos and the aac encoded audio file. It is't real clear on how to create the manifest file associated with this format. There are a few examples for webm formatted

Re: [FFmpeg-user] Convert images to DNXHD 444

2018-04-09 Thread Gonzalo Garramuño
El 09/04/18 a las 15:29, Matt Kitcat escribió: ffmpeg -r 23.976 -i C:\Users\Matt\Desktop\Newfolder\104_0020gn_01_X1_0%3d.tif -c:v dnxhd -profile:v dnxhr_444  -s 1920x1080 -r 23.976  -y C:\Users\Matt\Desktop\Newfolder\bt.mov This creates a file similar to quicktime export setting:

Re: [FFmpeg-user] Convert images to DNXHD 444

2018-04-09 Thread Wayne Poll
> -Original Message- > From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of Matt > Kitcat > Sent: Tuesday, 10 April 2018 9:17 > To: FFmpeg user questions > Subject: Re: [FFmpeg-user] Convert images to DNXHD 444 > > Hi Wayne > Can you expand on that a little, or perhaps

Re: [FFmpeg-user] Convert images to DNXHD 444

2018-04-09 Thread Wayne Poll
> -Original Message- > From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of Matt > Kitcat > Sent: Tuesday, 10 April 2018 6:30 > To: FFmpeg user questions > Subject: Re: [FFmpeg-user] Convert images to DNXHD 444 > > ffmpeg -r 23.976 -i >

Re: [FFmpeg-user] x-axis range of drawgraph picture mode

2018-04-09 Thread Dave Rice
> On Apr 9, 2018, at 4:12 PM, Dave Rice wrote: > > Hi ffmpeg-user, > > I’m using drawgraph with slide=picture in order to make some still images of > audiovisual metrics upon a timeline. I’d like to use drawgraph and drawtext > in order to overlay some x-axis markers and

[FFmpeg-user] x-axis range of drawgraph picture mode

2018-04-09 Thread Dave Rice
Hi ffmpeg-user, I’m using drawgraph with slide=picture in order to make some still images of audiovisual metrics upon a timeline. I’d like to use drawgraph and drawtext in order to overlay some x-axis markers and label the timeline; however I’m unclear how the x-axis is represented in this

Re: [FFmpeg-user] Convert images to DNXHD 444

2018-04-09 Thread Matt Kitcat
ffmpeg -r 23.976 -i C:\Users\Matt\Desktop\Newfolder\104_0020gn_01_X1_0%3d.tif -c:v dnxhd -profile:v dnxhr_444 -s 1920x1080 -r 23.976 -y C:\Users\Matt\Desktop\Newfolder\bt.mov This creates a file similar to quicktime export setting: 1080/23.976 DNxHD 444 10 bit ffmpeg reports Supported

Re: [FFmpeg-user] Convert images to DNXHD 444

2018-04-09 Thread Gonzalo Garramuño
El 09/04/18 a las 14:38, Matt Kitcat escribió: Hi All I have been trying to convert an image sequence (16 bit tiff) to DNXHD 444. It can be done with Quicktime pro on Windows but I have completely failed with ffmpeg. ffmpeg -r 23.976 -i

[FFmpeg-user] Convert images to DNXHD 444

2018-04-09 Thread Matt Kitcat
Hi All I have been trying to convert an image sequence (16 bit tiff) to DNXHD 444. It can be done with Quicktime pro on Windows but I have completely failed with ffmpeg. ffmpeg -r 23.976 -i C:\Users\Matt\Desktop\Newfolder\104_0020gn_01_X1_0%3d.tif -c:v dnxhd -profile:v 3 -s 1920x1080 -r

Re: [FFmpeg-user] ticket #6383

2018-04-09 Thread Phillipe Laterrade
Thank's Carl and Moritz, I was trying with last windows 64 bits static build, and mediaInfo still display a progressive scan type for the encoded file The input file type is a v210 avi file (@25 fps). Here 's my command line: -i input.avi -vcodec dvvideo -pix_fmt yuv420p -acodec pcm_s16le

Re: [FFmpeg-user] ticket #6383

2018-04-09 Thread Moritz Barsnick
On Mon, Apr 09, 2018 at 16:21:39 +0200, Phillipe Laterrade wrote: > Does anyone knows if an ffmpeg static version exists including the fix > documented in the ticket #6383 ? Yes, since that commit has been in the repo since last year, all builds from git master will include that fix. (No

Re: [FFmpeg-user] ticket #6383

2018-04-09 Thread Carl Eugen Hoyos
2018-04-09 16:21 GMT+02:00, Phillipe Laterrade : > Does anyone knows if an ffmpeg static version exists including > the fix documented in the ticket #6383 ? Every binary since December has the fix. Carl Eugen ___ ffmpeg-user

[FFmpeg-user] ticket #6383

2018-04-09 Thread Phillipe Laterrade
Hello guys, Does anyone knows if an ffmpeg static version exists including the fix documented in the ticket #6383 ? Kind regards. philippe-l ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org