It's weird, but I had NO IDEA on #macOS you could nest both dispatch_async AND pass #semaphores through to be used to ensure things happened one-at-a-time when you dispatched the async. #Xcode
I know it's weird, but I had like 4 things to do to each video file (ffmpeg, atomicparsley, archive original, & move new file in place onto a #synology )
I saw no other way to get output from an NSTask except doing a dispatch_async for #ffmpeg and #atomicparsley
Handy! 🏆
@siracusa @jamesthomson
OOoohh! I just statically compiled AtomicParsley for Synology doing the same instructions except adding "LDFLAGS=-static " to the #make command. It worked!
Okay, so I did #FFMPEG earlier, #x264 / #x265, and now I did #MP4Box and #AtomicParsley!
My workflow is almost complete on #Synology!
I'm also completely thrilled that - after installing Docker Desktop - it was this easy!