Re: [FFmpeg-user] Sony XAVC codec errors when trying to clip

2020-01-23 Thread Mike Dahman
Thanks Carl - the clipping with -c copy works to a .mov file. VLC plays the output file although there seems to be something either jumpy or a little off with the audio, still looking into it, but this helps. ffmpeg -i C0003.MP4 -ss 00:06:15 -t 00:00:30 -c copy clip-test.mov ffmpeg version 4.2.2

Re: [FFmpeg-user] Sony XAVC codec errors when trying to clip

2020-01-23 Thread Carl Eugen Hoyos
> Am 23.01.2020 um 18:02 schrieb Mike Dahman : > > I'm trying to clip a XAVC file on MacOS 10.15.2. In the past, I've used > ffmpeg to pull clips from large files so I don't have to pull the whole > file into iMovie and clip it there. I just started using the higher quality > XAVC files, but see

[FFmpeg-user] Sony XAVC codec errors when trying to clip

2020-01-23 Thread Mike Dahman
Hello all, This is my first post, hopefully all the pertinent info is included to get some assistance. I'm trying to clip a XAVC file on MacOS 10.15.2. In the past, I've used ffmpeg to pull clips from large files so I don't have to pull the whole file into iMovie and clip it there. I just started