
The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".

The cookie is used to store the user consent for the cookies in the category "Analytics". This cookie is set by GDPR Cookie Consent plugin. These cookies ensure basic functionalities and security features of the website, anonymously. type f -name '*.mp4' | sort | grep 01-Module | sed -e "s/ /\\\ /g" | perl -ne 'print "file $_"' | ffmpeg -f concat -safe 0 -protocol_whitelist "file,pipe,http,https,tcp,tls" -i -c copy 01-Module-Movie_Joined.Necessary cookies are absolutely essential for the website to function properly. This worked simply with a small tweak as follows and also added a fix for sorting so that order was maintained!!: find. Next, I had a large udacity course and combining the whole thing was too bulky! I decided to split the course up into each module.

type f -name '*.mp4' | sed -e "s/ /\\\ /g" | perl -ne 'print "file $_"' | ffmpeg -f concat -safe 0 -protocol_whitelist "file,pipe,http,https,tcp,tls" -i -c copy Movie_Joined.mp4 Concatenating them involved recursively finding the files and concatenating them after that using: find. Next, I had a masterclass with multiple mp4 files in subfolders. Ls *.mp4 | sed -e "s/ /\\\ /g" | perl -ne 'print "file $_"' | ffmpeg -f concat -safe 0 -protocol_whitelist "file,pipe,http,https,tcp,tls" -i -c copy Movie_Joined.mp4 Here is the code that I was able to use to achieve that! Seems to work fine! # Fix names with spaces The most efficient way that I was thought was to combine all the video files into a single file and then stream that to Plex!

I wanted to stream an eCourse to Plex to watch while spinning! Unfortunately, the eCourse was split up (as usually the case) into multiple video files. 13 April 2019 / Terminal Concatentating or Combining Multiple Videos into a single file
