@jbritton3 are you successful with any exports at all?
I was able to do it before, when ffmpeg was part of the program.
do i need to do anything with the files in the ‘lib’ folder?
Ok, did you download the 64bit or 32bit ffmpeg for mac?
I followed some old instructions that i found online. Is there an easy way to tell with a command line?
@jbritton3 well, can you try and run it via terminal? Just to make sure…
Did one and it worked. The heading had this:
ffmpeg version 2.6.2 Copyright (c) 2000-2015 the FFmpeg developers
built with Apple LLVM version 6.1.0 (clang-602.0.49) (based on LLVM 3.6.0svn)
configuration: --enable-libmp3lame --enable-shared --disable-mmx --arch=x86_64
Does that mean it is the 64 bit version?
Do you need more of the output?
Did you build it??
I built ffmpeg from instructions at this website:
@jbritton3 no problem was feverishly working on other stuff for it any way
Oh and yes please try exporting from command line
@Jestep, so i guess i’m having trouble figuring out how to run a java file in terminal. Any chance you can help me with that?
java -jar TabloExport.jar
You’re going to hate me by the end of today…
Exception in thread "main" java.lang.UnsupportedClassVersionError: tabloexport/TabloExport : Unsupported major.minor version 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637)
at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
Thanks! I bet that will fix everything.
lol
Ok, and just an announcement here… Updated TabloExport now includes a queue so you can select multiple shows (and even from Multiple Tablos) click export and they will go into the queue to be processed.
I just found this thread after trying the VLC and python methods. This has worked flawlessly so far on Mac OS. Thanks so much Jestep. My only question is if there is a way to export the metadata (airdate, season, episode) to the mp4 files?