Re: [FFmpeg-user] Using ffmpeg to combine video and audio?

2017-09-05 Thread Lou
On Tue, Sep 5, 2017, at 09:51 AM, Kieran O Leary wrote: > P. S > Apologies for top posting. Insolence. As punishment you must clear the messages/spam from the mailing list non-subscribed user queue for a week, or answer the next 3 questions that involve some sort of networking protocol issue that

Re: [FFmpeg-user] Using ffmpeg to combine video and audio?

2017-09-05 Thread William Caulfield
On Tue, Sep 5, 2017 at 12:53 PM, Steve Boyer wrote: > On Tue, Sep 5, 2017 at 12:25 PM, Andrew Valenkov < > manwithgoodtaste-at-yahoo@ffmpeg.org> wrote: > > > > This is probably the bigger part of your problem. If you don't have FFmpeg > already (which if it isn't

Re: [FFmpeg-user] Using ffmpeg to combine video and audio?

2017-09-05 Thread Steve Boyer
On Tue, Sep 5, 2017 at 12:25 PM, Andrew Valenkov < manwithgoodtaste-at-yahoo@ffmpeg.org> wrote: > Hello, everyone I guess. Never used such "mailing lists" before to > communicate with a bunch of people at once. > Welcome! > I am trying to become more computer-savvy, and learn all the

Re: [FFmpeg-user] Using ffmpeg to combine video and audio?

2017-09-05 Thread Kieran O Leary
P. S Apologies for top posting. ___ 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".

Re: [FFmpeg-user] Using ffmpeg to combine video and audio?

2017-09-05 Thread Kieran O Leary
ffmpeg -i videofile -i audiofile -c copy output.mkv Instead of typing audiofile or videofile, just drag and drop your file into the terminal and the path will appear. If you get an error, copy paste the full terminal output into an email, along with the command line used. On 5 Sep 2017 6:25 pm,

[FFmpeg-user] Using ffmpeg to combine video and audio?

2017-09-05 Thread Andrew Valenkov
Hello, everyone I guess. Never used such "mailing lists" before to communicate with a bunch of people at once. I am trying to become more computer-savvy, and learn all the digital multimedia trickery. I am also trying my best to preserve select YouTube videos in their original quality. The

Re: [FFmpeg-user] ffmpeg as proxy

2017-09-05 Thread DopeLabs
ffmpeg -i rtmp://hostname.com/app/inputstream -c copy -f flv rtmp://hostname.com/app/outputstream > On Sep 5, 2017, at 2:00 05AM, Simone Savi > wrote: > > Hi all, > I have the need to use ffmpeg as proxy for rtmp stream. > > Particularly I need to know if is it

[FFmpeg-user] ffmpeg as proxy

2017-09-05 Thread Simone Savi
Hi all, I have the need to use ffmpeg as proxy for rtmp stream. Particularly I need to know if is it possible to use a live rtmp streaming as input and, if the answer is yes, what are the instructions to do this. Best regards ___ ffmpeg-user mailing