Changes between Version 3 and Version 4 of notes/media


Ignore:
Timestamp:
2020-04-03T10:44:10Z (5 years ago)
Author:
root
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • notes/media

    v3 v4  
    2020== download dash video with `ffmpeg` avoiding to encoding:
    2121{{{#!sh
    22 ffmpeg -i https://url.to/manifest.mpd -map 0:1 -map 0:4 -c copy output.mp4```
     22ffmpeg -i https://url.to/manifest.mpd -map 0:1 -map 0:4 -c copy output.mp4
    2323}}}
    2424