Merge pull request #787 from derrod/mp4-warning

UI: Add warning for recording to mp4 format
This commit is contained in:
Jim
2017-02-25 09:30:52 -08:00
committed by GitHub
2 changed files with 29 additions and 9 deletions

View File

@@ -687,3 +687,4 @@ SceneItemHide="Hide '%1'"
# Output warnings
OutputWarnings.NoTracksSelected="You must select at least one track"
OutputWarnings.MultiTrackRecording="Warning: Certain formats (such as FLV) do not support multiple tracks per recording"
OutputWarnings.MP4Recording="Warning: Recordings saved to MP4 will be unrecoverable if the file cannot be finalized (e.g. as a result of BSODs, power losses, etc.). If you want to record multiple audio tracks consider using MKV and remux the recording to mp4 after it is finished (File->Remux Recordings)"