Re: [FFmpeg-user] Does v360 filter support dewarping circular fisheye images?

2020-12-24 Thread thongtm2
Thanks, Paul and Michael, your answers help me a lot. To Michael, you are correct. I have a normal fisheye mounted to the ceiling. ih_fov and iv_fov must be 180 degrees. Your command worked perfectly. To Paul, at first, I have a little confused between the specification along with the camera and

Re: [FFmpeg-user] https://github.com/BtbN/FFmpeg-Builds/releases guidance needed

2020-12-24 Thread Mark Filipak (ffmpeg)
Never mind. I figured it out based on the sizes of the 'exe' files. I downloaded 'ffmpeg-N-100461-gb0a882cc93-win64-gpl-vulkan.zip'. On 12/24/2020 06:23 AM, Gyan Doshi wrote: On 24-12-2020 02:33 pm, Mark Filipak (ffmpeg) wrote: Here: https://github.com/BtbN/FFmpeg-Builds/releases are the

Re: [FFmpeg-user] https://github.com/BtbN/FFmpeg-Builds/releases guidance needed

2020-12-24 Thread Mark Filipak (ffmpeg)
On 12/24/2020 06:23 AM, Gyan Doshi wrote: On 24-12-2020 02:33 pm, Mark Filipak (ffmpeg) wrote: Here: https://github.com/BtbN/FFmpeg-Builds/releases are these: ffmpeg-N-100459-ga7f9b3b954-win64-gpl-shared-vulkan.zip ffmpeg-N-100459-ga7f9b3b954-win64-gpl-shared.zip ffmpeg-N-100459-ga7f9b3b954-wi

Re: [FFmpeg-user] PNGs with transparent pixels to GIF

2020-12-24 Thread Tom Sparks
On 24/12/2020, Carl Eugen Hoyos wrote: > Am So., 20. Dez. 2020 um 07:17 Uhr schrieb Tom Sparks > : >> >> On 20/12/2020, vallance via ffmpeg-user wrote: > >> > I'm trying to create a GIF from an image sequence of PNGs with >> > transparent >> > pixels, but these transparent pixels convert to black

Re: [FFmpeg-user] Does v360 filter support dewarping circular fisheye images?

2020-12-24 Thread Michael Koch
Am 24.12.2020 um 13:51 schrieb Paul B Mahol: On Thu, Dec 24, 2020 at 12:25 PM Michael Koch wrote: Am 24.12.2020 um 10:42 schrieb thongtm2: I have a fisheye camera (360 degrees in horizontal & 180 degrees in vertical). Is it possible to use v360 filter to dewarp circular fisheye images to sing

Re: [FFmpeg-user] Does v360 filter support dewarping circular fisheye images?

