prom 0.0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. checksums.yaml +7 -0
  2. data/Promemoria/AltroFFmpeg.txt +17 -0
  3. data/Promemoria/AppCheNonSiAprono.txt +3 -0
  4. data/Promemoria/AppleScript.txt +3 -0
  5. data/Promemoria/ChapterFFmpeg.txt +4 -0
  6. data/Promemoria/ChiavettaInstallazione.txt +1 -0
  7. data/Promemoria/CompilaMainObjectiveC.txt +6 -0
  8. data/Promemoria/Contaimers.txt +3 -0
  9. data/Promemoria/ConvertireInHls.txt +2 -0
  10. data/Promemoria/Criptare.txt +29 -0
  11. data/Promemoria/DisattivaSIP.txt +4 -0
  12. data/Promemoria/EliminaFileCestino.txt +13 -0
  13. data/Promemoria/EntitlementsRiavvio.txt +10 -0
  14. data/Promemoria/EstraiMetadata.txt +3 -0
  15. data/Promemoria/FFAncora.txt +13 -0
  16. data/Promemoria/FFmpeg.txt +82 -0
  17. data/Promemoria/FileEseguibile.txt +3 -0
  18. data/Promemoria/FormattareDaTerminale.txt +12 -0
  19. data/Promemoria/Framewok.txt +7 -0
  20. data/Promemoria/Github.txt +24 -0
  21. data/Promemoria/Huginn_Dropbox.md +3 -0
  22. data/Promemoria/IconUtil.txt +2 -0
  23. data/Promemoria/IconaScript.txt +3 -0
  24. data/Promemoria/ImageMagic.txt +26 -0
  25. data/Promemoria/IndirizzoInternetIPWS.txt +1 -0
  26. data/Promemoria/LaunchAgents.txt +3 -0
  27. data/Promemoria/LetturaFileBash.txt +7 -0
  28. data/Promemoria/NSColor.txt +2 -0
  29. data/Promemoria/NTFS_mount.txt +5 -0
  30. data/Promemoria/NuovoFFmpeg.txt +23 -0
  31. data/Promemoria/Objective-c.txt +5 -0
  32. data/Promemoria/PIDoPPID.txt +5 -0
  33. data/Promemoria/PS4_HEN.rtf +13 -0
  34. data/Promemoria/PathContainers.txt +2 -0
  35. data/Promemoria/PathProfile.txt +4 -0
  36. data/Promemoria/PercorsoFrameWork.txt +10 -0
  37. data/Promemoria/Pgrep.txt +3 -0
  38. data/Promemoria/PlistLaunchAgents.txt +8 -0
  39. data/Promemoria/Python2.md +3 -0
  40. data/Promemoria/ReandereFileEseguibile.txt +5 -0
  41. data/Promemoria/ScriptDmgNonEseguibili.txt +2 -0
  42. data/Promemoria/ScriptSottotitoli.txt +34 -0
  43. data/Promemoria/TS.txt +7 -0
  44. data/Promemoria/Token.txt +1 -0
  45. data/Promemoria/TokenCreazioneComandiGoogle.txt +1 -0
  46. data/Promemoria/VideoSource.txt +6 -0
  47. data/Promemoria/Youtube-dl.txt +3 -0
  48. data/Promemoria/ffmpegTutto.txt +29 -0
  49. data/Promemoria/htmlScarica.txt +7 -0
  50. metadata +90 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 62d35651671d1fd55890bacb846ffd9ebe4e26e9f56a0a4e2ccf7df12eb7af42
