#9447: avfilter/vf_v360 interprets commands as relative rotation offsets
------------------------------------+------------------------------------
Reporter: Saul Baker | Owner: (none)
Type: defect | Status: closed
Priority: normal | Component: avfilter
Version: git-master | Resolution: invalid
Keywords: v360 | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
------------------------------------+------------------------------------
Comment (by Saul Baker):
Replying to [comment:13 Elon Musk]:
> Also working on v360_opencl implementation for decent GPUs thus it will
be much faster than CPU implementation.
Wonderful, the later optimizations you put into the CPU version have been
a blazing transformation - I used to set the resolution way down low for
using this interactively but the new release that's not even needed -
can't wait to see how this runs accelerated!
> I added reset_rot option, it basically allows to rotate absolutely if
you set it after each rotation, have not checked how it will work with
your sendcmd usage.
Thank you '''so''' much for your energies on this! To my eye perhaps
inside process_command:
{{{L:4965 s->reset_rot = 0;}}}
is always assigned before it encounters
{{{L:4971 if (s->reset_rot)}}}
So it never reaches the insides of that if block? Hunting down a build
now!
--
Ticket URL: <https://trac.ffmpeg.org/ticket/9447#comment:14>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".