DrWatson 62 Posted December 4, 2015 Posted December 4, 2015 (edited) The current command line for htab 3d image extraction has errors in it and fails to extract any image it is currently ffmpeg.exe -ss 00:00:15.000 -i file:"\\BLAH\3D Movies\Ant-Man (2015) [1080p] [3D] [HTAB]\Ant-Man (2015) [1080p] [3D] [HTAB].mkv" -threads 1 -v quiet -vframes 1 -vf "crop=iw:ih/2:0:0,scale=(iw*2):ih),setdar=dar=a,crop=min(iw\,ih*dar):min(ih\,iw/dar):(iw-min(iw\,iw*sar))/2:(ih - min (ih\,ih/sar))/2,setsar=sar=1,scale=600:trunc(600/dar/2)*2" -f image2 "-" it should read (I think - it is pretty complex) ffmpeg.exe -ss 00:00:15.000 -i file:"\\BLAH\3D Movies\Ant-Man (2015) [1080p] [3D] [HTAB]\Ant-Man (2015) [1080p] [3D] [HTAB].mkv" -threads 1 -v quiet -vframes 1 -vf "crop=iw:ih/2:0:0,scale=iw:(ih*2),setdar=dar=a,crop=min(iw\,ih*dar):min(ih\,iw/dar):(iw-min(iw\,iw*sar))/2:(ih - min (ih\,ih/sar))/2,setsar=sar=1,scale=600:trunc(600/dar/2)*2" -f image2 "-" The scale section is the issue original scale=(iw*2):ih) should read scale=iw:(ih*2) Thanks for looking at it. Edited December 4, 2015 by DrWatson
DrWatson 62 Posted January 27, 2016 Author Posted January 27, 2016 52 days and no movement seriously how hard is it to change when you have the required code - I would submit a pull request but if you can't be bothered neither can I.
DrWatson 62 Posted February 7, 2016 Author Posted February 7, 2016 https://github.com/MediaBrowser/Emby/blob/dev/MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs#L553 if you need help finding it now 62 days 2
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now