Jump to content

Post Processing


Recommended Posts

Fratopolis
Posted (edited)

UPDATE

Link to updated version 

https://emby.media/community/index.php?/topic/66318-post-processing-emby-crash-concat-filesextract-closed-captionsremux-mkv/

UPDATE

 

For those who hate .ts containers here you go: (Will remux into mkv container for better direct stream upport, and extract Closed Captions as srt)
 

This will also delete the original file only after successful conversion.

 

1: create convert.bat file in C:\ and paste these next lines in it exactly
 

%~d1

CD "%~dp1"
for /r %%F in (*.ts) do (
%%~dF
CD "%%~dpF"
%APPDATA%\Emby-Server\ffmpeg\20170308\ffmpeg.exe -f lavfi -i "movie='%%~nxF'[out0+subcc]" -map s "%%~nF.eng.srt"
%APPDATA%\Emby-Server\ffmpeg\20170308\ffmpeg.exe -i "%%F" -c:v copy -c:a copy "%%~nF.mkv"
if not errorlevel 1 if exist "%%~dpnF.mkv" del /q "%%F"
)

2: Now in the DVR "Post-processing application:" space put in C:\convert.bat

Edited by Fratopolis
Posted

Our media conversion feature can also help with this.

Fratopolis
Posted (edited)

Luke,

 

The only issue I had with the media conversion is I cannot find a place to see what settings I have for each show. Is there a place that shows this?

 

Or how to turn off conversion for a show.

Edited by Fratopolis
Posted

Once you create conversion jobs, you can manage them in the Download & Sync section of the server dashboard.

Fratopolis
Posted

Well dang. Never thought to look in download and sync. Lol the title download and sync in my mind has nothing to do with convert. Nice to know. Thanks Luke!!!

Posted

Yea that part of it needs to be revamped. Thanks.

  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...