Re: [FFmpeg-user] How to re-encode 3d video to 2d video

2016-06-05 Thread Cley Faye
Le 6 juin 2016 03:36, "jd1008" a écrit : > > Is this the way to convert a 3d vid to 2d? > > Moritz had replied to another question of how to play 3d vid on computers > not capable of playing 3d. So I used his -vf options as follows: > > ffmpeg -i the_3d_video.mp4 -r 29 -vf

[FFmpeg-user] How to re-encode 3d video to 2d video

2016-06-05 Thread jd1008
Is this the way to convert a 3d vid to 2d? Moritz had replied to another question of how to play 3d vid on computers not capable of playing 3d. So I used his -vf options as follows: ffmpeg -i the_3d_video.mp4 -r 29 -vf "crop=w=iw/2:h=ih:x=0:y=0,scale=w=2*iw:h=ih,setdar=2" -y the_2d_video.mp4

Re: [FFmpeg-user] ffmpeg cutting movies into multiple parts

2016-06-05 Thread Moritz Barsnick
On Sun, Jun 05, 2016 at 11:56:52 +0800, blubee blubeeme wrote: > The line above "$OUT_DIR" doesn't work and throws a cryptic error. It may be cryptic to you, but if it comes from ffmpeg, it most likely has a meaning. And it's one of the two things you didn't tell us. ;-) More precisely: Please