video codec/video format/audio codec no longer working

All your suggestions, requests and ideas for future development
Post Reply
naqidin
Posts: 1
Joined: 25 Sep 2015, 13:37

video codec/video format/audio codec no longer working

Post by naqidin »

My Filebot seems to have lost the ability to read that codec information

I use the following for movie titles

Code: Select all

Movies/{vf}/{collection +'/'}{n} ({y})/{n} ({y}).{vf}.{vc}.{ac}
It used to work correctly and give me something like this

Code: Select all

Movies/720p/Avengers Collection/The Avengers (2012)/The Avengers (2012).720p.x264.DTS.mkv
but now if i do that same script on that same file i get this

Code: Select all

Movies/Avengers Collection/The Avengers (2012)/The Avengers (2012)....mkv
Console output

Code: Select all

Java HotSpot(TM) Client VM warning: TieredCompilation is disabled in this release.

Code: Select all

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Users\Server>filebot -script fn:sysinfo
Java HotSpot(TM) Client VM warning: TieredCompilation is disabled in this releas
e.
FileBot 4.6 (r3052)
JNA Native: 4.0.0
MediaInfo: java.lang.UnsatisfiedLinkError: Unable to load library 'mediainfo': N
ative library (win32-x86/mediainfo.dll) not found in resource path ([file:/C:/Pr
ogram%20Files/FileBot/FileBot.jar])
Sep 25, 2015 8:46:50 AM net.filebot.archive.SevenZipLoader requireNativeLibrarie
s
WARNING: Failed to preload library: java.lang.UnsatisfiedLinkError: no mingwm10
in java.library.path
7-Zip-JBinding: net.sf.sevenzipjbinding.SevenZipNativeInitializationException: F
ailed to load 7z-JBinding: C:\Program Files\FileBot\7-Zip-JBinding.dll: Can't lo
ad AMD 64-bit .dll on a IA 32-bit platform
chromaprint-tools: fpcalc version 1.1.0 (C:\Program Files\FileBot\fpcalc.exe)
Extended Attributes: OK
Groovy Engine: 2.4.3
JRE: Java(TM) SE Runtime Environment 1.8.0_60
JVM: 32-bit Java HotSpot(TM) Client VM
CPU/MEM: 8 Core / 247 MB Max Memory / 16 MB Used Memory
OS: Windows 7 (x86)
Done ?(?????)?


C:\Users\Server>
User avatar
rednoah
The Source
Posts: 23931
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: video codec/video format/audio codec no longer working

Post by rednoah »

See FAQ.

Hint: you must use 64-bit Java
:idea: Please read the FAQ and How to Request Help.
Post Reply