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
{{ message }}
This repository was archived by the owner on Jun 2, 2024. It is now read-only.
- Added additional error handling for the encode function where no manual list file is specified but the default list file doesn't exist either
- Added FFmpeg bug fix flag for each FFmpeg call (-max-muxing_queue_size 1024)
- Added --verbose flag to encode function
- Improved the information on the Help page of the Plexus Suite website
<h3class="question"><iclass="fa fa-question-circle"></i> What if the install fails?</h3>
45
-
<divclass="answer">The app is currently unstable and in active development. Please wait for a stable release.</div>
44
+
<h3class="question"><iclass="fa fa-question-circle"></i> I don't have FFmpeg installed. How can I install it?</h3>
45
+
<divclass="answer">The recommended way to install any of Plexus' dependencies is to use the built-in install function. From there, you can either install the precompiled version of FFmpeg from your OS' repositories, or you can install a custom build with extended codec support.</div>
46
+
47
+
<h3class="question"><iclass="fa fa-question-circle"></i> I'm getting "An unknown error occurred with FFmpeg.", what should I do?</h3>
48
+
<divclass="answer">Run the encode command again while ensuring that the --verbose flag is set. Once the error occurs again, copy & paste FFmpeg's output into a new GitHub issue for the <ahref="https://github.com/Wolveix/Plexus">Plexus repository</a>.</div>
49
+
50
+
<h3class="question"><iclass="fa fa-question-circle"></i> What does Plexus do?</h3>
51
+
<divclass="answer">A lot of things. But it's original intended purpose was to create a sublist of media from your media collection which doesn't meet your desired video and audio codec specifications (by default, these are h264 for video and aac for audio as they're the most universally played codecs), and then process said list to re-encode the media.<br>By running the list command while using the -d flag to point to your overall media directory, Plexus will build a list file containing absolute paths to the media in question. Once the list file is complete, you're then able to feed the list into the encode command which will then re-encode all of the media that needs to be re-encoded. You can specify your default codecs from your config file ($HOME/.config/plexus/plexus.conf), or you can specify the codecs wanted for a specific runtime session by using the -a and -v flags respectively.</div>
0 commit comments