Re: [FFmpeg-user] Videofilter scaling is not resizing

2016-09-29 Thread Kieran O Leary
Hi On Thursday, 29 September 2016, Chaes Heath wrote: > I've got a folder of 1080p videos that I'm wanting to encode in 720p. I'm > using the below command to do so: > > *for i in `ls`; do ffmpeg -y -i $i -vf scale=-1:720,setsar=1:1 -vf > subtitles=$i -crf 25 -trellis 2 -tune animation -preset

Re: [FFmpeg-user] Youtube

2016-09-29 Thread Eng . Hany Ahmed
Yes i got the hls link thank you but i didn't know how to re stream as rtmp link with ffmpeg so can you please send me the command to re stream the youtube hls link to rtmp so please i got error when i try this link and this error show with many links i tested youtube-dl -f 95 -g https://ww

Re: [FFmpeg-user] Youtube

2016-09-29 Thread Eng . Hany Ahmed
Yes i got the hls link thank you but i didn't know how to re stream as rtmp link with ffmpeg so can you please send me the command to re stream the youtube hls link to rtmp so please i got error when i try this link and this error show with many links i tested youtube-dl --list-formats h

[FFmpeg-user] Videofilter scaling is not resizing

2016-09-29 Thread Chaes Heath
I've got a folder of 1080p videos that I'm wanting to encode in 720p. I'm using the below command to do so: *for i in `ls`; do ffmpeg -y -i $i -vf scale=-1:720,setsar=1:1 -vf subtitles=$i -crf 25 -trellis 2 -tune animation -preset veryslow -c:a copy -f mp4 ../destination/720p/$i.mp4; done* This

Re: [FFmpeg-user] Youtube

2016-09-29 Thread Moritz Barsnick
On Thu, Sep 29, 2016 at 18:47:59 +, Eng.Hany Ahmed wrote: > Hello how i can using ffmpeg command to re stream youtube live channel You need to get hold of the proper (HLS) stream URL. This should work (I don't have an example to test): http://stackoverflow.com/q/37040798 (I do this with non-

[FFmpeg-user] Youtube

2016-09-29 Thread Eng . Hany Ahmed
Hello how i can using ffmpeg command to re stream youtube live channel ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or em

Re: [FFmpeg-user] mute audio without restart of encoding process

2016-09-29 Thread Виктор Митрофанов
Thank you for quick response! 2016-09-29 15:55 GMT+03:00 Moritz Barsnick : > On Thu, Sep 29, 2016 at 13:38:06 +0300, Виктор Митрофанов wrote: > > > I need some way to mute audio in live rtmp stream while it is beign > encoded > > by ffmpeg. > > Ideal scenario would be to have the ability to mute/

Re: [FFmpeg-user] mute audio without restart of encoding process

2016-09-29 Thread Moritz Barsnick
On Thu, Sep 29, 2016 at 13:38:06 +0300, Виктор Митрофанов wrote: > I need some way to mute audio in live rtmp stream while it is beign encoded > by ffmpeg. > Ideal scenario would be to have the ability to mute/unmute audio "on the > go" - without restarting ffmpeg and encoding process - is there a

[FFmpeg-user] mute audio without restart of encoding process

2016-09-29 Thread Виктор Митрофанов
Hello. I need some way to mute audio in live rtmp stream while it is beign encoded by ffmpeg. Ideal scenario would be to have the ability to mute/unmute audio "on the go" - without restarting ffmpeg and encoding process - is there any way to make this possible? -- Best regards, Viktor Mitrofanov