Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manual post-processing #16

Closed
RobertSmith8 opened this issue May 12, 2013 · 3 comments
Closed

Manual post-processing #16

RobertSmith8 opened this issue May 12, 2013 · 3 comments

Comments

@RobertSmith8
Copy link

This is something what I want to try

But i'm not sure were to start. To begin with a fully automated process is not an option due to subtitles, sometimes i have to wait for subtitle and sometimes it's hard to find subtitle with correct framrate.

For me a perfect solution would be an inbox (mkv +optional srt) and a outbox (m4v +optional org. mkv and srt).

It would be great if I could run this post-processing script on my synology either manual or if the script is watching the inbox.

I'm more or less a noob on Linux so any guidelines would be very much appreciated.

I know what DTS is supported in mp4/m4v, is it possible with DTS passthrough?
I have never succeeded to create a m4v with DTS using subler and playback with DTS on aTV using aTV Flash.
Most of my mkv contains DTS and I have no problem to play them using aTV Flash with DTS sound

Ref: http://forums.plexapp.com/index.php/topic/39265-my-solution-for-all-apple-devices/page-1#entry249587

@nctiggy
Copy link
Contributor

nctiggy commented May 12, 2013

in linux I found this http://unix.stackexchange.com/questions/24952/script-to-monitor-folder-for-new-files for watching a folder, then you would just need to execute autoProcessMovie.py or postConversion.py passing at least two arguments: the file path and the nzb or file name. You may need to make some other changes as it looks like you are not intending to use this with usenet downloads (based off of your other link to the forums).

@mdhiggins
Copy link
Owner

It shouldn't be too hard to add the ability to import an SRT file, but you definitely would need an outside script to watch your directory and then pass commands to the appropriate section in this script. So far everything is mostly designd to be called from sickbeard or SAB but you could emulate those command line parameters to achieve what you want.

DTS is already supported, and will be remuxed into an mp4/m4v if DTS is the input and output format.

@mdhiggins
Copy link
Owner

SRT file importing added with latest commit. Consider it an early alpha feature that needs to be tested, but so far its working on my end. Manual processing is also fully set to go via manual.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants