Jump to content

Image extraction for htab 3d fails


Recommended Posts

Posted (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 by DrWatson
Posted

Thanks, I'll look at it.

  • 1 month later...
Posted

 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.

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