Hi, I have been using atomicparsley for a while now, and 90% of the time it works fine.

However, for some strange reason, with certain videos, I get the follwing error which is something like: "error trying to fopen file".

I encode with ffmpeg to a ".m4v" file, and I use one batch file that contains both options by ffmpeg, followed by the atomicparsley options. As I said, i have no problems with it 90% of the time, its just some encodes. It is the same batch file for each encode aswell which is pretty confusing.

Here is the command if its any help:
Code:
AtomicParsley-utf8 "%output_file%.m4v" --DeepScan --iPod-uuid 1200 --TVShowName "%TVShowName%" --TVEpisode "%TVEpisode%" --description "%description%" --TVSeasonNum %TVSeasonNum% --TVEpisodeNum "%TVEpisodeNum%" --encodingTool "%encodingTool%" --title "%title%" --artist "%artist%" --album "%album%" --year %year% --comment "%comment%" --purchaseDate "%purchaseDate%" --contentRating %contentRating% --genre "%genre%" --tracknum %tracknum% --artwork %artwork% --stik %stik% --overWrite
AtomicParsley-utf8 "%output_file%.m4v" -t
It's pretty irritating and I can't seem to find an explaination on the internet so I would appreciate any help if you could.

Thanks