Article 6JE85 Any FFMPEG wizards here? I need to join/stitch/concat some .ps video clips together.

Any FFMPEG wizards here? I need to join/stitch/concat some .ps video clips together.

by
wh33t
from LinuxQuestions.org on (#6JE85)
The video files are produced by an NVR program called Exacqvision. Here is what mediainfo has to say about the clips.

Code:General
Complete name : 2707-00413280.ps
Format : MPEG-PS
File size : 4.88 MiB
Duration : 4 min 59 s
Overall bit rate : 137 kb/s
FileExtension_Invalid : mpeg mpg m2p vob vro pss evo

Video
ID : 224 (0xE0)
Format : HEVC
Format/Info : High Efficiency Video Coding
Format profile : Main@L5.1@Main
Duration : 4 min 59 s
Bit rate : 134 kb/s
Width : 2 592 pixels
Height : 1 520 pixels
Display aspect ratio : 1.705
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Stream size : 4.78 MiB (98%)There are thousands of them, they are short in length though. I would like to join them all into a single a video clip. I would also like to make it so I can play them back in something like VLC.

Any tips in the right direction greatly appreciated.

I have tried Code:ffmpeg -f concat -safe 0 -i vidlist.txt -c copy output.mpg and a variety of other formats, but the video seems to have troubles being played back, it has various blocks of green video footage and what not in it.
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments