Skip to content

Commit

Permalink
RC3 has requirements file, and video codec instead of encoder
Browse files Browse the repository at this point in the history
  • Loading branch information
natis1 committed May 7, 2020
1 parent ee5e6a5 commit 9161be6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mainwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def retranslateUi(self, qencoder):
self.checkBox_twopass.setText(_translate("qencoder", "Two Pass"))
self.comboBox_encoder.setStatusTip(_translate("qencoder", "av1 is the most modern/efficient. vp9/8 have good compatibility/speed."))
self.label_4.setStatusTip(_translate("qencoder", "av1 is the most modern/efficient. vp9/8 have good compatibility/speed."))
self.label_4.setText(_translate("qencoder", "Encoder"))
self.label_4.setText(_translate("qencoder", "Video Codec"))
self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab_simple), _translate("qencoder", "Simple Settings"))
self.checkBox_hdr.setStatusTip(_translate("qencoder", "Use 10 bit colorspace for output video. Greatly reduces banding and improves efficiency."))
self.checkBox_hdr.setText(_translate("qencoder", "10 bit output"))
Expand Down
2 changes: 1 addition & 1 deletion mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
<string>av1 is the most modern/efficient. vp9/8 have good compatibility/speed.</string>
</property>
<property name="text">
<string>Encoder</string>
<string>Video Codec</string>
</property>
</widget>
</item>
Expand Down
6 changes: 6 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
opencv_python==4.2.0.32
scenedetect==0.5.1.1
scipy==1.4.1
psutil==5.7.0
numpy==1.18.3
PyQt5==5.14.2

0 comments on commit 9161be6

Please sign in to comment.