Saya punya file avi dan mencoba memeriksanya seperti yang disarankan di sini . Tetapi setelah beberapa saat saya baru saja mendapatkan kesalahan segmentasi, tanpa informasi lainnya!
Bagaimana mungkin memperbaiki / memperbaiki file avi ini? Menonton file ini mplayer
hanya berfungsi dengan baik, menggunakannya dengan ffmpeg
atau kdenlive
menyebabkan kesalahan!
Sistem: Ubuntu 13.10 Ukuran file: 4.2 GB
Tambahan:
Ini adalah bagian dari output (mulai dan akhir) ketika menjalankan perintah (output LENGKAP adalah sekitar 1 MB teks!)
ffmpeg -v error -i file.avi -f null -
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1
Press ctrl-c to stop encoding
[dvvideo @ 0x21f39c0] AC EOB marker is absent pos=64
Last message repeated 1 times
.....
(These kind of lines repeat over and over and over. I really do not see a point providing them all. There are no build information. Interlaced in the output are lines like:
frame= 124 fps= 0 q=0.0 size= -0kB time=4.00 bitrate= -0.0kbits/s
)
....
Last message repeated 3 times
[dvvideo @ 0x1fad9c0] AC EOB marker is absent pos=69
[dvvideo @ 0x1fad9c0] AC EOB marker is absent pos=65
Last message repeated 1 times
[dvvideo @ 0x1fad9c0] AC EOB marker is absent pos=71
[dvvideo @ 0x1fad9c0] AC EOB marker is absent pos=75
[dvvideo @ 0x1fad9c0] AC EOB marker is absent pos=64
Last message repeated 2 times
[dvvideo @ 0x1fad9c0] AC EOB marker is absent pos=70
[dvvideo @ 0x1fad9c0] AC EOB marker is absent pos=71
[dvvideo @ 0x1fad9c0] AC EOB marker is absent pos=67
[dvvideo @ 0x1fad9c0] AC EOB marker is absent pos=65
Segmentation fault (core dumped)
segmentation fault
, tanpa output pesan lainnya. Mungkin saya bisa mengaktifkan beberapa debugging untuk ffmpeg
? Jika ya, bagaimana caranya?
ffmpeg
Perintah Anda dan output konsol lengkap adalah informasi penting.