1. 24 5月, 2014 1 次提交
    • S
      fix typo · 3c2be4ee
      shousa 提交于
      fix typo
      3c2be4ee
  2. 22 5月, 2014 8 次提交
  3. 21 5月, 2014 5 次提交
    • J
      libobs: Move API version info to obs-config.h · 3a850e67
      jp9000 提交于
      This way it doesn't interfere with any actual relevant commits related
      to obs.h.
      3a850e67
    • J
      Update core to 0.2.4 · bba6848c
      jp9000 提交于
      bba6848c
    • J
      UI: Add FLV file output (sharing encoders) · 00086f08
      jp9000 提交于
      Implement the 'file path' in output settings, and implement the 'start
      recording' button, though for the time being I'm just going to make it
      use a directory rather than allow custom file names.
      
      This file output will actually share the video and audio encoder with
      the stream.
      
      I don't really know what to do about MP4 -- I don't really like the idea
      of saving directly in the program, if you do and the program crashes,
      that MP4 file is lost.  I'm contemplating making some sort of mp4 output
      process stub.  So no MP4 file output for the time being.
      
      If you need MP4, just remux it with FFmpeg:
      
      ffmpeg -i flv_file.flv -acodec copy -vcodec copy mp4_file.mp4
      00086f08
    • J
      UI: Add function to generate time/date filenames · 52ddee97
      jp9000 提交于
      52ddee97
    • J
      UI: Add function to find default video save path · 765ac2a7
      jp9000 提交于
      On windows this will return the documents\video directory, but on
      linux/mac it'll just return $HOME for the time being because I don't
      know if there really are any other appropriate adequate paths to use.
      Perhaps someone else can be willing to fill this in if they wish.
      765ac2a7
  4. 20 5月, 2014 4 次提交
  5. 19 5月, 2014 5 次提交
  6. 17 5月, 2014 4 次提交
  7. 16 5月, 2014 8 次提交
  8. 15 5月, 2014 5 次提交