← Back to team overview

openshot.developers team mailing list archive

[Bug 481500] Re: openshot bleeding-edge PPA ubuntu 9.10 karmic export crashes

 

the command mlt -query producers returned the following:
No command 'mlt' found, did you mean:
 Command 'llt' from package 'storebackup' (universe)
 Command 'mft' from package 'texlive-base' (main)
 Command 'mgt' from package 'mgt' (universe)
 Command 'mt' from package 'mt-st' (universe)
 Command 'mt' from package 'star' (universe)
 Command 'mt' from package 'cpio' (main)
 Command 'melt' from package 'melt' (universe)
 Command 'mln' from package 'mmv' (universe)
i do have all of the mlt packages installed that openshot required (installed as dependencies on its own) so i went ahead and installed melt
this is the output from the command melt -query producers:
---
producers:
  - avformat
  - color
  - colour
  - consumer
  - loader
  - hold
  - noise
  - ppm
  - libdv
  - frei0r.ising0r
  - frei0r.lissajous0r
  - frei0r.nois0r
  - frei0r.onecol0r
  - frei0r.partik0l
  - pango
  - pixbuf
  - framebuffer
  - kino
  - melt
  - melt_file
  - qimage
  - pgm
  - vorbis
  - xml
  - xml-string
...

i don't understand your question. i am doing this all on one computer, and i've installed openshot the following ways on this computer with the following results:
installed openshot from build-wizard, chose 9.04 32bit (option 3?) then chose the git build of ffmpeg (option 3?) - crash at end of export
completely removed openshot, mlt, ffmpeg, x264 packages
installed openshot from developers ppa - crashed at startup. deleted the .openshot folder, no change
completely removed openshot, mlt, ffmpeg, x264 packages
installed openshot from experimental ppa - can export x264 with ac3 audio, crashes at start of export with libaac or libmp3lame audio
installed all unstripped libav packages - now openshot can export x264 (and does not say x264 not found as it did before) but still crashes with libfaac audio, exports with no errors perfectly with x264 and libmp3lame audio
installed melt to get your output, did not change the behavior of openshot at all

i redid the command jonathan suggested above with these results:
rgoebel@ronbuntu:~$ melt -verbose -profile dv_pal_wide /home/rgoebel/projects/kodak/kittehshoelove/811_1411.MOV -consumer avformat:/home/rgoebel/projects/kodak/kittehshoelove/test1.MOV acodec=mpeg2 ab=128k ar=44100 f=mp4 vcodec=libx264 minrate=0 b=900k
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x92d3a00]ISO: File Type Major Brand: qt  
st:0 removing common factor 3 from timebase
st:1 removing common factor 128 from timebase
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x92ffd20]ISO: File Type Major Brand: qt  
st:0 removing common factor 3 from timebase
st:1 removing common factor 128 from timebase
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x9395720]ISO: File Type Major Brand: qt  
st:0 removing common factor 3 from timebase
st:1 removing common factor 128 from timebase
consumer_avformat.c: audio codec mpeg2 unrecognised - ignoring
[libx264 @ 0x92da620]interlace + direct=temporal is not implemented
[libx264 @ 0x92da620]using SAR=64/45
[libx264 @ 0x92da620]interlaced (1) > level limit (0)
[libx264 @ 0x92da620]using cpu capabilities: MMX2 SSE2Fast SSSE3 Cache64
[libx264 @ 0x92da620]profile Main, level 5.1
consumer_avformat.c: Unable to encode audio - disabling audio output.
[mp4 @ 0x931be00]track 1: codec frame size is not set
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x93dba80]ISO: File Type Major Brand: qt  
st:0 removing common factor 3 from timebase
st:1 removing common factor 128 from timebase
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x93ffe60]ISO: File Type Major Brand: qt  
st:0 removing common factor 3 from timebase
st:1 removing common factor 128 from timebase
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x9473660]ISO: File Type Major Brand: qt  
st:0 removing common factor 3 from timebase
st:1 removing common factor 128 from timebase
+-----+ +-----+ +-----+ +-----+ +-----+ +-----+ +-----+ +-----+ +-----+
|1=-10| |2= -5| |3= -2| |4= -1| |5=  0| |6=  1| |7=  2| |8=  5| |9= 10|
+-----+ +-----+ +-----+ +-----+ +-----+ +-----+ +-----+ +-----+ +-----+
+---------------------------------------------------------------------+
|               H = back 1 minute,  L = forward 1 minute              |
|                 h = previous frame,  l = next frame                 |
|           g = start of clip, j = next clip, k = previous clip       |
|                0 = restart, q = quit, space = play                  |
+---------------------------------------------------------------------+
[h264 @ 0x93ec700]AVC: Consumed only 145827 bytes instead of 145830
[h264 @ 0x93ec700]no picture
[h264 @ 0x93ec700]B picture before any references, skipping
[h264 @ 0x93ec700]decode_slice_header error
[h264 @ 0x93ec700]no frame!
[h264 @ 0x93ec700]AVC: Consumed only 14865 bytes instead of 14868
[h264 @ 0x93ec700]B picture before any references, skipping
[h264 @ 0x93ec700]decode_slice_header error
[h264 @ 0x93ec700]no frame!
[libx264 @ 0x92da620]frame=   0 QP=2.00 NAL=3 Slice:I Poc:0   I:1620 P:0    SKIP:0    size=1359 bytes SSIM Y:1.00000
Floating point exception

