goyuken
|
42c9a78047
|
Add FFmpegWriterForm, dialog choosing what ffmpeg format to write to
Fix some error handling and cleanup
|
2012-06-16 16:51:47 +00:00 |
goyuken
|
f69fc08012
|
Redesign a/v writer selection. A simple dialog is shown with a list of all IVideoWriter possibilities
|
2012-06-13 19:50:50 +00:00 |
goyuken
|
e1a3f687b5
|
NutMuxer.cs: add actual pts-based stream interleave code
FFmpegWriter.cs: use NutMuxer to create a muxed raw AV stream to send ffmpeg, so ffmpeg can output audio and video from a single stdin pipe
|
2012-06-13 17:22:45 +00:00 |
goyuken
|
966509858d
|
disable old debug code in FFmpegWriter.cs
|
2012-06-10 02:09:37 +00:00 |
goyuken
|
32d163e409
|
add FFmpegWriter, pipes data to ffmpeg for encoding. Only handles video directly; audio is saved as .wav file separately (via WaveWriterV).
ffmpeg parameters cannot be set at the moment, defaults to x264 rgb lossless in mkv
|
2012-06-10 00:53:19 +00:00 |