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