Where do I find a list of command line arguments for -rename?

Running FileBot from the console, Groovy scripting, shell scripts, etc
frontrange
Posts: 23
Joined: 11 Dec 2023, 17:09

Re: Where do I find a list of command line arguments for -rename?

Post by frontrange »

I've watched that movie file, it isn't corrupted in any way I can see.
User avatar
rednoah
The Source
Posts: 23002
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Where do I find a list of command line arguments for -rename?

Post by rednoah »

No clue... Let's cover our bases...


:?: What does filebot -script fn:sysinfo say?

Shell: Select all

filebot -script fn:sysinfo

:?: What does raw mediainfo say?

Shell: Select all

mediainfo --Full --Language=raw -- "/share/movies/Movies/Battleship (2012)/Movies/Battleship (2012)/Battleship (2012).mp4"
:idea: Please read the FAQ and How to Request Help.
frontrange
Posts: 23
Joined: 11 Dec 2023, 17:09

Re: Where do I find a list of command line arguments for -rename?

Post by frontrange »

Console Output: Select all

$ filebot -script fn:sysinfo
FileBot 5.1.2 (r10125)
JNA Native: 6.1.6
MediaInfo: 23.09
Tools: NONE
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2023-11-06 (r952)
Groovy: 4.0.15
JRE: OpenJDK Runtime Environment 11.0.21
JVM: OpenJDK 64-Bit Server VM
CPU/MEM: 8 Core / 16 GB Max Memory / 51 MB Used Memory
OS: Linux (amd64)
HW: Linux usercat 5.14.0-284.25.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Aug 2 14:53:30 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
CPU/MEM: : Intel(R) Xeon(R) CPU D-1521 @ 2.40GHz / MemTotal: 66 GB / MemFree: 5 GB / MemAvailable: 27 GB / SwapCached: 12 MB / SwapTotal: 25 GB / SwapFree: 24 GB
STORAGE: xfs [/] @ 62 GB | xfs [/home] @ 128 GB | xfs [/share] @ 1.6 TB | zfs [/zvols] @ 5 GB
UID/GID: uid=1000(scranage) gid=1000(scranage) groups=1000(scranage),10(wheel)
DATA: /home/scranage/data/1000
Package: TAR
License: FileBot License PX56052277 (Valid-Until: 2073-12-12)
Done ヾ(@⌒ー⌒@)ノ

Mediainfo was not installed, so I installed it:

Console Output: Select all

$ mediainfo --Full --Language=raw -- "/share/movies/Movies/Battleship (2012)/Movies/Battleship (2012)/Battleship (2012).mp4"
General
Count                            : 348
StreamCount                      : 1
StreamKind                       : General
StreamKind/String                : General
StreamKindID                     : 0
CompleteName                     : /share/movies/Movies/Battleship (2012)/Movies/Battleship (2012)/Battleship (2012).mp4
FolderName                       : /share/movies/Movies/Battleship (2012)/Movies/Battleship (2012)
FileNameExtension                : Battleship (2012).mp4
FileName                         : Battleship (2012)
FileExtension                    : mp4
Format                           : MPEG-4
Format/String                    : MPEG-4
Format/Extensions                : braw mov mp4 m4v m4a m4b m4p m4r 3ga 3gpa 3gpp 3gp 3gpp2 3g2 k3g jpm jpx mqv ismv isma ismt f4a f4b f4v
Format_Commercial                : MPEG-4
Format_Profile                   : Base Media / Version 2
InternetMediaType                : video/mp4
CodecID                          : mp42
CodecID/String                   : mp42 (mp42/isom/avc1)
CodecID/Url                      : http://www.apple.com/quicktime/download/standalone.html
CodecID_Compatible               : mp42/isom/avc1
FileSize                         : 7707452583
FileSize/String                  : 7.18 GiB
FileSize/String1                 : 7 GiB
FileSize/String2                 : 7.2 GiB
FileSize/String3                 : 7.18 GiB
FileSize/String4                 : 7.178 GiB
StreamSize                       : 7707452583
StreamSize/String                : 7.18 GiB (100%)
StreamSize/String1               : 7 GiB
StreamSize/String2               : 7.2 GiB
StreamSize/String3               : 7.18 GiB
StreamSize/String4               : 7.178 GiB
StreamSize/String5               : 7.18 GiB (100%)
StreamSize_Proportion            : 1.00000
HeaderSize                       : 160
DataSize                         : 7704885256
FooterSize                       : 2567167
IsStreamable                     : No
File_Modified_Date               : 2021-05-24 22:30:01 UTC
File_Modified_Date_Local         : 2021-05-24 16:30:01
User avatar
rednoah
The Source
Posts: 23002
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Where do I find a list of command line arguments for -rename?

Post by rednoah »

Yep, even standalone mediainfo cannot read the file. I've not seen that before. mediainfo works for all the *.mp4 files I have available for testing.


:!: There's nothing you can do at this point. The file is corrupt, or mediainfo is broken, or both. You can try reporting the issue to the MediaInfo project.


:?: Out of curiosity. How did you generate these *.mp4 files? Did you mux / encode them yourself?
:idea: Please read the FAQ and How to Request Help.
frontrange
Posts: 23
Joined: 11 Dec 2023, 17:09

Re: Where do I find a list of command line arguments for -rename?

Post by frontrange »

I ripped them most likely with handbrake.
Post Reply