You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: public/index.html
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@
51
51
-->
52
52
</body>
53
53
<footerid="footer" hidden="true">
54
-
This site is created using the awesome <ahref="https://ffmpegwasm.netlify.app">ffmpeg.wasm</a> - a WebAssembly port of <ahref="https://ffmpeg.org/">FFmpeg</a> (which enables the whole local conversion). <br> and <ahref="https://create-react-app.dev">create-react-app</a>
54
+
This site is created using the awesome <ahref="https://ffmpegwasm.netlify.app">ffmpeg.wasm</a> - a WebAssembly port of <ahref="https://ffmpeg.org/">FFmpeg</a> (which enables the whole local conversion). <br> and <ahref="https://create-react-app.dev">create-react-app</a><br>
55
+
all the source code can be found in my <ahref="https://github.com/matan-h/private-convert">github</a>
// console.log(`resetting outputFiles from [${outputFiles}] to []`);
@@ -113,7 +113,7 @@ const App: React.FC = () => {
113
113
constmimetype: string=ConvertOptions[output_ext].mimetype;// the first in the list is the default
114
114
constnewOutputFiles=[];
115
115
constverifyFFmpegWorking=()=>{// we cannot use progress value here since react save the state, so it always be zero
116
-
if(ProgressBarRef.current?.value===0){consts=("ffmpeg not returning any progress in 8 seconds. maybe your browser killed it. if it continue to be on 0%, please reload");setErrorMessage(s)}
116
+
if(ProgressBarRef.current?.value===0){consts=("ffmpeg not returning any progress in 8 seconds. maybe your browser killed it. if it continue to be on 0%, please reload");setErrorMessage(s)}
0 commit comments