UI: Add warning about recording to mp4 format

This commit is contained in:
derrod
2017-02-04 18:47:44 +01:00
parent a18ac427ff
commit f7be55e451
2 changed files with 29 additions and 9 deletions

View File

@@ -649,3 +649,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)"