Record video - *.srm.bsv - ffmpeg 3.1.3

Hi. I can not record video. Creates a file .srm.bsv beside the rom. ffmpeg version 3.1.3. from the PPA ppa https://launchpad.net/~djcj/+archive/ubuntu/hybrid

The bsv recordings aren’t video recordings, they’re really input logs that can be played back. To do a video recording, I just pass --record filename.mkv to the command line rather than messing with the GUI options.

Ok, I’m trying. Start RetroArch with this command. $ retroarch --record sonic.mkv

Load the game and the program closes. I get an error:

Failed to open /home/lex/Games/Sonic The Hedgehog (World) (GameCube Edition).srm: No such file or directory [libx264rgb @ 0x317aaa0] using SAR=1/1 [libx264rgb @ 0x317aaa0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX [libx264rgb @ 0x317aaa0] profile High 4:4:4 Predictive, level 1.3, 4:4:4 8-bit [libx264rgb @ 0x317aaa0] 264 - core 148 r2643 5c65704 - H.264/MPEG-4 AVC codec - Copyleft 2003-2015 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x1:0x111 me=hex subme=7 psy=0 mixed_ref=1 me_range=16 chroma_me=1 trellis=0 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=0 chroma_qp_offset=0 threads=1 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc=cqp mbtree=0 qp=0 Violación de segmento (`core’ generado)

Creates an empty video file “home/sonic.mkv”

Where parameters are set?

You need a config, this is the one I have (it’s been a while I haven’t used it so…): it’s in records/config.cfg

vcodec = libx264rgb
acodec = libmp3lame
audio_global_quality = 75
sample_rate = 44100
threads = 0
video_preset = ultrafast

Continues error…

I created a file in: ~/.config/retroarch/records/config.cfg I also changed the directory: Settings/Directory/Recording Output Dir y Recording Config Dir

retroarch --record sonic.mkv Failed to open /home/lex/Games/Consoles/Sega - Mega Drive - Genesis/Sonic The Hedgehog (World) (GameCube Edition).srm: No such file or directory [libx264rgb @ 0x351b8e0] using SAR=1/1 [libx264rgb @ 0x351b8e0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX [libx264rgb @ 0x351b8e0] profile High 4:4:4 Predictive, level 1.3, 4:4:4 8-bit [libx264rgb @ 0x351b8e0] 264 - core 148 r2643 5c65704 - H.264/MPEG-4 AVC codec - Copyleft 2003-2015 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x1:0x111 me=hex subme=7 psy=0 mixed_ref=1 me_range=16 chroma_me=1 trellis=0 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=0 chroma_qp_offset=0 threads=1 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc=cqp mbtree=0 qp=0 Violación de segmento (`core’ generado)

This file does not exist: Failed to open /home/lex/Games/Consoles/Sega - Mega Drive - Genesis/Sonic The Hedgehog (World) (GameCube Edition).srm: No such file or directory

My intention is to make a manual. If video recording is not a feature implemented, I’d rather wait.