Re: [FFmpeg-user] Basic dash muxing

2020-03-04 Thread Carl Eugen Hoyos
Am Mi., 4. März 2020 um 09:13 Uhr schrieb Jesús Aguilar Armijo : > > I see, thank you. I am doing now from a .yuv video and the HLS > segmentation works perfectly but I still have problems with dash. There > is no error in the execution but I get less output files than expected > so I did some mist

Re: [FFmpeg-user] Basic dash muxing

2020-03-04 Thread Jesús Aguilar Armijo
I see, thank you. I am doing now from a .yuv video and the HLS segmentation works perfectly but I still have problems with dash. There is no error in the execution but I get less output files than expected so I did some mistake with the command options. For: ffmpeg -s:v 1920x1080 -r 25 -i inpu

Re: [FFmpeg-user] Basic dash muxing

2020-03-02 Thread Carl Eugen Hoyos
Am Mo., 2. März 2020 um 15:48 Uhr schrieb Jesús Aguilar Armijo : > 1.- The input video is a 20 seconds h265 encoded video from a .yuv file, > is that input correct? I understand that the dash command creates > segments and manifest files from a previously encoded video, so it > should be correct a

[FFmpeg-user] Basic dash muxing

2020-03-02 Thread Jesús Aguilar Armijo
Dear ffmpeg community, I want to perform a basic DASH segmentation. I took the DASH command example from the documentation and I tried to reduce it to the basics so I can learn better what I am doing, using 2 second segments. I previously did with HLS and it worked properly. Using the followin