Question / Help OBS Multiplatform and Source video plugin

Suslik V

Active Member
@Tormy you need "file" (OBS Multiplatform and Source video plugin)
and "duration" (at least "1")

New example:
Code:
ffconcat version 1.0

file 1280x720_420_601_tv_10sec_10sec.mp4
duration 1
file 640x480_444_709_tv_10sec_10sec.mp4
duration 1

But there is VLC Video Source with build-in playlist functionality, just install VLC Player (64bit for obs64 or 32bit for obs32) and new source will appear for the selection.
"Concat" is not just playlist, is form of playback or concatenation of files with same codecs. It was used as workaround while playlist for 'VLC Video Source' was under development.
 

Tormy

Member
I searched into the Plugin directory, but I didn't find it ... I also used google to looking for it, but it sends me back to this post and the one you talked about (I went up there also to search, but no links available)
 

Tormy

Member
And finally this is my PlayList.txt that doesn't do anything .. I mean when "fired" the screen stays black ... nothing starts ... and I DID follow the indications and instructions on this thread
 

Attachments

  • START_PLAYLIST.txt
    56 bytes · Views: 138

Osiris

Active Member
That screenshot of VLC does not proof that it's the 64bit version of VLC. And it also needs to be installed through the VLC installer, otherwise the necessary registry entries that OBS uses to find VLC will not be created.

Also using concat is not going to work with different formats together.
 

Tormy

Member
Found the solution following the indications of @Suslik V and @Osiris

I added "file" ... "duration" is not mandatory ... it can be omitted
however it was not working (I discovered that "duration" can be omitted, after I got it working correctly)

THEN I tried replacing all the "\" (I'm using Windows 7) with the "/" (Linux style) into the Path to the file.
And it worked perfectly

upload_2018-1-31_19-33-58.png
 
Last edited:
Top