Re: [FFmpeg-user] Introduction and problem with decoding DCP (jpeg2000 wrapped in MXF)

2014-10-23 Thread Mitch Crane
On Thu, Oct 23, 2014 at 7:41 PM, Carles Vila wrote: > Hi Carl, > > You can download a short sample here: http://we.tl/KH56sHWuZs I downloaded the file and use the following command line: ffmpeg -i 177d8c52-e30d-4b52-8f77-7e7a25e13a79_j2c.mxf -s 1920*1080 -vcodec prores -profile:v 3 -an OUTPUT.mo

Re: [FFmpeg-user] Introduction and problem with decoding DCP (jpeg2000 wrapped in MXF)

2014-10-23 Thread Carles Vila
Hi Carl, You can download a short sample here: http://we.tl/KH56sHWuZs I followed the instructions at http://olitee.com/2014/02/ffmpeg-convert-dcp-quicktime/ Thanks for looking at it. Thanks On 23 October 2014 23:21, Carl Eugen Hoyos wrote: > Carles Vila gmail.com> writes: > > > Now I'm try

Re: [FFmpeg-user] Introduction and problem with decoding DCP (jpeg2000 wrapped in MXF)

2014-10-23 Thread Carl Eugen Hoyos
Carles Vila gmail.com> writes: > Now I'm trying with another DCP, but ffmpeg fails to > see that the mxf is in XYZ, but sees RGB. Please provide the sample. For future questions: Please do not cut the console output, always provide the first 50 and the last 50 lines. Carl Eugen ___

Re: [FFmpeg-user] Automatic encoding of .ts files gives an inexplicable delay after muxing

2014-10-23 Thread Carl Eugen Hoyos
marsupilami elitemail.org> writes: > Here's the command lines I've been using What's wrong with the following? $ ffmpeg -i file.ts -vf yadif -vcodec libx264 -acodec ac3 out.mkv (You have to add the remaining options you need.) If this doesn't work, please provide the actual command line you us

Re: [FFmpeg-user] [Parsed_amerge_145 0x283dba0] Too many channels (max 32)

2014-10-23 Thread Carl Eugen Hoyos
Eugene Dzhurinsky gmail.com> writes: > [Parsed_amerge_1450x283dba0] Too many channels (max 32) Is there a real disadvantage if you do it in two steps? Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listin

[FFmpeg-user] [Parsed_amerge_145 @ 0x283dba0] Too many channels (max 32)

2014-10-23 Thread Eugene Dzhurinsky
Hello! I'm trying to merge 27 audio files into the single one. The command line is: ffmpeg -y -i d1544954e748a6447a8d22ce.mp3 -i d1544954e748a6447a8d22ce.mp3 -i d6544954e37ef008993e45e3.mp3 -i d7544954609cf87b2747bfac.mp3 -i da54495442d9c0a51a42ae9c.mp3 -i db544954cf02f738639e.mp3 -i dc54

Re: [FFmpeg-user] ffmpeg Gopro and server

2014-10-23 Thread Andrey Utkin
2014-10-23 21:02 GMT+04:00 Francesco Menegoni : > Hi, > > a newbie here, interested in setting up a server for encoding sport movies > (GoPro files) in order to stream them. > Input format will be MPEG4 h.264 in different formats: 1080p, 960p, 720p > > Output format (I am still studying it, any su

[FFmpeg-user] Automatic encoding of .ts files gives an inexplicable delay after muxing

2014-10-23 Thread marsupilami
Hello, I'm experiencing a weird problem which I will try to describe in the following post. Currently, I'm writing a perl script for automatic encoding of MPEG-TS files using ffmpeg and x264. I'm having ffmpeg apply video filters like resize, deinterlace and so on and am then sending the output t

[FFmpeg-user] ffmpeg Gopro and server

2014-10-23 Thread Francesco Menegoni
Hi, a newbie here, interested in setting up a server for encoding sport movies (GoPro files) in order to stream them. Input format will be MPEG4 h.264 in different formats: 1080p, 960p, 720p Output format (I am still studying it, any suggestions are welcome ^__^) should be: - MPEG4 h.264 720p @

[FFmpeg-user] Introduction and problem with decoding DCP (jpeg2000 wrapped in MXF)

2014-10-23 Thread Carles Vila
Hi all, This is my first message, nice to meet you all. We've been using ffmpeg and ffmbc in our small postproduction company for quite some time. We use it for many tasks. I remember having used ffmpeg to convert a picture mxf from a DCP to ProRes. ffmpeg detected the XYZ colorspace fine and conv

Re: [FFmpeg-user] MP3 enconding bitrate

2014-10-23 Thread Paulo Fidalgo
OK, I understand your point, but encoding with lame, instead of ffmpeg results in a file which don't pass the 320 Kbps. Also in the documentation we have a table of equivalence between ffmpeg and lame options: https://trac.ffmpeg.org/wiki/Encode/MP3 which will induce the users in error becau