Hi all
I have a folder under Ubuntu server with hundreds of videos (mkv, mp4) which are in h264 and h265 (hevc) format.
I would like to find 1 solution to sort and move all the hevc videos to a separate folder and leave the h264 in the same place.
Each video is placed in 1 separate folder, this way:
Thanks for your help
I'm a beginner and don't know where to start.
Can you give me the steps to use this command.
My files are on an ubuntu 20.10 server without gui.
I installed filebot as well .
But I don't know where to start moving the hevc movies to 1 other folder.
Thank you in advance for your help
root@ubuntu:~# filebot -rename -r /raid5data/testHEVC/HEVCH264/ --db file --output /raid5data/testHEVC/HEVCMOVED/ --format "{video[0].Format}/{fn}" --filter "video[0].Format =~ /HEVC/" --action TEST
Initialize UserHome folder: /root/snap/filebot/42/data
Initialize Cache folder: /root/snap/filebot/42/data/cache
Initialize Logs folder: /root/snap/filebot/42/data/logs
Initialize TemporaryFiles folder: /root/snap/filebot/42/data/tmp
Initialize new disk cache: /root/snap/filebot/42/data/cache/0
Bad system encoding: ISO-8859-1
* Please configure your locale with LANG=C.UTF-8
* Consider using --mode interactive to enable interactive mode
File does not exist: /raid5data/testHEVC/HEVCH264/
No files selected: [/raid5data/testHEVC/HEVCH264/]
* This process is running within a confined sandbox. Access to the host file system may be restricted.
Rename files using [Plain File]
Failed to identify or process any files
Failure (×_×)⌒☆
* This process is running within a confined sandbox. Access to the host file system may be restricted.
If you are using snap to install and run software, then you must follow the instructions, otherwise snap confinement will default to restricting file system access: https://www.filebot.net/linux/snap.html
rednoah wrote: ↑16 Jun 2021, 13:57
If you are using snap to install and run software, then you must follow the instructions, otherwise snap confinement will default to restricting file system access: https://www.filebot.net/linux/snap.html
Please click on the link, and then read the page. If you install filebot via snap install filebot(i.e. without --devmode) then filebot cannot access /raid5data. That's just how snap works.
Thank you very much it works perfectly.
I was able to move everything to 1 new folder.
Now I find myself with hevc 4k and hevc 1080p movies in the same folder.
I would like to separate them in 1 different folder.
Is that possible?
Thank you
you are a genius, it works perfectly.
I am missing one last thing to sort out and everything will be fine.
All the Series hevc files are mixed up and I wish I had found a way to organize everything neatly.
Each series and movies must be renamed with "year" "codec video" "resolution""codec audio",(series classified by folder and by season)
Note that adding "movie / series identification" into the mix changes the original topic significantly, so previous advice may only be applicable partially.