Closed GoogleCodeExporter closed 8 years ago
Thanks for the report, Ill fix the sigfpe although the file is not readable
nonetheless
Original comment by baptiste...@gmail.com
on 5 Jun 2014 at 6:31
FYI the attached image is in JPEG2000 format, it will open in Photoshop.
Original comment by andrew.e...@gmail.com
on 11 Jun 2014 at 4:47
ffmbc does not support j2c
Original comment by baptiste...@gmail.com
on 11 Jun 2014 at 4:56
To my understanding
ffmbc without libopenjpeg does not JPEG2000.
But ffmbc can support JPEG2000 when it is compiled with --enable-libopenjpeg
In my case, I have compiled with the above option.
In the attachment '2-intended command', it actually works. It take j2c and it
become a MOV file:
ffmbc -v 3 -r 24000/1001 -f image2 -vcodec libopenjpeg -i
V1-0001_P1160144.00102984.j2c -vcodec dnxhd -vb 175M -vf scale="1920:1080"
-pix_fmt yuv422p10le -r 24000/1001 ffmbc-dnxhd.mov
For the problem segfault command:
ffmbc -v 3 -f image2 -i V1-0001_P1160144.00102984.j2c -vcodec dnxhd -vb 175M
-vf scale=-1:1080 test.mov
-vcodec libopenjpeg is not provided, so I think ffmbc do not know the source
image is in jpeg2000 format.
Original comment by mpatd...@gmail.com
on 11 Jun 2014 at 5:16
ffmbc -v 3 -f image2 -vcodec libopenjpeg -i V1-0001_P1160144.00102984.j2c
Should work with 0.7.2
Original comment by baptiste...@gmail.com
on 22 Dec 2014 at 3:53
Original comment by baptiste...@gmail.com
on 22 Dec 2014 at 3:53
Original issue reported on code.google.com by
mpatd...@gmail.com
on 4 Jun 2014 at 4:43Attachments: