Skip to content
Snippets Groups Projects
  1. Jul 29, 2015
  2. Jul 24, 2015
  3. Jul 22, 2015
  4. Jul 21, 2015
  5. Jul 20, 2015
  6. Jul 15, 2015
  7. Jul 11, 2015
  8. Jul 10, 2015
  9. Jun 26, 2015
  10. Jun 22, 2015
  11. Jun 10, 2015
  12. Jun 05, 2015
  13. May 20, 2015
  14. May 16, 2015
  15. Apr 30, 2015
  16. Apr 08, 2015
  17. Mar 30, 2015
  18. Mar 23, 2015
  19. Mar 22, 2015
  20. Mar 08, 2015
  21. Mar 03, 2015
  22. Feb 26, 2015
  23. Feb 24, 2015
  24. Feb 20, 2015
    • Rémi Denis-Courmont's avatar
      cycle: initial support for splitting stream output in time (refs #561) · c599964d
      Rémi Denis-Courmont authored
      Example:
       #cycle{duration=20m,
              dst=std{mux=ts,access=file,dst=sport.ts},   duration=5m},
              dst=std{mux=ts,access=file,dst=weather.ts}, duration=5m}
      
      Skips 20 minutes, then records 5 minutes to sport.ts, then 5 more
      minutes to weather.ts and restarts.
      
      "duration" specifies the duration of the previous phase
      "offset"   specifies the offset at which the previous phase ends
                 and the next phase begins
                 (mutually exclusive with duration)
      "dst"      specifies the stream output chain for the phase
                 (if missing, the phase is skipped/discarded)
      
      Durations and offsets are so far expressed as an integer, optionally
      followed by a unit: w=week, d=day, h=hour, m=minute, s=second. Second
      is the default.
      
      Currently only the decoding time stamp can be used as a reference, but
      adding local or UTC clocks should be relatively easy.
      
      ES synchronization and reference frames management is left for
      further study.
      c599964d
  25. Feb 05, 2015
  26. Jan 08, 2015
  27. Jan 03, 2015
  28. Dec 31, 2014
  29. Dec 26, 2014
  30. Dec 02, 2014
  31. Dec 01, 2014
  32. Nov 15, 2014
  33. Oct 29, 2014
  34. Oct 06, 2014
  35. Sep 27, 2014
Loading