jd1008 schreef op 27-04-2016 23:35:
BUT - No Audio :( :(
Mine has. Perhaps your download tool downloaded the video-only stream.
(Have you checked "youtube-dl -F"?)
Responding to the guy who gave you the ffplay command, but.....
I am no expert but this thing works:
ffmpeg -i input.mp4 -f lavfi -i
"movie=input.mp4,crop=w=iw/2:h=ih:x=0:y=0,scale=w=2*iw:h=ih,setdar=2*dar"
-map 1:0 -map 0:1 out.mp4
I took his filter, put the same file as input in front of it, took the
audio stream out of that with -map 0:1, and the video stream out of the
filtered input with -map 1:0.
Will take a while to transcode > 1G though ;-).
Regards.
Btw, when I played that thing in the browser, it was just one half too.
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".