Apak-287-rm-javhd.today02-09-21 Min |link| -
ffprobe -v error -show_entries format_tags=creation_time -of default=noprint_wrappers=1:nokey=1 file.mp4
| Piece | Value | |-------|-------| | Collection | APAK | | Duration | 287 (min) | | Type / Quality | RM (Remux) | | Genre | JAV | | Resolution | HD | | Date | 2021‑09‑02 (ISO format is preferred) | apak-287-rm-javhd.today02-09-21 Min
| Segment | Likely meaning | Typical examples | |---------|----------------|------------------| | | A short code for the source or collection (e.g., “APAK” = “Adult Package” or a custom folder name). | apak , bpak , cpak | | 287 | Duration in minutes (≈ 4 h 47 min). | 120 (2 h), 45 (45 min) | | rm | Region / language or a content rating tag. Common uses: rm = “Remux”, hd = “High‑Definition”, sd = “Standard‑Definition”. | rm , hd , sd | | javhd | The genre / format – here “JAV” (Japanese Adult Video) + “HD” (High‑Definition). | javsd , moviehd , docu4k | | today02-09-21 | Release / upload date (2 Sept 2021). The word “today” is often a placeholder used by some download scripts. | today03-15-22 , 2022-07-30 | | Min | Clarifies that the number before it is minutes (sometimes omitted, but kept for readability). | Min , Sec (seconds), Frames | Common uses: rm = “Remux”, hd = “High‑Definition”,
[COLLECTION]_[GENRE]_[RES]_[DURATION]min_[YYYY-MM-DD].[EXT] The word “today” is often a placeholder used
| Action | Command (Windows) | Command (macOS / Linux) | |--------|-------------------|--------------------------| | | See PowerShell script above | See Bash script above | | Get duration (seconds) | ffprobe -v error -show_entries format=duration -of default=noprint_wrappers=1:nokey=1 file.mp4 | Same (ffprobe works cross‑platform) | | Convert seconds → minutes | echo %seconds%/60|set /a | echo "$seconds/60" | bc | | Extract creation date | ffprobe -v error -show_entries format_tags=creation_time -of default=noprint_wrappers=1:nokey=1 file.mp4 | Same | | Check video codec / resolution | ffprobe -v error -show_entries stream=codec_name,width,height -of default=noprint_wrappers=1 file.mp4 | Same |
