Unnesacary
This commit is contained in:
parent
cdb2585c8a
commit
583dfc4608
2 changed files with 2 additions and 3 deletions
1
index.js
1
index.js
|
@ -42,7 +42,6 @@ app.post("/convert", uploads.single("files"), (req, res) => {
|
|||
|
||||
const ffmpegProcess = cp.spawn(ffmpeg, [
|
||||
'-i', file.path,
|
||||
'-preset', preset,
|
||||
'-f', format,
|
||||
'-loglevel', 'error',
|
||||
'-movflags', 'frag_keyframe+empty_moov',
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
<input name="files" type="file" accept="video/*, audio/*">
|
||||
</div>
|
||||
|
||||
<div class="setting">
|
||||
<!-- <div class="setting">
|
||||
<p>Quality:</p>
|
||||
<select required id="preset" name="preset">
|
||||
<option value="ultrafast">Ultra Fast (Lowest)</option>
|
||||
|
@ -38,7 +38,7 @@
|
|||
<option value="veryslow">Very Slow (Highest)</option>
|
||||
</select>
|
||||
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<div class="setting">
|
||||
<p>Format:</p>
|
||||
|
|
Loading…
Reference in a new issue