XeresRazor / subler

Automatically exported from code.google.com/p/subler
Other
3 stars 0 forks source link

Batch Processing with Queue Does Not Follow Preference Settings #764

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

In Settings > Advanced: 
1. Check "AC-3 audio to AAC"
2. Uncheck "Keep AC-3"
3. Set "Downmix Audio To" to Multi-Channel

In Queue Window
4. Check "Fetch Metadata"
5. Drag File into Queue window and press start (if Auto-Start is not selected)

*Example File:     File Type: MKV
                           Resolution: 1080p
                           Media Kind: TV Show
                           Video Track: h.264
                           Audio Track: AC-3, 6 ch

What is the expected output? What do you see instead?

Since there is no separate "Queue Settings" section, I'd assume that the queue 
would follow the settings I chose in the app Preferences. The expected process 
would be: 

A - Convert Video: Passthru, 
B - Convert Audio: To AAC-Multi-channel
C - Delete original AC-3 audio
D - Fetch Metadata
E - Tag Media Kind as "TV Show"
F - Tag HD as "1080p"

Out of all these steps, it seems that batch processing with the Queue only 
follows steps A, D, and E. The output file does not contain one AAC 6ch file, 
but instead contains the original AC-3 6ch and an AAC 2ch file. Metadata gets 
fetched and TV Show tag is added, but the resolution does not get scanned while 
in the Queue, and thus HD stays set "No".

What version of the product are you using? On what operating system?
Subler 0.25, Mac OS X 10.9.4

Please provide any additional information below.

I can provide sample files if needed.

Original issue reported on code.google.com by AkuKni...@gmail.com on 3 Aug 2014 at 9:08

GoogleCodeExporter commented 9 years ago
I didn't realize there was a beta of 0.26 until right after I typed this. I'll 
try out 0.26 and see if this still a problem.

Original comment by AkuKni...@gmail.com on 3 Aug 2014 at 9:19

GoogleCodeExporter commented 9 years ago
Ok, so it seems that in 0.26, steps D, E, and F are completed properly, but the 
audio issue still persists. I'm still getting a 2ch AAC along with the original 
audio (6ch AC-3), neither of which I want based on the preferences I set.

I do really like the new option to apply a "set" across the queue though, 
that's really nice.

One question though, when processing files through the Queue, is there any 
particular reason why you chose to have Subler save-as each file no matter what 
task you're trying to complete? 

I understand it for when you have "Optimize" checked, but if just fetching 
metadata on a bunch of already-converted M4V files, 0.26 is much slower than 
0.25 because it wants to re-save them all as new files, rather than just 
applying the metadata to the existing files.

Sorry if I'm bringing about too many issues at once.

Original comment by AkuKni...@gmail.com on 11 Aug 2014 at 9:02

GoogleCodeExporter commented 9 years ago
There was a logic error that caused the ac-3 track to be always added. Will be 
fixed in the next beta.

If you choose "Same as file" as the destination it should modify them in place.

Original comment by damiog on 12 Aug 2014 at 12:01

GoogleCodeExporter commented 9 years ago
Glad to hear you found the bug. Will the fix also allow for an audio conversion 
to the settings chosen in the app's preferences?

As for the second issues I mentioned, "Same as file" should do the trick, but 
it's not.

If I drag an M4V file into the queue, assign the only task to be "apply 'blah' 
set", choose "Same as File" for my location, and leave everything else 
unchecked, Subler will still create a separate MP4 (not M4V, not that it really 
matters) file, instead of overwriting the original.

Figured you'd want the heads up on that too.

Original comment by AkuKni...@gmail.com on 12 Aug 2014 at 8:35

GoogleCodeExporter commented 9 years ago
That looks like another bug.

Original comment by damiog on 14 Aug 2014 at 10:15

GoogleCodeExporter commented 9 years ago
Should be fixed in this build: 
https://dl.dropboxusercontent.com/u/34821905/Subler-Test.zip
The audio issue too.

Original comment by damiog on 14 Aug 2014 at 11:22

GoogleCodeExporter commented 9 years ago
Incredible. All my issues are now resolved! Thanks for your amazing and quick 
work.

My workflow will be dramatically faster now.

Thanks again!

Original comment by AkuKni...@gmail.com on 14 Aug 2014 at 11:36

GoogleCodeExporter commented 9 years ago
Glad to hear that!

Original comment by damiog on 14 Aug 2014 at 3:01