Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nice! Some feedback. #1

Open
hn-88 opened this issue May 8, 2020 · 1 comment
Open

Nice! Some feedback. #1

hn-88 opened this issue May 8, 2020 · 1 comment

Comments

@hn-88
Copy link

hn-88 commented May 8, 2020

Nice gui. Tested on my machine which has xterm & gnome-terminal installed,

  1. worked well if I chose xterm as the terminal - on hitting RUN, xterm opened up and ffmpeg started showing encoding status.

  2. when I chose gnome-terminal (which is also installed on my system), no terminal window opened up, though the GUI window became dimmed. No encoding happened either.

@chunjoonsung
Copy link

chunjoonsung commented Jul 15, 2022

Profiles of x265_profiles is added to the x264_lossless combobox, is it right ?

def on_codec_change(self,combo):
               :
	elif text == "x264_lossless":
		for profs in x265_profiles: <--- line number 462
			self.comboProfile.append_text(profs)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants