Thanks to the 2019 MLP leaks, we apparently have the final source file of the 2017 film "My Little Pony: The Movie". Most scene releases of movies aren't directly from a digital source file; instead, they are from a rip of spinning media (DVD/Blu-Ray), or earlier, a CamRip in a theater. (If it's a steaming-only thing it could be WebDL, which is better than WebRip.) Is there a "scene filename tag" for "(final) digital source file"? I guess that could be "LEAKED" or "Leaked". In this case, its "Original" for 129-GB file "MLP.The.Movie.Original.DNxHD175x.VC-3.mov". The overall bitrate of MLP.The.Movie.Original.DNxHD175x.VC-3.mov is 185 megabits per second ("185,391 kb/s"); that's 23.13 megabytes per second. Steams (via ffprobe version 4.4.2-0ubuntu0.22.04.1):
> Duration: 01:39:23.00, start: 0.000000, bitrate: 185391 kb/s
> Stream #0:0(eng): Video: dnxhd (DNXHD) (AVdn / 0x6E645641), yuv422p10le(tv, bt709/unknown/unknown), 1920x1080, 176160 kb/s, SAR 1:1 DAR 16:9, 24 fps, 24 tbr, 12288 tbn, 12288 tbc (default)
> Stream #0:1(eng): Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, 5.1(side), s32 (24 bit), 6912 kb/s
> Stream #0:2(eng): Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, stereo, s32 (24 bit), 2304 kb/s (default)
. Video = "DNxHD 175x" (175x is maybe a reference to 185 mb/s).
. Audio = "VC-3" (?) / "pcm_s24le 2ch 48000Hz"
Copy of a folder contain that >100GB MOV file:
. torrent? part of magnet:?xt=urn:btih:b32431c6680e83c34d904b45debe2e282584f350&dn=Full%20MLP%20Leaks%202019
. where? zb, offline /ipfs/QmTNcXuMMNQX2JFVrxjbiYNGAKuPM3Ri1vUNH8tQ141zcb https://webseed.ponemusic.net/webseed/ = probably gone
>>/10202/
> just gotta make some .sh files to do that
Easier said than done. Problem that I have:
> https://desuarchive.org/g/thread/100046268#100047440
> I have set up Apache to run "CGI scripts". http://10.0.0.10/cgi-bin/test.sh can run basic stuff like
> >whoami; pwd; find .; which bash
> but it cannot run other programs in $PATH. Is there any easy fix for this? How could I get Apache HTTP Server to run any program in a CGI script?
>
> Maybe related:
> https://stackoverflow.com/questions/20590478/bash-command-not-running-in-apache-cgi-shell