just FYI: here is the test video output i was working with the whole time, this is the successful export with x264 vid and mp3 audio:
http://www.youtube.com/watch?v=16vS1Y9xZI8
if you watch that, it will explain the weird path in my melt command

-- 
openshot bleeding-edge PPA ubuntu 9.10 karmic export crashes
https://bugs.launchpad.net/bugs/481500
You received this bug notification because you are a member of OpenShot
Developers, which is subscribed to OpenShot Video Editor.

Status in OpenShot Video Editor: New

Bug description:
similar to bug#442647
ubuntu 9.10 karmic 32bit, OpenShot (version 0.9.53) installed from experimental bleeding edge ppa.

i installed openshot with one of the methods prior to the experimental bleeding edge ppa being released, and i edited video from a flip ultraHD and exported to DVD format just fine. i can't recall which method i used, but it could have been either the 9.04 deb or the dev ppa for 9.10. at any rate, i had a previous version installed. i recently bought a kodak zi8 and wanted to try editing video from it in openshot. at the same time i noticed you released the experimental bleeding edge ppa that is supposed to work for 9.10 32bit without breaking other programs, so i wanted to try that. openshot kept crashing whenever i tried to export video to Youtube-HD and Vimeo-HD presets. i think i've narrowed it down to having to be related to the audio codecs, but i'm not sure what to do. i am able to export to the Flickr-HD preset just fine, which uses the same video codec i think but ac3 audio, and it plays in totem. if i pick the Vimeo-HD or Youtube-HD presets and change the audio to ac3 they export fine as well. i tried to read around to figure out what i might need to do to fix this, and ended up completely removing all packages related to mlt, ffmpeg, x264, openshot, and then reinstalling openshot and letting it pick its dependencies from the bleeding edge ppa. anyway here is what i found from running openshot in verbose mode from the terminal, my comments after //

//youtube-HD- uses mp4 and x264 codec for vid, libfaac for aud
on_cboExportTo_changed
on_btnExportVideo_clicked
[mp3 @ 0x9422c70]mdb:124, lastbuf:0 skipping granule 0
[mp3 @ 0x97f8e30]mdb:124, lastbuf:0 skipping granule 0
[mp3 @ 0x8f0a870]mdb:124, lastbuf:0 skipping granule 0
[mp3 @ 0x9231a20]mdb:124, lastbuf:0 skipping granule 0
consumer_avformat.c: audio codec libfaac unrecognised - ignoring
consumer_avformat.c: video codec libx264 unrecognised - ignoring
consumer_avformat.c: Unable to encode audio - disabling audio output.
[mp4 @ 0x8f1ff80]track 1: codec frame size is not set
[mp3 @ 0x9440210]mdb:124, lastbuf:0 skipping granule 0
[mp3 @ 0x94175f0]mdb:124, lastbuf:0 skipping granule 0
Floating point exception
//crashed

