Re: [FFmpeg-user] Lossless cut from a h264 video with audio

2018-10-10 Thread Samat Galimov
exactly same result as 'cook-start', i.e. /usr/bin/env ffmpeg -y -ss 0:03:18 -t 0:00:10 -i cook.mp4 -c copy cook-start.mp4 &> cook-start.txt; # ss input option > On 10 Oct 2018, at 19:30, DopeLabs wrote: > > try this one... > > > /usr/bin/env ffmpeg -y -ss 0:03:18 -i cook.mp4 -t 0:00:10 -c

Re: [FFmpeg-user] Lossless cut from a h264 video with audio

2018-10-10 Thread Martin Underwood
Q: is there a way to cut a 10 second clip from a h264 video (downloaded from youtube) to later use it in web browsers with no quality loss? try this one... /usr/bin/env ffmpeg -y -ss 0:03:18 -i cook.mp4 -t 0:00:10 -c copy cook-start.mp4 &> cook-start.txt Does ffmpeg suffer from the same pr

Re: [FFmpeg-user] Lossless cut from a h264 video with audio

2018-10-10 Thread DopeLabs
try this one... /usr/bin/env ffmpeg -y -ss 0:03:18 -i cook.mp4 -t 0:00:10 -c copy cook-start.mp4 &> cook-start.txt > On Oct 10, 2018, at 8:44 56AM, Samat Galimov wrote: > > Hello, > > tl;dr: Q: is there a way to cut a 10 second clip from a h264 video > (downloaded from youtube) to later

[FFmpeg-user] Lossless cut from a h264 video with audio

2018-10-10 Thread Samat Galimov
Hello, tl;dr: Q: is there a way to cut a 10 second clip from a h264 video (downloaded from youtube) to later use it in web browsers with no quality loss? What I have tried so far: http://alpha.rawg.io/question/ Long version: My inputs are http://alpha.rawg.io/question/cook.txt