name=one is unnecessary code

This commit is contained in:
Ashley Blewer 2017-10-18 17:14:22 -04:00
parent fa08a2dbe8
commit 8cce1275a8

View File

@ -66,7 +66,7 @@
<!-- Basic structure of an FFmpeg command -->
<label class="recipe" for="basic-structure">Basic structure of an FFmpeg command</label>
<input type="checkbox" name="one" id="basic-structure">
<input type="checkbox" id="basic-structure">
<div class="hiding">
<h3>Basic structure of an FFmpeg command</h3>
<p class="link"></p>
@ -91,7 +91,7 @@
<!-- Filtergraph explanation -->
<label class="recipe" for="filtergraphs">Filtergraphs</label>
<input type="checkbox" name="one" id="filtergraphs">
<input type="checkbox" id="filtergraphs">
<div class="hiding">
<h3>Filtergraphs</h3>
<p class="link"></p>
@ -125,7 +125,7 @@
<!-- Basic rewrap command -->
<label class="recipe" for="basic-rewrap">Basic rewrap command</label>
<input type="checkbox" name="one" id="basic-rewrap">
<input type="checkbox" id="basic-rewrap">
<div class="hiding">
<h3>Rewrap a file</h3>
<p class="link"></p>
@ -149,7 +149,7 @@
<!-- MKV to MP4 -->
<label class="recipe" for="mkv_to_mp4">Convert Matroska (MKV) to MP4</label>
<input type="checkbox" name="one" id="mkv_to_mp4">
<input type="checkbox" id="mkv_to_mp4">
<div class="hiding">
<h3>MKV to MP4</h3>
<p class="link"></p>
@ -175,7 +175,7 @@
<!-- Transcode to ProRes -->
<label class="recipe" for="to_prores">Transcode to deinterlaced Apple ProRes LT</label>
<input type="checkbox" name="one" id="to_prores">
<input type="checkbox" id="to_prores">
<div class="hiding">
<h3>Transcode into a deinterlaced Apple ProRes LT</h3>
<p class="link"></p>
@ -207,7 +207,7 @@
<!-- Transcode to H.264 -->
<label class="recipe" for="transcode_h264">Transcode to an H.264 access file</label>
<input type="checkbox" name="one" id="transcode_h264">
<input type="checkbox" id="transcode_h264">
<div class="hiding">
<h3>Transcode to H.264</h3>
<p class="link"></p>
@ -235,7 +235,7 @@
<!-- H.264 from DCP -->
<label class="recipe" for="dcp_to_h264">Transcode from DCP to an H.264 access file</label>
<input type="checkbox" name="one" id="dcp_to_h264">
<input type="checkbox" id="dcp_to_h264">
<div class="hiding">
<h3>H.264 from DCP</h3>
<p class="link"></p>
@ -262,7 +262,7 @@
<!-- Transcode to FFV1.mkv -->
<label class="recipe" for="create_FFV1_mkv">Transcode your file with the FFV1 Version 3 Codec in a Matroska container</label>
<input type="checkbox" name="one" id="create_FFV1_mkv">
<input type="checkbox" id="create_FFV1_mkv">
<div class="hiding">
<h3>Create FFV1 Version 3 video in a Matroska container with framemd5 of input</h3>
<p class="link"></p>
@ -289,7 +289,7 @@
<!-- Rip DVD -->
<label class="recipe" for="dvd_to_file">Convert DVD to H.264</label>
<input type="checkbox" name="one" id="dvd_to_file">
<input type="checkbox" id="dvd_to_file">
<div class="hiding">
<h3>Convert DVD to H.264</h3>
<p class="link"></p>
@ -322,7 +322,7 @@
<!-- Transcode to H.265 -->
<label class="recipe" for="transcode_h265">Transcode to an H.265/HEVC MP4</label>
<input type="checkbox" name="one" id="transcode_h265">
<input type="checkbox" id="transcode_h265">
<div class="hiding">
<h3>Transcode to H.265/HEVC</h3>
<p class="link"></p>
@ -353,7 +353,7 @@
<!-- WAV to MP3 -->
<label class="recipe" for="wav_to_mp3">Convert WAV to MP3</label>
<input type="checkbox" name="one" id="wav_to_mp3">
<input type="checkbox" id="wav_to_mp3">
<div class="hiding">
<h3>WAV to MP3</h3>
<p class="link"></p>
@ -379,7 +379,7 @@
<!-- append notice to access mp3 -->
<label class="recipe" for="append_mp3">Generate two access MP3s (with and without copyright).</label>
<input type="checkbox" name="one" id="append_mp3">
<input type="checkbox" id="append_mp3">
<div class="hiding">
<h3>Generate two access MP3s from input. One with appended audio (such as a copyright notice) and one unmodified.</h3>
<p class="link"></p>
@ -405,7 +405,7 @@
<!-- WAV to AAC/MP4 -->
<label class="recipe" for="wav_to_mp4">Convert WAV to AAC/MP4</label>
<input type="checkbox" name="one" id="wav_to_mp4">
<input type="checkbox" id="wav_to_mp4">
<div class="hiding">
<h3>WAV to AAC/MP4</h3>
<p class="link"></p>
@ -430,7 +430,7 @@
<!-- 4:3 to 16:9 -->
<label class="recipe" for="SD_HD">Transform 4:3 aspect ratio into 16:9 with pillarbox</label>
<input type="checkbox" name="one" id="SD_HD">
<input type="checkbox" id="SD_HD">
<div class="hiding">
<h3>Transform 4:3 aspect ratio into 16:9 with pillarbox</h3>
<p class="link"></p>