Re: [FFmpeg-user] Ffmpeg Concat Images failure

2016-07-09 Thread Andrew Bobulsky
On Sat, Jul 9, 2016 at 11:54 AM, Vivek Jain wrote: > hey Nicolas/Cley, > > Thanks for correction. Image formats were getting destroyed due to some > optimisations/compressions done on them via a 3rd party service. > Would you know if ffmpeg provides any utility to convert a pdf into images > which

Re: [FFmpeg-user] Ffmpeg Concat Images failure

2016-07-09 Thread Nicolas George
Le duodi 22 messidor, an CCXXIV, Vivek Jain a écrit : > Thanks for correction. Image formats were getting destroyed due to some > optimisations/compressions done on them via a 3rd party service. > Would you know if ffmpeg provides any utility to convert a pdf into images > which could then be fed t

Re: [FFmpeg-user] Ffmpeg Concat Images failure

2016-07-09 Thread Vivek Jain
hey Nicolas/Cley, Thanks for correction. Image formats were getting destroyed due to some optimisations/compressions done on them via a 3rd party service. Would you know if ffmpeg provides any utility to convert a pdf into images which could then be fed to create slideshow video? On Sat, Jul 9, 2

Re: [FFmpeg-user] Ffmpeg Concat Images failure

2016-07-09 Thread Vivek Jain
Thank you Nicolas and Cley. Much appreciate your help.. On Sat, Jul 9, 2016 at 7:04 PM, Nicolas George wrote: > Le duodi 22 messidor, an CCXXIV, Cley Faye a écrit : > > > Below is the output. I see the below 2 files which errors out are PNG > > > whereas others are JPEG. I guess that's an issue?

Re: [FFmpeg-user] Ffmpeg Concat Images failure

2016-07-09 Thread Nicolas George
Le duodi 22 messidor, an CCXXIV, Cley Faye a écrit : > > Below is the output. I see the below 2 files which errors out are PNG > > whereas others are JPEG. I guess that's an issue? > > I'm still learning about ffmpeg, but what I know is that concat expect all > the files to have roughly the same l

Re: [FFmpeg-user] Ffmpeg Concat Images failure

2016-07-09 Thread Cley Faye
2016-07-09 14:39 GMT+02:00 Vivek Jain : > Below is the output. I see the below 2 files which errors out are PNG > whereas others are JPEG. I guess that's an issue? > ​I'm still learning about ffmpeg, but what I know is that concat expect all the files to have roughly the same layout and codecs. A

Re: [FFmpeg-user] Ffmpeg Concat Images failure

2016-07-09 Thread Vivek Jain
Hi Nicholas, Below is the output. I see the below 2 files which errors out are PNG whereas others are JPEG. I guess that's an issue? Viveks-MacBook-Pro:imagified Vivek$ file out_* out_1.png: JPEG image data, JFIF standard 1.01 out_10.png: PNG image data, 3000 x 2250, 8-bit/color RGB, non-inter

Re: [FFmpeg-user] Ffmpeg Concat Images failure

2016-07-09 Thread Nicolas George
Le duodi 22 messidor, an CCXXIV, Vivek Jain a écrit : > I am trying to create video from images using concat option. It fails for > some images, below is the detail. I have tried exploring a lot on this but > no luck.. > [mjpeg @ 0x7fbc0b008a00] invalid id 2306kB time=00:00:05.72 > bitrate=1

Re: [FFmpeg-user] Ffmpeg Concat Images failure

2016-07-09 Thread Vivek Jain
Hey Cley, PFB entire output. The duration thing has been working... ffmpeg -y -safe 0 -i input_orig.txt -i song.mp3 -c:a copy -pix_fmt yuv444p -shortest mashup.mp4 ffmpeg version 3.0.2 Copyright (c) 2000-2016 the FFmpeg developers built with Apple LLVM version 7.3.0 (clang-703.0.29) config

Re: [FFmpeg-user] Ffmpeg Concat Images failure

2016-07-09 Thread Cley Faye
2016-07-09 6:43 GMT+02:00 Vivek Jain : > Please let me know if entire output or actual images are needed.. Much > thanks... > ​Entire output is always a good idea. Also, I'm not sure, but I don't think 'duration' is used that way in a concat file. Complete output might confirm this. _