Skip to content
Snippets Groups Projects
  1. May 04, 2022
  2. Apr 13, 2022
  3. Oct 07, 2021
  4. Sep 12, 2021
  5. Sep 11, 2021
  6. Jul 02, 2020
  7. Nov 15, 2019
  8. Jan 25, 2019
  9. Jun 17, 2018
  10. Jan 28, 2018
  11. Nov 21, 2017
  12. Oct 10, 2017
  13. Oct 08, 2017
  14. Oct 07, 2017
  15. Oct 06, 2017
    • Tobias Rapp's avatar
      avfilter/vf_fps: add eof_action filter option · 62bdec80
      Tobias Rapp authored
      
      Allows to specify the action to be performed when reading the last frame
      from the internal FIFO buffer. By default the last frame is written to
      filter output depending on the timestamp rounding method. When using
      "pass" action the last frame is passed through if input duration
      has not been reached yet.
      
      Examples using an input file with 25Hz, 1.4sec duration:
       - "fps=fps=1:round=near" generates an output file of 1sec
       - "fps=fps=1:round=near:eof_action=pass" generates an output file of
         2sec
      
      Signed-off-by: default avatarTobias Rapp <t.rapp@noa-archive.com>
      62bdec80
  16. Oct 05, 2017
Loading