Re: [FFmpeg-user] Problem playing mp4 file

2019-04-06 Thread Carl Zwanzig
On 4/6/2019 9:14 AM, Kieran O Leary wrote: JD, why do you never post the full console output? It always ends up solving the issue. And why are you always top-posting? (Pls look that up, and don't do it.) Also, get a new version of ffmpeg, don't use one from 2016. z!

Re: [FFmpeg-user] Problem playing mp4 file

2019-04-06 Thread JD
And here is sthe output of ffplay. Of course, I had to quit the play because all I was seeing were pixillated images. $ ffplay -loglevel debug BulletProof_Monk.mp4 ffplay version N-81669-gb82c1a3 Copyright (c) 2003-2016 the FFmpeg developers built with gcc 4.8.3 (GCC) 20140911 (Red Hat

Re: [FFmpeg-user] Problem playing mp4 file

2019-04-06 Thread JD
OK. I attach the full output of mplayer -msglevel all=9 BulletProof_Monk.mp4 2>&1 | lz4c -9 > /tmp/err.lz4 On 04/06/2019 10:14 AM, Kieran O Leary wrote: On Sat, 6 Apr 2019, 17:12 JD, wrote: Hi, I downloaded from YT a video with the youtube-dl command as follows: youtube-dl -f 227 -o

Re: [FFmpeg-user] Problem playing mp4 file

2019-04-06 Thread Kieran O Leary
On Sat, 6 Apr 2019, 17:12 JD, wrote: > Hi, > I downloaded from YT a video with the youtube-dl command as follows: > > youtube-dl -f 227 -o BulletProof_Monk.mp4 > https://www.youtube.com/watch?v=n-XfagAzwHM > > after the movie downloaded I tried to play it. > > ffplay BulletProof_Monk.mp4 > JD,

[FFmpeg-user] Problem playing mp4 file

2019-04-06 Thread JD
Hi, I downloaded from YT a video with the youtube-dl command as follows: youtube-dl -f 227 -o BulletProof_Monk.mp4 https://www.youtube.com/watch?v=n-XfagAzwHM after the movie downloaded I tried to play it. ffplay BulletProof_Monk.mp4 yields no audio, and video is all pixellated. mplayer