Hi, I have one video which duration is 167 minutes (very long!), because I have limited bandwidth I would like to only download the HD version but only in a specific time frame (for example from 10.00 - 30.00). Is there anyways for me to do it? (for example by using ffmpeg)
The video isI already have the direct linkCode:http://concert.arte.tv/fr/soiree-exceptionnelle-nicolas-le-riche-lopera-de-parisand the m3u8 linkCode:http://artestras.vo.llnwd.net/v2/am/ALW/054000/054800/054818-001-A_SQ_0_VO_01370342_MP4-2200_AMM-ALW.mp4Thank you!Code:http://artestras.vo.llnwd.net/v2/am/ALW-HLS/054818-001-A_SQ_0_VO_01370341_MP4-2200_AMM-ALW-HLS/054818-001-A_SQ_0_VO_01370341_MP4-2200_AMM-ALW-HLS.m3u8
+ Reply to Thread
Results 1 to 7 of 7
-
-
Hi ,
@aliv :
Here below , what i have tried , for the video between 10 to 30mn .
Code:ffmpeg -ss 00:10:00 -i "http://artestras.vo.llnwd.net/v2/am/ALW-HLS/054818-001-A_SQ_0_VO_01370341_MP4-2200_AMM-ALW-HLS/054818-001-A_SQ_0_VO_01370341_MP4-2200_AMM-ALW-HLS.m3u8" -vcodec copy -acodec copy -f mpegts -t 00:20:00 nicolas-le-riche_2eme.ts
Regards . -
Thank you aazerty, I managed to download but the resolution is 640x360 is there anyway so I can get the HD version 1280x720? Also how do I get the mp4 version
Thanks for your help
-
For http progressive download you can use the direct link URL
Code:ffmpeg -ss 00:10:00 -i "http://artestras.vo.llnwd.net/v2/am/ALW/054000/054800/054818-001-A_SQ_0_VO_01370342_MP4-2200_AMM-ALW.mp4" -c:v copy -c:a copy -t 00:20:00 output.mp4
-
Hi poisondeathray,
This showed up when I downloaded using your suggestion (the video result is HD but it stopped around 2+ minutes).
frame= 4441 fps=8.9 q=-1.0 size= 52944kB time=00:02:57.12 bitrate=2448.7kbits/
frame= 4444 fps=8.9 q=-1.0 size= 53061kB time=00:02:57.24 bitrate=2452.5kbits/
frame= 4449 fps=8.9 q=-1.0 size= 53061kB time=00:02:57.44 bitrate=2449.7kbits/
frame= 4452 fps=8.9 q=-1.0 size= 53071kB time=00:02:57.56 bitrate=2448.5kbits/
[mov,mp4,m4a,3gp,3g2,mj2 @ 02804ec0] stream 0, offset 0x10183f51: partial file
http://artestras.vo.llnwd.net/v2/am/ALW/054000/054800/054818-001-A_SQ_0_VO_01370
342_MP4-2200_AMM-ALW.mp4: Invalid data found when processing input
frame= 4455 fps=8.0 q=-1.0 size= 53183kB time=00:02:57.68 bitrate=2452.0kbits/
frame= 4455 fps=8.0 q=-1.0 Lsize= 53361kB time=00:02:57.68 bitrate=2460.2kbits
/s
video:51194kB audio:2032kB subtitle:0kB other streams:0kB global headers:0kB mux
ing overhead: 0.252569% -
Maybe you have bad internet connection ? Disconnect? It worked ok here.
Not sure how to "resume" with ffmpeg
frame=29768 fps=100 q=-1.0 size= 404472kB time=00:19:50.20 bitrate=2783.9kbits/
frame=29802 fps=100 q=-1.0 size= 405035kB time=00:19:51.56 bitrate=2784.6kbits/
frame=29852 fps=100 q=-1.0 size= 406085kB time=00:19:53.60 bitrate=2787.1kbits/
frame=29899 fps=100 q=-1.0 size= 406790kB time=00:19:55.44 bitrate=2787.6kbits/
frame=29935 fps=100 q=-1.0 size= 407586kB time=00:19:56.88 bitrate=2789.7kbits/
frame=30012 fps=100 q=-1.0 size= 408300kB time=00:20:00.00 bitrate=2787.3kbits/
frame=30012 fps=100 q=-1.0 Lsize= 409199kB time=00:20:00.00 bitrate=2793.5kbits
/s
video:394603kB audio:13697kB subtitle:0kB other streams:0kB global headers:0kB m
uxing overhead: 0.220041%