2020-12-24 Thread Paul B Mahol
On Thu, Dec 24, 2020 at 12:25 PM Michael Koch wrote: > Am 24.12.2020 um 10:42 schrieb thongtm2: > > I have a fisheye camera (360 degrees in horizontal & 180 degrees in > > vertical). Is it possible to use v360 filter to dewarp circular fisheye > > images to single perspective images (flatten fish

Re: [FFmpeg-user] Couple of questions about GIFs

2020-12-24 Thread Carl Eugen Hoyos
Am So., 20. Dez. 2020 um 20:18 Uhr schrieb MediaMouth : > 2 - My experience with GIFs is there is little (or no?) ability to control > the quality vs file size tradeoffs. > i.e. If you want a high res GIF, you necessarily will have a large file size > (In contrast to, say, JPGs or MP4s where you

Re: [FFmpeg-user] PNGs with transparent pixels to GIF

2020-12-24 Thread Carl Eugen Hoyos
Am So., 20. Dez. 2020 um 07:17 Uhr schrieb Tom Sparks : > > On 20/12/2020, vallance via ffmpeg-user wrote: > > I'm trying to create a GIF from an image sequence of PNGs with transparent > > pixels, but these transparent pixels convert to black in the resulting GIF. > > I'm using the following com

Re: [FFmpeg-user] PNG images to avi - transparency issue

2020-12-24 Thread Carl Eugen Hoyos
Am Mi., 23. Dez. 2020 um 06:18 Uhr schrieb Gopi Nath : > i am trying to convert png images to avi which is working fine, but the > video is not showing the background transparency (png images has) > > this is what my statement > ffmpeg -r 30 -start_number 1 -f image2 -i "imagespath" -y -pix_fmt yu

Re: [FFmpeg-user] HEVC trouble

2020-12-24 Thread Carl Eugen Hoyos
Am Do., 24. Dez. 2020 um 12:34 Uhr schrieb Michael Koch : > > Am 24.12.2020 um 12:18 schrieb Carl Eugen Hoyos: > > Am Mi., 23. Dez. 2020 um 16:42 Uhr schrieb Michael > > : > > > >> Still trying to export an HEVC 4096x2048 file with copied audio @100Mbps > >> from ProRes 422 HQ of same size and fram

Re: [FFmpeg-user] https://github.com/BtbN/FFmpeg-Builds/releases guidance needed

2020-12-24 Thread Carl Eugen Hoyos
Am Do., 24. Dez. 2020 um 10:07 Uhr schrieb Mark Filipak (ffmpeg) : > https://github.com/BtbN/FFmpeg-Builds/releases There apparently is a support page: https://github.com/BtbN/FFmpeg-Builds/issues Generally, neither your cpu nor your gpu matter, if you don't plan to redistribute, use gpl. Merry

Re: [FFmpeg-user] HEVC trouble

2020-12-24 Thread Michael Koch
Am 24.12.2020 um 12:18 schrieb Carl Eugen Hoyos: Am Mi., 23. Dez. 2020 um 16:42 Uhr schrieb Michael : Still trying to export an HEVC 4096x2048 file with copied audio @100Mbps from ProRes 422 HQ of same size and frame rate. You cannot put pcm in mp4, this is not a limitation of FFmpeg. Use the

Re: [FFmpeg-user] Does v360 filter support dewarping circular fisheye images?

2020-12-24 Thread Michael Koch
Am 24.12.2020 um 10:42 schrieb thongtm2: I have a fisheye camera (360 degrees in horizontal & 180 degrees in vertical). Is it possible to use v360 filter to dewarp circular fisheye images to single perspective images (flatten fisheye images)? I've tried many options but the results were not as I

Re: [FFmpeg-user] HEVC trouble

2020-12-24 Thread Carl Eugen Hoyos
Am Mi., 23. Dez. 2020 um 16:42 Uhr schrieb Michael : > Still trying to export an HEVC 4096x2048 file with copied audio @100Mbps > from ProRes 422 HQ of same size and frame rate. You cannot put pcm in mp4, this is not a limitation of FFmpeg. Use the mov container. Merry Christmas, Carl Eugen ___

Re: [FFmpeg-user] https://github.com/BtbN/FFmpeg-Builds/releases guidance needed

2020-12-24 Thread Gyan Doshi
On 24-12-2020 02:33 pm, Mark Filipak (ffmpeg) wrote: Here: https://github.com/BtbN/FFmpeg-Builds/releases are these: ffmpeg-N-100459-ga7f9b3b954-win64-gpl-shared-vulkan.zip ffmpeg-N-100459-ga7f9b3b954-win64-gpl-shared.zip ffmpeg-N-100459-ga7f9b3b954-win64-gpl-vulkan.zip ffmpeg-N-100459-ga7f9b3b

Re: [FFmpeg-user] Does v360 filter support dewarping circular fisheye images?

2020-12-24 Thread Paul B Mahol
On Thu, Dec 24, 2020 at 10:43 AM thongtm2 wrote: > I have a fisheye camera (360 degrees in horizontal & 180 degrees in > vertical). Is it possible to use v360 filter to dewarp circular fisheye > images to single perspective images (flatten fisheye images)? I've tried > many options but the result

[FFmpeg-user] Does v360 filter support dewarping circular fisheye images?

2020-12-24 Thread thongtm2
I have a fisheye camera (360 degrees in horizontal & 180 degrees in vertical). Is it possible to use v360 filter to dewarp circular fisheye images to single perspective images (flatten fisheye images)? I've tried many options but the results were not as I expected. Below command is one of them: ff

[FFmpeg-user] https://github.com/BtbN/FFmpeg-Builds/releases guidance needed

2020-12-24 Thread Mark Filipak (ffmpeg)
Here: https://github.com/BtbN/FFmpeg-Builds/releases are these: ffmpeg-N-100459-ga7f9b3b954-win64-gpl-shared-vulkan.zip ffmpeg-N-100459-ga7f9b3b954-win64-gpl-shared.zip ffmpeg-N-100459-ga7f9b3b954-win64-gpl-vulkan.zip ffmpeg-N-100459-ga7f9b3b954-win64-gpl.zip ffmpeg-N-100459-ga7f9b3b954-win64-lgpl