-
!req The Sopranos S01E13 [310] [311] [312]
- The Sopranos - Season 1, Episode 13
- June 2, 2021
- https://www.facebook.com/certifiedkino/photos/a.111734900582910/316798286743236/
-
!req Nightcrawler 2014 [What if my problem wasn't thatI don't understand people,] [but that I don't like them?]
J ignore | |
j ignore | |
k ignore | |
l ignore | |
G ignore | |
F ignore | |
A ignore | |
F8 ignore | |
MBTN_LEFT_DBL ignore |
@ECHO OFF | |
CD /D "dir" | |
CMD |
-f 'bv* [ext=mp4] + ba [ext=m4a] / b' | |
--no-mtime | |
-P '%USERPROFILE%/AppData/Local/Temp' | |
-o %(title)s.%(ext)s | |
--ffmpeg-location C:/tools/ffmpeg/bin |
ffmpeg -copyts -i "Cars.2006.1080p.BluRay.x264.AAC-ETRG.mkv" -r 1000 -vf "mpdecimate=hi=64*12*15:lo=64*5*15:frac=1",subtitles="Cars.2006.1080p.BluRay.x264.AAC-ETRG.en.srt:force_style='PrimaryColour=&H0000ffff,BorderStyle=2,FontSize=26,FontName=Netflix Sans Medium,Alignment=2,MarginV=20'" -frame_pts false -vsync vfr -q:v 1 "Sub_01/%05d.jpg" -r 1000 -vf "mpdecimate=hi=64*12*15:lo=64*5*15:frac=1" -frame_pts true -vsync vfr -q:v 1 "Raw_01/%05d.jpg"
-copyts: Asks ffmpeg not to sanitize timestamps. Important to keep the subbed and raw frames in sync.
-i Cars.2006.1080p.BluRay.x264.AAC-ETRG.mkv: Input video file.
-r 1000: Framerate to process input. It's necessary to get the timestamps in milliseconds.
Trim
ffmpeg -i in.mp4 -ss 0:00 -to 0:00 -codec copy out.mp4
Upscale to 4K
ffmpeg -i input.mp4 -vf scale=3840x2560:flags=lanczos -c:v libx264 -preset slow -crf 19 output.mp4
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/round_ui_items.css made available under Mozilla Public License v. 2.0 | |
See the above repository for updates as well as full license text. */ | |
/* Make bunch of things in the main UI round */ | |
:root{ --toolbarbutton-border-radius: 24px !important } | |
#urlbar-input-container > box:hover, | |
#urlbar-input-container > box[open], | |
#main-menubar > menu, | |
#scrollbutton-up, |
[user] | |
name = Emirhan Hasanoğlu | |
email = [email protected] | |
username = seaque | |
[alias] | |
st = status | |
co = checkout | |
br = branch | |
[core] | |
autocrlf = true |