Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

ffmpeg - I want to change where they save files

(http://stream-recorder.com/forum/showthread.php?t=20909)

veenx0704 04-17-2016 08:27 AM

ffmpeg - I want to change where they save files


 
Hi can anyone tell me what script to tell the ffmpeg where to save files???

Like example:
Quote:

ffmpeg -i "http://hls-aws.vevo.com/v3/hls/2015/05/USUMV1500234/fefc9cda-f338-423e-a2f2-69ff10eb5feb/5200/usumv1500234_5200k_1920x1080_h264_5200_aac_128.m3u 8" -c copy "Rihanna.ts"
I have this m3u8 link to convert them, but "he" would save this to my

Quote:

C:\users\myname\
I wanna save every file to
Quote:

C:\users\myname\desktop\
Help me please....I hope i didn't miss anything. Thanks!!!

habunath 04-18-2016 12:32 AM

Re: ffmpeg - I want to change where they save files


 
Just put the location in the quotes.. like

Quote:

ffmpeg -i "http://hls-aws.vevo.com/v3/hls/2015/05/USUMV1500234/fefc9cda-f338-423e-a2f2-69ff10eb5feb/5200/usumv1500234_5200k_1920x1080_h264_5200_aac_128.m3u 8" -c copy "C:\users\myname\desktop\Rihanna.ts"

veenx0704 04-20-2016 09:37 AM

Re: ffmpeg - I want to change where they save files


 
thanks!


All times are GMT -6. The time now is 06:52 PM.