//flickr-HD- uses mov and x264 codec for vid, ac3 for aud
on_cboExportTo_changed
on_btnExportVideo_clicked
[mp3 @ 0x8dcd370]mdb:124, lastbuf:0 skipping granule 0
[mp3 @ 0x8dcd970]mdb:124, lastbuf:0 skipping granule 0
[mp3 @ 0x8dca470]mdb:124, lastbuf:0 skipping granule 0
[mp3 @ 0x8c6e010]mdb:124, lastbuf:0 skipping granule 0
consumer_avformat.c: video codec libx264 unrecognised - ignoring
[mp3 @ 0x8901f10]mdb:124, lastbuf:0 skipping granule 0
[mp3 @ 0x8e901f0]mdb:124, lastbuf:0 skipping granule 0
    Last message repeated 1 times
[h264 @ 0x901ad00]B picture before any references, skipping
[h264 @ 0x901ad00]decode_slice_header error
[h264 @ 0x901ad00]no frame!
[h264 @ 0x901ad00]B picture before any references, skipping
[h264 @ 0x901ad00]decode_slice_header error
[h264 @ 0x901ad00]no frame!
on_frmExportVideo_destroy
//video exported, had to install libmpeg4ip-0 to view in totem

//youtube-HD, just changed advanced audio to ac3, exports
on_cboExportTo_changed
on_btnExportVideo_clicked
[mp3 @ 0xa8f14e0]mdb:124, lastbuf:0 skipping granule 0
[mp3 @ 0xa8f1950]mdb:124, lastbuf:0 skipping granule 0
[mp3 @ 0xa7cb700]mdb:124, lastbuf:0 skipping granule 0
[mp3 @ 0xa7cbd20]mdb:124, lastbuf:0 skipping granule 0
consumer_avformat.c: video codec libx264 unrecognised - ignoring
[mp3 @ 0xa59cb40]mdb:124, lastbuf:0 skipping granule 0
[mp3 @ 0xa90a830]mdb:124, lastbuf:0 skipping granule 0
    Last message repeated 1 times
[h264 @ 0xac81060]B picture before any references, skipping
[h264 @ 0xac81060]decode_slice_header error
[h264 @ 0xac81060]no frame!
[h264 @ 0xac81060]B picture before any references, skipping
[h264 @ 0xac81060]decode_slice_header error
[h264 @ 0xac81060]no frame!
on_frmExportVideo_destroy
//video exported fine

//installed lame and ubuntu-restricted-extras, and faac
//same exact crash errors when trying to export with libfaac or lamemp3 audio

at this point i have the following versions installed:
mlt-python - 0.4.7e-0ubuntu4~ppa1k
libmlt++2 - 0.4.4-2build1
openshot - 0.9.53-0ubuntu4~ppa1k
libmlt-data - 0.4.4-2build1
libmlt1 - 0.4.4-2build1
frei0r-plugins 1.1.22git20090409+repack-0ubuntu1
ffmpeg - 4:0.5+svn20090706-2ubuntu2
gstreamer0.10-ffmpeg - 0.10.9-1
libavcodec52 - 4:0.5+svn20090706-2ubuntu2
libavdevice52 - 4:0.5+svn20090706-2ubuntu2
libavfilter0 - 4:0.5+svn20090706-2ubuntu2
libavformat52 - 4:0.5+svn20090706-2ubuntu2
libavutil49 - 4:0.5+svn20090706-2ubuntu2
libmpeg4ip-0 - 1:1.6dfsg-0.2ubuntu5
libpostproc51 - 4:0.5+svn20090706-2ubuntu2
libswscale0 - 4:0.5+svn20090706-2ubuntu2
x264 - 1:0.svn20090621+git364d7d-0ubuntu2
libx264-67 - 1:0.svn20090621+git364d7d-0ubuntu2
faac - 1.26-0.1ubuntu2
libfaac0 -  - 1.26-0.1ubuntu2
lame - 3.98.2+debian-0ubuntu2
libmp3lame0 - 3.98.2+debian-0ubuntu2
sox - 14.3.0-1build1

let me know if i forgot something.





References