-
!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
| // PREF: Don't use OS values to determine locale, force using Firefox locale setting | |
| // http://kb.mozillazine.org/Intl.locale.matchOS | |
| user_pref("intl.locale.matchOS", false); | |
| // PREF: Don't use Mozilla-provided location-specific search engines | |
| user_pref("browser.search.geoSpecificDefaults", false); | |
| // PREF: Don't trim HTTP off of URLs in the address bar. | |
| // https://bugzilla.mozilla.org/show_bug.cgi?id=665580 | |
| user_pref("browser.urlbar.trimURLs", false); |
| [user] | |
| name = Emirhan Hasanoğlu | |
| email = emirhanhasanoglu@proton.me | |
| username = seaque | |
| [alias] | |
| st = status | |
| co = checkout | |
| br = branch | |
| [core] | |
| autocrlf = true |
