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

Recording doesn't work #90

Closed
tpimh opened this issue Nov 17, 2018 · 6 comments · Fixed by #244
Closed

Recording doesn't work #90

tpimh opened this issue Nov 17, 2018 · 6 comments · Fixed by #244
Labels

Comments

@tpimh
Copy link

tpimh commented Nov 17, 2018

I'm using retroarch flatpak with default settings and when I choose "Start Recording", the menu closes, but nothing happens.

@RobLoach
Copy link
Collaborator

Do you find anything in the log? May be missing ffmpeg or something.

@tpimh
Copy link
Author

tpimh commented Nov 18, 2018

Where can I find the log? If I run it with flatpak run org.libretro.RetroArch nothing related to this issue is printed.

@RobLoach
Copy link
Collaborator

Should be something like......

flatpak run org.libretro.RetroArch --verbose

@laamaa
Copy link

laamaa commented Jan 9, 2023

It seems to be due to libx264 not being found by ffmpeg. With the default settings, the logs say:

[ERROR] [FFmpeg]: Cannot find vcodec libx264.

Changing the codec to WebM from main settings works.

@RobLoach
Copy link
Collaborator

RobLoach commented Jan 9, 2023

@laamaa Can you find the setting in the config? We can set it in https://github.com/flathub/org.libretro.RetroArch/blob/master/retroarch.cfg

@laamaa
Copy link

laamaa commented Jan 14, 2023

video_record_quality = "6"

this sets the profile to "WebM High Quality"

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

Successfully merging a pull request may close this issue.

3 participants