4
+ data.tar.gz: fe5b3fc74e7c099a4daa0dd8b4e41efaabb2c73ad923d23d7342eebdfb274d47
5
+ SHA512:
6
+ metadata.gz: 4d3f84e789c789254602311e58fdfcff8c8319a81d29dce1e183127d9910f3f6061b106be7e5f0b9dff24ff52f629dfa773e4eb3e239a9f1a6f707d17821b0bd
7
+ data.tar.gz: 91f6604901cf68de269fc9d81babc027b218a3a2c1d36dfcc3ce44f64463a5d1a8ffc38ebdf48ea1921456fbbefbe1e96ab66e623cbaef76fe8bb57d1cc6fc2a
@@ -0,0 +1,17 @@
1
+ FFmpeg
2
+
3
+ ffmpeg -i Movie.mkv -map 0:s:0 subs.srt
4
+
5
+ ffmpeg -i input.mp4 -c:v libx264 -vf format=yuv420p output.mp4
6
+
7
+ ffmpeg -pix_fmts(yuv444)
8
+
9
+ ffmpeg -i test.mpg -r 25 -ss 00:00:10 -t 00:00:05 images%05d.png
10
+
11
+ ffmpeg -i input.mp3 -i cover.png -c copy -map 0 -map 1 -metadata:s:v title="Album cover" -metadata:s:v comment="Cover (Front)" out.mp3
12
+ Linee Nere Sopra e Sotto(Pad)
13
+
14
+ ffmpeg -i input.avi -vf "pad=width=640:height=480:x=0:y=120:color=black" output.avi
15
+ Video in m4v
16
+ ffmpeg -i input.avi -vcodec libx264 -acodec libfaac output.m4v
17
+ ffmpeg -i infile.mp4 -i infile.srt -c copy -c:s mov_text outfile.mp4ffmpeg -i infile.mp4 -i infile.srt -c copy -c:s mov_text outfile.mp4
@@ -0,0 +1,3 @@
1
+ upx -d /path/to/App.app/MacOS/App
2
+
3
+ git clone https://github.com/upx/upx.git
@@ -0,0 +1,3 @@
1
+ AppleScript
2
+
3
+ defaults write com.apple.notificationcenterui bannerTime -int 2
@@ -0,0 +1,4 @@
1
+ Estrai METADATA
2
+
3
+ ffmpeg -i INPUT -f ffmetadata FFMETADATAFILE
4
+ ffmpeg -i INPUT -i FFMETADATAFILE -map_metadata 1 -codec copy OUTPUT
@@ -0,0 +1 @@
1
+ sudo /Applications/Install\ macOS\ Catalina.app/Contents/Resources/createinstallmedia --volume /Volumes/MacOS/
@@ -0,0 +1,6 @@
1
+ clang main.m -fobjc-arc -fmodules -mmacosx-version-min=10.6 -o main
2
+
3
+
4
+ /// Questo è quello giusto
5
+
6
+ clang -framework Foundation MyHeader.m main.m -o prog
@@ -0,0 +1,3 @@
1
+ ath Containers
2
+
3
+ /Users/tia/Library/Containers/
@@ -0,0 +1,2 @@
1
+ Convertire in hls
2
+ ffmpeg -i filename.mp4 -codec: copy -bsf:v h264_mp4toannexb -start_number 0 -hls_time 10 -hls_list_size 0 -f hls filename.m3u8
@@ -0,0 +1,29 @@
1
+ Criptare e Zippare
2
+
3
+ Copiare solo cartella
4
+ Andare nella directory con cd Directory
5
+ Poi
6
+ zip -r nuova.zip nomeCartella
7
+
8
+ DECOMPRIMERE
9
+ unzip filezip.zip
10
+
11
+ Copiare anche il contenuto delle cartelle
12
+
13
+ zip -r Nuovo.zip /Users/tia/Desktop/icona.iconset
14
+
15
+ Zip con password
16
+
17
+ zip -e nomefile.zip(in uscita) nomeFile.ext(in entrata)
18
+
19
+ # encrypt file.txt to file.enc using 256-bit AES in CBC mode
20
+ openssl enc -aes-256-cbc -salt -in file.txt -out file.enc
21
+
22
+ # the same, only the output is base64 encoded for, e.g., e-mail
23
+ openssl enc -aes-256-cbc -a -salt -in file.txt -out file.enc
24
+
25
+ # decrypt binary file.enc
26
+ openssl enc -d -aes-256-cbc -in file.enc -out file.txt
27
+
28
+ # decrypt base64-encoded version
29
+ openssl enc -d -aes-256-cbc -a -in file.enc -out file.txt
@@ -0,0 +1,4 @@
1
+
2
+ Per disabilitare SIP, riavvia il tuo MAC in modalità di ripristino tenendo premuto Comando + R e apri il terminale dalle utilità ed eseguendo
3
+
4
+ csrutil disable
@@ -0,0 +1,13 @@
1
+ ELIMINARE FILE CESTINO
2
+ Questo è stato usato prima, ma non funziona su Sierra o El Capitan. Se il tuo OS X è 10.10 o successivo, segui i passaggi sotto indicati.
3
+ Passo 1: apri “Terminal sul tuo Mac.
4
+ Passo 2: Ora digita questo comando seguito da uno spazio e “NON PREMERE INVIO DOPO“.
5
+ “sudo rm –r ”
6
+ Si noti che il comando non funzionerà se non si aggiunge spazio dopo R.
7
+ Passo 3: “Controllo“: fai clic su “Cestino” dal “Dock“.
8
+ Passo 4: “Seleziona tutti i file” nel Cestino
9
+ Passo 5: “Trascina e rilascia” i file nella finestra del Terminale. Questo creerà il percorso di ogni file per rimuovere il comando che hai inserito in precedenza.
10
+ Passo 6: Ora premere “Invio“.
11
+ Passo 7: immettere la “password amministratore” per continuare il processo. La password che inserisci non sarà visibile. Sembra che nulla sia cambiato.
12
+ Passo 8: Ora premi di nuovo “Invio“.
13
+ Il processo di eliminazione inizierà e impiegherà un paio di minuti o più in base alla dimensione del file.
@@ -0,0 +1,10 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version="1.0">
4
+ <dict>
5
+ <key>com.apple.security.app-sandbox</key>
6
+ <true/>
7
+ <key>com.apple.security.files.user-selected.read-only</key>
8
+ <true/>
9
+ </dict>
10
+ </plist>
@@ -0,0 +1,3 @@
1
+ PGrep
2
+
3
+ pgrep -a NomeFile
@@ -0,0 +1,13 @@
1
+ FFmpeg
2
+
3
+ ffmpeg -pix_fmts(yuv444)
4
+
5
+ ffmpeg -i test.mpg -r 25 -ss 00:00:10 -t 00:00:05 images%05d.png
6
+
7
+ ffmpeg -i input.mp3 -i cover.png -c copy -map 0 -map 1 -metadata:s:v title="Album cover" -metadata:s:v comment="Cover (Front)" out.mp3
8
+ Linee Nere Sopra e Sotto(Pad)
9
+
10
+ ffmpeg -i input.avi -vf "pad=width=640:height=480:x=0:y=120:color=black" output.avi
11
+ Video in m4v
12
+ ffmpeg -i input.avi -vcodec libx264 -acodec libfaac output.m4v
13
+ ffmpeg -i infile.mp4 -i infile.srt -c copy -c:s mov_text outfile.mp4ffmpeg -i infile.mp4 -i infile.srt -c copy -c:s mov_text outfile.mp4
@@ -0,0 +1,82 @@
1
+ FFmpeg
2
+
3
+ Unire immagini in video
4
+ ffmpeg -f image2 -i img%d.jpg /tmp/a.mpg
5
+
6
+ Titolo traccia sottotitoli
7
+ ffmpeg -i /Users/tia/Desktop/tramaSub.srt -i /Users/tia/Desktop/provaText.mov -metadata:s:s title="Mattia" /Users/tia/Desktop/provaText6.mkv
8
+
9
+ -ignore_unknown
10
+ Ignora i flussi di input con tipo sconosciuto anziché fallire se si tenta di copiare tali flussi.
11
+
12
+ ffmpeg -i stereo.flac -ac 1 mono.flac
13
+
14
+ L' -map 1:aopzione selezionerà tutti i flussi audio dal secondo ingresso B.mp4. Nessun altro flusso verrà incluso in questo file di output.
15
+
16
+ Pixel format
17
+
18
+ ffmpeg -i inputFile.mov -vf format=formato output.mov
19
+
20
+ $ du -h *.png
21
+ 228K 0.png
22
+ 4.0K 100.png
23
+
24
+ $ ffmpeg -i input -vframes 1 -compression_level 0 0.png
25
+ $ ffmpeg -i input -vframes 1 -compression_level 100 100.png
26
+
27
+ ffmpeg -i <input> -vf scale=720x406,setdar=16:9 <output>
28
+
29
+ ffmpeg -i Movie.mkv -map 0:s:0 subs.srt
30
+
31
+ ffmpeg -i input.mp4 -c:v libx264 -vf format=yuv420p output.mp4
32
+
33
+ ffmpeg -pix_fmts(yuv444)
34
+
35
+ ffmpeg -i test.mpg -r 25 -ss 00:00:10 -t 00:00:05 images%05d.png
36
+
37
+ ffmpeg -i input.mp3 -i cover.png -c copy -map 0 -map 1 -metadata:s:v title="Album cover" -metadata:s:v comment="Cover (Front)" out.mp3
38
+ Linee Nere Sopra e Sotto(Pad)
39
+ ffmpeg -i input.avi -vf "pad=width=640:height=480:x=0:y=120:color=black" output.avi
40
+ Video in m4v
41
+ ffmpeg -i input.avi -vcodec libx264 -acodec libfaac output.m4v
42
+ ffmpeg -i infile.mp4 -i infile.srt -c copy -c:s mov_text o
43
+
44
+
45
+ FFmpeg
46
+
47
+ -ignore_unknown
48
+ Ignora i flussi di input con tipo sconosciuto anziché fallire se si tenta di copiare tali flussi.
49
+
50
+
51
+ ffmpeg -i stereo.flac -ac 1 mono.flac
52
+
53
+ L' -map 1:aopzione selezionerà tutti i flussi audio dal secondo ingresso B.mp4. Nessun altro flusso verrà incluso in questo file di output.
54
+
55
+ Pixel format
56
+
57
+ ffmpeg -i inputFile.mov -vf format=formato output.mov
58
+
59
+ $ du -h *.png
60
+ 228K 0.png
61
+ 4.0K 100.png
62
+
63
+ $ ffmpeg -i input -vframes 1 -compression_level 0 0.png
64
+ $ ffmpeg -i input -vframes 1 -compression_level 100 100.png
65
+
66
+ ffmpeg -i <input> -vf scale=720x406,setdar=16:9 <output>
67
+
68
+ ffmpeg -i Movie.mkv -map 0:s:0 subs.srt
69
+
70
+ ffmpeg -i input.mp4 -c:v libx264 -vf format=yuv420p output.mp4
71
+
72
+ ffmpeg -pix_fmts(yuv444)
73
+
74
+ ffmpeg -i test.mpg -r 25 -ss 00:00:10 -t 00:00:05 images%05d.png
75
+
76
+ ffmpeg -i input.mp3 -i cover.png -c copy -map 0 -map 1 -metadata:s:v title="Album cover" -metadata:s:v comment="Cover (Front)" out.mp3
77
+ Linee Nere Sopra e Sotto(Pad)
78
+
79
+ ffmpeg -i input.avi -vf "pad=width=640:height=480:x=0:y=120:color=black" output.avi
80
+ Video in m4v
81
+ ffmpeg -i input.avi -vcodec libx264 -acodec libfaac output.m4v
82
+ ffmpeg -i infile.mp4 -i infile.srt -c copy -c:s mov_text o
@@ -0,0 +1,3 @@
1
+ Rendere file eseguibile
2
+
3
+ chmod +x fileDaEseguire
@@ -0,0 +1,12 @@
1
+ Formattare
2
+
3
+ Nella finestra del Terminale, digitare il comando per visualizzare tutti i volumi/dischi:
4
+ diskutil list
5
+ Individuare il numero del Disco da formattare dalla lista visualizzata, (esempio disk1) e digitare:
6
+ Formato OS X Esteso (Journaled):
7
+ diskutil eraseDisk JHFS+ NOMEDESIDERATO disk1
8
+ Formato FAT32:
9
+ diskutil eraseDisk FAT32 NomeDesiderato disk1
10
+ Formato EXFAT:
11
+ diskutil eraseDisk ExFAT NomeDesiderato disk1
12
+ A questo punto, se volete e se vi viene più comodo potete proseguire con utility disco andando ad unificare le partizioni ed assegnare lo spazio non allocato nel modo classico. In alternativa potete continuare con il terminale eseguendo il seguente comando:diskutil mergePartitions HFS+ NOME disk2s1 disk2s2 dove HFS+ è il file system della partizione alla quale deve essere aggiunto lo spazio della partizione appena eliminata, NOME è il nome che si vuole dare alle due partizioni unite, mentre disk2s1 disk2s2 dovrà essere sostituito con l’identificativo delle vostre partizion
@@ -0,0 +1,7 @@
1
+ Framework
2
+
3
+ /System/Library/Frameworks: contiene i framework forniti da Apple – sia in macOS che in iOS.
4
+
5
+ /Library/Frameworks: contiene i framework di terze parti. (ovviamente in iOS è vuota – per ovvie ragioni)
6
+
7
+ ~/Library/Frameworks: contiene (non necessariamente) i framework forniti dall’utente.
@@ -0,0 +1,24 @@
1
+ Git
2
+
3
+ // stato del repository
4
+ git status
5
+
6
+
7
+ // aggiunge oggetti al repo
8
+ git add .
9
+
10
+ // commissiona gli eventi
11
+ git commit -m "commento"
12
+
13
+ // Aggiungera il repo al server
14
+ git remote add origin https://github.com/SpiderTia/MyApp.git
15
+
16
+ // setteggio repository
17
+
18
+ git remote set-url origin http://github.com/SpiderTia/newProj
19
+
20
+
21
+ git config --file=.gitmodules submodule.Submod.url https://github.com/SpiderTia/newProj
22
+ git config --file=.gitmodules submodule.Submod.branch Development
23
+ git submodule sync
24
+ git submodule update --init --recursive --remote
@@ -0,0 +1,3 @@
1
+ #### Token Huginn_Dropbox:
2
+
3
+ YgLbbMnbWM4AAAAAAAAAATplGBntXU9nLEHDv3u9NlAsuKLNJjPBbOlJZWdQyd2K
@@ -0,0 +1,2 @@
1
+ Creare icona
2
+ iconutil -c icns CartellaImmagini
@@ -0,0 +1,3 @@
1
+ Script iconset
2
+
3
+ ffmpeg -i /Users/tia/Desktop/Terra\ Blu.png -s 1024x1024 /Users/tia/Desktop/Icona.iconset/icon_512x512@2.png -s 512x512 /Users/tia/Desktop/Icona.iconset/icon_512x512.png -s 512x512 /Users/tia/Desktop/Icona.iconset/icon_256x256@2.png -s 256x256 /Users/tia/Desktop/Icona.iconset/icon_256x256.png -s 256x256 /Users/tia/Desktop/Icona.iconset/icon_128x128@2.png -s 128x128 /Users/tia/Desktop/Icona.iconset/icon_128x128.png -s 64x64 /Users/tia/Desktop/Icona.iconset/icon_32x32@2.png -s 32x32 /Users/tia/Desktop/Icona.iconset/icon_32x32.png -s 32x32 /Users/tia/Desktop/Icona.iconset/icon_16x16@2.png -s 16x16 /Users/tia/Desktop/Icona.iconset/icon_16x16.png
@@ -0,0 +1,26 @@
1
+ ImageMagick
2
+
3
+ convert -size 1024x768 -sampling-factor 4:2:2 -depth 8 raw-example.yuv <outfile>.png
4
+
5
+ sips -s format bmp input.png --out output.bmp
6
+
7
+ identify -verbose hand_white.gif |\
8
+ perl -0777 -ne 's/^ //gm; \
9
+ print $& while /^(Colors|Alpha|Colormap):.*?(?=^\S)/gms'
10
+ convert -set units PixelsPerInch 1200x1200px.png -density 600 -format pdf 1200x1200px-changedensity3.pdf
11
+
12
+ convert -units PixelsPerInch image -density 300 resultimage
13
+
14
+ convert -units PixelsPerInch image -resample 300 resultimage
15
+
16
+ magick identify rose.jpg
17
+ magick identify -verbose
18
+ convert -size 16000x16000 -depth 8 -extract 640x480+1280+960 \
19
+ image.rgb image.png”,
20
+ oppure
21
+ convert -size 16000x16000 -depth 8 'image.rgb[640x480+1280+960]' \
22
+ image.rgb image.png"
23
+
24
+ magick convert -size 1280x536 -depth 8 -extract 200x200+600+250 Prova2.jpg NuovaImage.jpg
25
+ magick convert -scale 50% -quality 80% monumeto.jpg monumento_ridotto.jpg
26
+ magick convert -resize 350 -quality 80% monumeto.jpg monumento_350.jpg
@@ -0,0 +1 @@
1
+ http://updates-http.cdn-apple.com/2020SummerFCS/fullrestores/001-11092/88FBF08C-927B-4856-8D6C-462D7EC6D077/iPad_64bit_12.4.8_16G201_Restore.ipsw
@@ -0,0 +1,3 @@
1
+ Launch Agents
2
+
3
+ ~/Library/LaunchAgents
@@ -0,0 +1,7 @@
1
+ TS
2
+
3
+ ffmpeg -re -i "$file" \
4
+ -codec copy -map 0 \
5
+ -f segment -segment_list playlist.m3u8 \
6
+ -segment_list_flags +live -segment_time 10 \
7
+ nuovo%03d.ts
@@ -0,0 +1,2 @@
1
+ Grigio Apple
2
+ [NSColor colorWithRed:246 green:246 blue:246 alpha:237];
@@ -0,0 +1,5 @@
1
+ Monta NTFS
2
+
3
+ Nel /etc/fstab cambiare nome LABEL="" (forse non serve)
4
+
5
+ sudo /usr/local/bin/ntfs-3g /dev/disk2s5 /Volumes/NTFS -olocal -oallow_other
@@ -0,0 +1,23 @@
1
+ FFmpeg
2
+
3
+ Pixel format
4
+
5
+ ffmpeg -i inputFile.mov -vf format=formato output.mov
6
+
7
+ ffmpeg -i <input> -vf scale=720x406,setdar=16:9 <output>
8
+
9
+ ffmpeg -i Movie.mkv -map 0:s:0 subs.srt
10
+
11
+ ffmpeg -i input.mp4 -c:v libx264 -vf format=yuv420p output.mp4
12
+
13
+ ffmpeg -pix_fmts(yuv444)
14
+
15
+ ffmpeg -i test.mpg -r 25 -ss 00:00:10 -t 00:00:05 images%05d.png
16
+
17
+ ffmpeg -i input.mp3 -i cover.png -c copy -map 0 -map 1 -metadata:s:v title="Album cover" -metadata:s:v comment="Cover (Front)" out.mp3
18
+ Linee Nere Sopra e Sotto(Pad)
19
+
20
+ ffmpeg -i input.avi -vf "pad=width=640:height=480:x=0:y=120:color=black" output.avi
21
+ Video in m4v
22
+ ffmpeg -i input.avi -vcodec libx264 -acodec libfaac output.m4v
23
+ ffmpeg -i infile.mp4 -i infile.srt -c copy -c:s mov_text o
@@ -0,0 +1,5 @@
1
+ Objective-c
2
+
3
+ Eseguibile file
4
+
5
+ clang -fobjc-arc main.m -o prog1
@@ -0,0 +1,5 @@
1
+ PID e PPID
2
+
3
+ ps -f
4
+
5
+ ps -ef | grep PPIDoPID
@@ -0,0 +1,13 @@
1
+ {\rtf1\ansi\ansicpg1252\cocoartf2513
2
+ \cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fnil\fcharset0 HelveticaNeue;}
3
+ {\colortbl;\red255\green255\blue255;\red0\green0\blue0;\red220\green161\blue13;}
4
+ {\*\expandedcolortbl;;\cssrgb\c0\c0\c0\c84706;\cssrgb\c89412\c68627\c3922;}
5
+ \paperw11900\paperh16840\margl1440\margr1440\vieww10800\viewh8400\viewkind0
6
+ \deftab720
7
+ \pard\pardeftab720\partightenfactor0
8
+
9
+ \f0\fs24 \cf2 \expnd0\expndtw0\kerning0
10
+ PS4\
11
+ \
12
+ \pard\pardeftab720\partightenfactor0
13
+ {\field{\*\fldinst{HYPERLINK "http://ps4exploits.darksoftware.xyz/index.html"}}{\fldrslt \cf3 \ul \ulc3 questo link}}}
@@ -0,0 +1,2 @@
1
+
2
+ ~/Library/Containers
@@ -0,0 +1,4 @@
1
+ PATH $$$$
2
+
3
+ nano ~/.bash_profile
4
+
@@ -0,0 +1,10 @@
1
+ Percorso FrameWork
2
+
3
+ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include
4
+
5
+ creare funzioni di tipo istancetype nel main
6
+ ——————————————————————————————————————————————
7
+
8
+ Directory Foundation.framework
9
+
10
+ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Versions/C/Headers
@@ -0,0 +1,3 @@
1
+ PGrep
2
+
3
+ pgrep -a NomeFile
@@ -0,0 +1,8 @@
1
+ PLIST
2
+
3
+ Attivare file
4
+ launchctl load -w ~/Library/LaunchAgents/PATH/TO/DIR/nome-del-file.scpt
5
+
6
+
7
+ Disattivare il file
8
+ launchctl unload -w ~/Library/LaunchAgents/PATH/TO/DIR/nome-del-file.scpt
@@ -0,0 +1,3 @@
1
+ #python 2
2
+
3
+ /Library/Frameworks/Python.framework/Versions/3.8/bin
@@ -0,0 +1,5 @@
1
+ Rendere file eseguibile
2
+
3
+ Prima cancellare estensione dal file_( facoltativo )
4
+
5
+ chmod +x fileDaEseguire
@@ -0,0 +1,2 @@
1
+ set theDMG to choose file with prompt "Please select javaforosx.dmg:" of type {"dmg"}
2
+ do shell script "rm -rf ~/tmp"
@@ -0,0 +1,34 @@
1
+ Script Sottotitoli
2
+ 1
3
+ 00:00:15,600 --> 00:00:19,210
4
+ En vertu d'un amendement de la nouvelle loi
5
+ d'immigration allemande de 2008,
6
+
7
+ 2
8
+ 00:00:19,300 --> 00:00:22,210
9
+ les étrangers qui souhaitent rejoindre leurs familles
10
+
11
+ 3
12
+ 00:00:22,300 --> 00:00:25,010
13
+ sont obligés de passer un examen
14
+ qui prouve qu'ils maîtrisent les bases de la langue allemande.
15
+
16
+ 4
17
+ 00:01:17,100 --> 00:01:20,210
18
+ Maman! Viens m'aider!
19
+
20
+ 5
21
+ 00:01:29,080 --> 00:01:32,010
22
+ Les habitants de ces régions n'ont plus d'espoir.
23
+
24
+ 6
25
+ 00:01:33,150 --> 00:01:37,120
26
+ Les hommes travaillent toute la journée pour 25 lires.
27
+
28
+ 7
29
+ 00:01:37,120 --> 00:01:39,130
30
+ Ce n'est pas assez pour vivre..
31
+
32
+ 8
33
+ 00:01:40,231 --> 00:01:43,113
34
+ Ils vont en Allemagne pour y trouver du travail
@@ -0,0 +1,7 @@
1
+ TS
2
+
3
+ ffmpeg -re -i "$file" \
4
+ -codec copy -map 0 \
5
+ -f segment -segment_list playlist.m3u8 \
6
+ -segment_list_flags +live -segment_time 10 \
7
+ nuovo%03d.ts
@@ -0,0 +1 @@
1
+ f4d314ed3e9b084047a44a3cc3a9a24230e718da
@@ -0,0 +1 @@
1
+ 34c7cf0033ab5863ed0f2d8d52c76af0
@@ -0,0 +1,6 @@
1
+ videoSource=test.mp4
2
+ videoEncoded=test2.mp4
3
+ videoSubtitle=test.srt
4
+ videoFontSize=24
5
+ ffmpeg -i "$videoSource" -vf subtitles="$videoSubtitle":force_style='Fontsize=“20"' "$videoEncoded”
6
+ Sottotitoli
@@ -0,0 +1,3 @@
1
+ Playlist
2
+
3
+ youtube-dl -i PLwJ2VKmefmxpUJEGB1ff6yUZ5Zd7Gegn2
@@ -0,0 +1,29 @@
1
+ CHAPTER
2
+
3
+ ;FFMETADATA1
4
+ title=Stubs - Autista d'assalto
5
+ ;this is a comment
6
+ artist="Sconosciuto"
7
+
8
+ [CHAPTER]
9
+ TIMEBASE=1/1000
10
+ START=0
11
+ #chapter ends at 02:28
12
+ END=147999
13
+ title=Intro
14
+ [CHAPTER]
15
+ TIMEBASE=1/1000
16
+ #chapter starts at 02:28
17
+ START=148000
18
+ #chapter ends at 05:22
19
+ END=321999
20
+ title=Music
21
+ [CHAPTER]
22
+ TIMEBASE=1/1000
23
+ #chapter starts at 05:22
24
+ START=322000
25
+ #end of the file
26
+ END=402000
27
+ title=Outro
28
+ [STREAM]
29
+ title=<Mattia
@@ -0,0 +1,7 @@
1
+ TS
2
+
3
+ ffmpeg -re -i "$file" \
4
+ -codec copy -map 0 \
5
+ -f segment -segment_list playlist.m3u8 \
6
+ -segment_list_flags +live -segment_time 10 \
7
+ nuovo%03d.ts
metadata ADDED
@@ -0,0 +1,90 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: prom
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - SpiderTia
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2021-01-04 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email: tia123456789@virgilio.it
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - Promemoria/AltroFFmpeg.txt
20
+ - Promemoria/AppCheNonSiAprono.txt
21
+ - Promemoria/AppleScript.txt
22
+ - Promemoria/ChapterFFmpeg.txt
23
+ - Promemoria/ChiavettaInstallazione.txt
24
+ - Promemoria/CompilaMainObjectiveC.txt
25
+ - Promemoria/Contaimers.txt
26
+ - Promemoria/ConvertireInHls.txt
27
+ - Promemoria/Criptare.txt
28
+ - Promemoria/DisattivaSIP.txt
29
+ - Promemoria/EliminaFileCestino.txt
30
+ - Promemoria/EntitlementsRiavvio.txt
31
+ - Promemoria/EstraiMetadata.txt
32
+ - Promemoria/FFAncora.txt
33
+ - Promemoria/FFmpeg.txt
34
+ - Promemoria/FileEseguibile.txt
35
+ - Promemoria/FormattareDaTerminale.txt
36
+ - Promemoria/Framewok.txt
37
+ - Promemoria/Github.txt
38
+ - Promemoria/Huginn_Dropbox.md
39
+ - Promemoria/IconUtil.txt
40
+ - Promemoria/IconaScript.txt
41
+ - Promemoria/ImageMagic.txt
42
+ - Promemoria/IndirizzoInternetIPWS.txt
43
+ - Promemoria/LaunchAgents.txt
44
+ - Promemoria/LetturaFileBash.txt
45
+ - Promemoria/NSColor.txt
46
+ - Promemoria/NTFS_mount.txt
47
+ - Promemoria/NuovoFFmpeg.txt
48
+ - Promemoria/Objective-c.txt
49
+ - Promemoria/PIDoPPID.txt
50
+ - Promemoria/PS4_HEN.rtf
51
+ - Promemoria/PathContainers.txt
52
+ - Promemoria/PathProfile.txt
53
+ - Promemoria/PercorsoFrameWork.txt
54
+ - Promemoria/Pgrep.txt
55
+ - Promemoria/PlistLaunchAgents.txt
56
+ - Promemoria/Python2.md
57
+ - Promemoria/ReandereFileEseguibile.txt
58
+ - Promemoria/ScriptDmgNonEseguibili.txt
59
+ - Promemoria/ScriptSottotitoli.txt
60
+ - Promemoria/TS.txt
61
+ - Promemoria/Token.txt
62
+ - Promemoria/TokenCreazioneComandiGoogle.txt
63
+ - Promemoria/VideoSource.txt
64
+ - Promemoria/Youtube-dl.txt
65
+ - Promemoria/ffmpegTutto.txt
66
+ - Promemoria/htmlScarica.txt
67
+ homepage: https://rubygems.org/gems/prom
68
+ licenses:
69
+ - MIT
70
+ metadata: {}
71
+ post_install_message:
72
+ rdoc_options: []
73
+ require_paths:
74
+ - "/Users/tia/Desktop/Ultimi_EXEC/Promemoria"
75
+ required_ruby_version: !ruby/object:Gem::Requirement
76
+ requirements:
77
+ - - ">="
78
+ - !ruby/object:Gem::Version
79
+ version: '0'
80
+ required_rubygems_version: !ruby/object:Gem::Requirement
81
+ requirements:
82
+ - - ">="
83
+ - !ruby/object:Gem::Version
84
+ version: '0'
85
+ requirements: []
86
+ rubygems_version: 3.2.4
87
+ signing_key:
88
+ specification_version: 4
89
+ summary: Reminder
90
+ test_files: []