Skip to content
Snippets Groups Projects
  1. Jul 10, 2015
  2. Jun 26, 2015
  3. Jun 22, 2015
  4. Jun 10, 2015
  5. Jun 05, 2015
  6. May 20, 2015
  7. May 16, 2015
  8. Apr 30, 2015
  9. Apr 08, 2015
  10. Mar 30, 2015
  11. Mar 23, 2015
  12. Mar 22, 2015
  13. Mar 08, 2015
  14. Mar 03, 2015
  15. Feb 26, 2015
  16. Feb 24, 2015
  17. 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
  18. Feb 05, 2015
  19. Jan 08, 2015
  20. Jan 03, 2015
  21. Dec 31, 2014
  22. Dec 26, 2014
  23. Dec 02, 2014
  24. Dec 01, 2014
  25. Nov 15, 2014
  26. Oct 29, 2014
  27. Oct 06, 2014
  28. Sep 27, 2014
  29. Sep 11, 2014
  30. Sep 01, 2014
  31. Aug 31, 2014
  32. Aug 28, 2014
  33. Aug 15, 2014
  34. Jul 29, 2014
  35. Jul 04, 2014
Loading