mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-11-06 05:27:24 +01:00
text
This commit is contained in:
parent
bb06030a87
commit
9d75c8fbbf
45
index.html
45
index.html
@ -21,47 +21,42 @@
|
||||
<br/>
|
||||
</div>
|
||||
|
||||
<!-- form begins -->
|
||||
<!-- BUTTONS! -->
|
||||
<div class="row">
|
||||
|
||||
<div class="well col-md-4 col-md-offset-1">
|
||||
<fieldset>
|
||||
|
||||
<legend>What do you want to do?</legend>
|
||||
<h4>Select from the following.</h4>
|
||||
<br />
|
||||
<ul>
|
||||
<li>
|
||||
<div id="show_display_info"><button type="button" class="btn btn-default">Display Info</button></div><br/>
|
||||
</li>
|
||||
<li>
|
||||
<div id="show_add_subtitles"><button type="button" class="btn btn-default">Add subtitles track</button></div><br/>
|
||||
</li>
|
||||
<li>
|
||||
<div id="show_remove_audio_track"><button type="button" class="btn btn-default">Remove audio track</button></div><br/>
|
||||
</li>
|
||||
<li>
|
||||
<div id="show_add_audio_track"><button type="button" class="btn btn-default">Add audio track (replace)</button></div><br/>
|
||||
</li>
|
||||
<li>
|
||||
<div id="show_webm_for_web"><button type="button" class="btn btn-default">Export to webm for web</button></div><br/>
|
||||
</li>
|
||||
<li>
|
||||
<div id="show_h264_for_web"><button type="button" class="btn btn-default">Export to h264 for web</button></div><br/>
|
||||
</li>
|
||||
</ul>
|
||||
</fieldset>
|
||||
|
||||
<div id="show_display_info"><button type="button" class="btn btn-default">Display Info</button></div>
|
||||
|
||||
<div id="show_add_subtitles"><button type="button" class="btn btn-default">Add subtitles track</button></div>
|
||||
|
||||
<div id="show_remove_audio_track"><button type="button" class="btn btn-default">Remove audio track</button></div>
|
||||
|
||||
<div id="show_add_audio_track"><button type="button" class="btn btn-default">Add audio track (replace)</button></div>
|
||||
|
||||
<div id="show_webm_for_web"><button type="button" class="btn btn-default">Export to webm for web</button></div>
|
||||
|
||||
<div id="show_h264_for_web"><button type="button" class="btn btn-default">Export to h264 for web</button></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="well col-md-6 col-md-offset-1">
|
||||
|
||||
<h3>Making ffmpeg easier</h3>
|
||||
<p>FFmpeg is a pretty powerful framework for audio-visual materials. Unfortunately, it also has a steep learning curve. This app helps users through the bash command generation process so that more people can reap the benefits of the ffmpeg library. </p>
|
||||
<p>FFmpeg is a powerful framework for manipulating audiovisual files. Unfortunately, it also has a steep learning curve, especially for users unfamiliar with the command line. This app helps users through the bash command generation process so that more people can reap the benefits of the ffmpeg library. </p>
|
||||
<p>This project is very much a work in progress. Each button displays a form to help fulfill a popular user request. To use, click on the button and fill out the form. After clicking the Generate button, a command line will appear in the box below. That line can be copied and pasted into a Terminal, with the assumption that the video file is located in the same directory that the user currently is in.</p>
|
||||
<p>For FFmpeg basics, check out their <a href="https://www.ffmpeg.org/">official website.</a></p>
|
||||
<p>For bash and command line basics, try the <a href="http://cli.learncodethehardway.org/book/">Command Line Crash Course</a></p>
|
||||
</div>
|
||||
|
||||
</div> <!-- row -->
|
||||
|
||||
<!-- FORMS!-->
|
||||
|
||||
<div id="formloader">
|
||||
<div class="display_info" style="display:none;">
|
||||
<div id="file_names">
|
||||
|
Loading…
Reference in New Issue
Block a user