Jump to content

Unknown encoder when transcoding


ctrlaltdefeat

Recommended Posts

Have you been able to transcode that file before? Can you try a different file? thanks.

Link to comment
Share on other sites

ctrlaltdefeat

I can transcode the video myself just fine(outside of docker)

 

All my movies are released by the same group(and using the same kind of subtitles) and fail to be transcoded within docker

Link to comment
Share on other sites

ctrlaltdefeat

No

 

I reinstalled Emby again last night, after not using it for.a long time.

 

This is pretty much the first video I'm trying to transcode since installing by again

Link to comment
Share on other sites

ctrlaltdefeat

With my current upload speed it will take some time to make it available. I should have it ready in roughly 8 hours.

Link to comment
Share on other sites

Thanks. You can also slice a small portion of a file. If you do that, just make sure the smaller version exhibits the same problem. Thanks !

Link to comment
Share on other sites

ctrlaltdefeat

Any progress towards this?

 

Were you able to download the file? I'll take the link down if you got it

Link to comment
Share on other sites

Sorry, just started downloading, but please leave it up a little longer because i would like have to someone else download it as well for testing. thanks.

Link to comment
Share on other sites

ctrlaltdefeat

Al right

tomorrow and the day after I'll be traveling, so I probably won't have time to touch anything for the next 3 days anyway

Link to comment
Share on other sites

alucryd

@ctraltdefeat I just pushed a new docker beta with an additional subtitle codec enabled, I believe this is the one you need. Could you please give it a try?

Link to comment
Share on other sites

  • 1 month later...
ctrlaltdefeat

It's been some time. Has there been any progress on this, or is there any more information required?

The file is still available for downloading

 

 

additional info:

This command works:
ffmpeg -re -f matroska,webm -i file:"/mnt/media/Anime/Hataraku Saibou/[HorribleSubs] Hataraku Saibou - 10 [720p].mkv" -map 0:0 -map 0:1 -map 0:2 -codec:v:0 libx264 -force_key_frames "expr:gte(t,n_forced*5)" -vf "scale=trunc(min(max(iw\,ih*dar)\,720)/2)*2:trunc(ow/dar/2)*2" -pix_fmt yuv420p -preset superfast -crf 23 -maxrate 1308000 -bufsize 2616000 -x264opts:0 subme=0:me_range=4:rc_lookahead=10:me=dia:no_chroma_me:8x8dct=0:partitions=none -vsync -1 -map_metadata -1 -map_chapters -1 -threads 0 -codec:a:0 copy -codec:s:0 copy -disposition:s:0 default -y "/mnt/media/ProgramData/Emby/Sync/bee8ae9b059240dcb31b652d74303a04/81054295af87448e93ac93953912d081/42c490b6-eec3-4023-91f1-74084449ecfb.mkv"

 

Whereas this command does not

 

ffmpeg -re -f mov,mp4,m4a,3gp,3g2,mj2 -i file:"/mnt/media/Movies/Logan (2017)/Logan.2017.1080p.BluRay.x264.AC3-PxHD.mp4" -map 0:0 -map 0:1 -map 0:2 -codec:v:0 libx264 -force_key_frames "expr:gte(t,n_forced*5)" -vf "scale=trunc(min(max(iw\,ih*dar)\,720)/2)*2:trunc(ow/dar/2)*2" -pix_fmt yuv420p -preset superfast -crf 23 -maxrate 1116000 -bufsize 2232000 -x264opts:0 subme=0:me_range=4:rc_lookahead=10:me=dia:no_chroma_me:8x8dct=0:partitions=none -vsync -1 -map_metadata -1 -map_chapters -1 -threads 0 -codec:a:0 ac3 -ac 2 -ab 384000 -ar 44100 -af "volume=2" -codec:s:0 copy -disposition:s:0 default -y "/mnt/media/ProgramData/Emby/Sync/a863367ff3fd4d428fa355acf4d630a1/bd5dc7b9ddef4c838368feb2fa59bbf2/3435707a-5a0f-4cc5-807b-1f00e12bdbbf.mkv"

 

I'm not sure what parameter throws it off, or what any of them do for that matter

Edited by ctrlaltdefeat
Link to comment
Share on other sites

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...