Re: [FFmpeg-user] Problem with a YT video

2016-04-29 Thread Xen
Not to nitpick either but the command I supplied and I think you improved, it allows you to play the unfinished video just fine. So in this case I don't know why the OP is still bugging. The command I provided provided exactly what he wants or wanted. And your improved version, probably exact

Re: [FFmpeg-user] Problem with a YT video

2016-04-29 Thread Moritz Barsnick
On Thu, Apr 28, 2016 at 10:46:41 -0600, jd1008 wrote: > It is still running, currently at frame=16591 > > But, when I try to play Into_Great_Darknes-2.mp4 (even if not finished > encoding), I think that's the problem. You can't play an MP4 before it is finished, because it needs to add informati

Re: [FFmpeg-user] Problem with a YT video

2016-04-28 Thread jd1008
Hi Mortz, I tried the following: $ ffmpeg -i Into_Great_Darkness.mp4 -vf "crop=w=iw/2:h=ih:x=0:y=0,scale=w=2*iw:h=ih,setdar=dar=1.777" -y Into_Great_Darknes-2.mp4 It is still running, currently at frame=16591 But, when I try to play Into_Great_Darknes-2.mp4 (even if not finished encoding),

Re: [FFmpeg-user] Problem with a YT video

2016-04-28 Thread Moritz Barsnick
On Thu, Apr 28, 2016 at 02:01:08 +, Xen wrote: > 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 Wow, that's complicated and convoluted. I only used "movie=" so I

Re: [FFmpeg-user] Problem with a YT video

2016-04-27 Thread Xen
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 lav

Re: [FFmpeg-user] Problem with a YT video

2016-04-27 Thread DopeLabs
be sure you are running the latest YouTube-DL as well. -U to update. I've had similar errors which worked after the update. Sent from my iPhone > On Apr 27, 2016, at 6:30 PM, Xen wrote: > > jd1008 schreef op 27-04-2016 23:35: >> Hi Moritz, >> How do I use the command to save the output file in

Re: [FFmpeg-user] Problem with a YT video

2016-04-27 Thread Xen
jd1008 schreef op 27-04-2016 23:35: Hi Moritz, How do I use the command to save the output file instead of viewing it? Thanx!!! I haven't followed this as I just arrived on this list. But. Normally if you were downloading from a video site you'd use youtube-dl, right? Maybe I should be rea

Re: [FFmpeg-user] Problem with a YT video

2016-04-27 Thread jd1008
Hi Moritz, How do I use the command to save the output file instead of viewing it? Thanx!!! On 04/24/2016 11:02 AM, Moritz Barsnick wrote: On Sun, Apr 24, 2016 at 10:46:50 -0600, jd1008 wrote: OK, that plays one screen. Well and good !!! I had to download it to get one viewing screen. How did

Re: [FFmpeg-user] Problem with a YT video

2016-04-24 Thread jd1008
I just wanted to play it. I downloaded it with youtube-dl -f 22 ...etc Other players I use are mplayer smplayer (for playlists manipulation) ...etc, mpv, mkvmerge gui, ...etc PS: I am usin gold version of FF because several addons I like a lot, are not available for latest FF release, and no re

Re: [FFmpeg-user] Problem with a YT video

2016-04-24 Thread Moritz Barsnick
On Sun, Apr 24, 2016 at 10:46:50 -0600, jd1008 wrote: > OK, that plays one screen. Well and good !!! > I had to download it to get one viewing screen. How did your download manage to cut it in half? BTW, you can feed the stream URL directly to ffplay (your URL may vary): $ ffplay -i 'https://r6--

Re: [FFmpeg-user] Problem with a YT video

2016-04-24 Thread jd1008
OK, that plays one screen. Well and good !!! I had to download it to get one viewing screen. BUT - No Audio :( :( PS: Even if you play it in the browser , it is 2 virtual screens. So, my original thing was to play it on my laptop using any one of the linux media players - but without the dual v

Re: [FFmpeg-user] Problem with a YT video

2016-04-24 Thread Moritz Barsnick
On Sun, Apr 24, 2016 at 09:33:40 -0600, jd1008 wrote: > This video plays in 2 virtual screens in the same display screen. > Is there a way to fix this? Could you be a bit more verbose on what you're trying to do? > https://www.youtube.com/watch?v=WEjqYj17jaA&; That's a webpage. Let me guess (I

[FFmpeg-user] Problem with a YT video

2016-04-24 Thread jd1008
This video plays in 2 virtual screens in the same display screen. Is there a way to fix this? https://www.youtube.com/watch?v=WEjqYj17jaA&; ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user