1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-21 18:02:35 +01:00

make description a bit better

This commit is contained in:
Mikael Finstad 2019-01-12 21:14:02 +00:00
parent 4491c97102
commit dc04cee6b5

View File

@ -337,7 +337,7 @@ class App extends React.Component {
return video.play().catch((err) => {
console.log(err);
if (err.name === 'NotSupportedError') {
alert('This video format or codec is not supported. Try to convert it to a friendly format/codec in the player from the "File" menu.');
alert('This video format or codec is not supported. Try to convert it to a friendly format/codec in the player from the "File" menu. Note that this will only create a temporary, low quality encoded file used for previewing your cuts, and will not affect the final cut. The final cut will still be lossless. Audio is also removed to make it faster, but only in the preview.');
}
});
}