That worked, thank you. Also I was able to "fix" it by cutting off several bytes using dd (like Micael Silva also suggested), although I'm not sure if that keeps the file structure intact, so your solution is better.
On Sat, Oct 17, 2020 at 4:49 AM Carl Eugen Hoyos <[email protected]> wrote: > Am Sa., 17. Okt. 2020 um 03:13 Uhr schrieb Ivan Gorin < > [email protected]>: > > > > Here is the link to a sample, it's the very beginning of the video, > where I > > think the problem is. VLC says there is an indexing problem but it plays > > fine. > > > > https://drive.google.com/file/d/1hznkCKQWWbmxSSBQxwyKY-G3Kje_D9nh > > I know this does not scale very well but DV's are special: > $ ffmpeg -ss 1 -i input -vcodec copy -f rawvideo out > > out is now a dv file with audio. > > As explained by Micael, the issue is that the beginning of the file > contains > broken frames. > > ffplay allows you to press "a" while playing to enable the newly-found > audio stream with your original sample. > > Carl Eugen > _______________________________________________ > ffmpeg-user mailing list > [email protected] > https://ffmpeg.org/mailman/listinfo/ffmpeg-user > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
