| Anonymous | Login | Signup for a new account | 2013-05-22 11:56 CEST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0000263 | Kdenlive | MLT | public | 2008-10-22 18:23 | 2009-06-18 23:33 | ||||
| Reporter | aspiers | ||||||||
| Assigned To | ddennedy | ||||||||
| Priority | high | Severity | major | Reproducibility | always | ||||
| Status | closed | Resolution | fixed | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | Recent git | ||||||||
| Target Version | Fixed in Version | 0.7.4 | |||||||
| Summary | 0000263: cannot render with vcodec=mpeg2video | ||||||||
| Description | It always results in a file which is way too small and does not play. Have tried render options such as: f=avi s=1192x826 vcodec=mpeg2video b=900k progressive=1 Am I being unreasonable to expect it to work with the avi container? .-(~)------------------------------------------------------------------------(adam@atlantic)- `--> /opt/kdenlive-svn/bin/ffmpeg -formats 2>&1 | grep mpeg2video E mpeg2video MPEG-2 video DEVSDT mpeg2video MPEG-2 video .-(~)------------------------------------------------------------------------(adam@atlantic)- `--> l final-mpeg2.avi lrwxrwxrwx 1 adam adam 58 2008-10-22 17:21 final-mpeg2.avi -> /home/adam/ifolder/products/ZOS/heat/video/final-mpeg2.avi .-(~)------------------------------------------------------------------------(adam@atlantic)- `--> file final-mpeg2.avi final-mpeg2.avi: RIFF (little-endian) data, AVI, 1192 x 826, 8.00 fps, video:, audio: MPEG-1 Layer 1 or 2 (stereo, 48000 Hz) .-(~)------------------------------------------------------------------------(adam@atlantic)- `--> mplayer final-mpeg2.avi MPlayer 1.0rc2-4.3.0 (C) 2000-2007 MPlayer Team CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ (Family: 15, Model: 43, Stepping: 1) CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1 Compiled with runtime CPU detection. 115 audio & 237 video codecs Can't open joystick device /dev/input/js0: No such file or directory Can't init input joystick mplayer: could not connect to socket mplayer: No such file or directory Failed to open LIRC support. You will not be able to use your remote control. Playing final-mpeg2.avi. AVI file format detected. [aviheader] Video stream found, -vid 0 [aviheader] Audio stream found, -aid 1 AVI_NI: No video stream found. libavformat file format detected. [lavf] Video stream found, -vid 0 [lavf] Audio stream found, -aid 1 VIDEO: [mpg2] 1192x826 24bpp 8.000 fps 0.0 kbps ( 0.0 kbyte/s) ========================================================================== Opening video decoder: [libmpeg2] MPEG 1/2 Video decoder libmpeg2-v0.4.0b Selected video codec: [mpeg12] vfm: libmpeg2 (MPEG-1 or 2 (libmpeg2)) ========================================================================== ========================================================================== Opening audio decoder: [mp3lib] MPEG layer-2, layer-3 AUDIO: 48000 Hz, 2 ch, s16le, 64.0 kbit/4.17% (ratio: 8000->192000) Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3) ========================================================================== AO: [alsa] 48000Hz 2ch s16le (2 bytes per sample) Starting playback... Too many audio packets in the buffer: (4096 in 786432 bytes). Maybe you are playing a non-interleaved stream/file or the codec failed? For AVI files, try to force non-interleaved mode with the -ni option. A: 0.0 V: 0.0 A-V: 0.024 ct: 0.000 0/ 0 ??% ??% ??,?% 0 0 Exiting... (End of file) | ||||||||
| Tags | No tags attached. | ||||||||
| Build/Install Method | (select) | ||||||||
| Attached Files | |||||||||
Notes |
|
|
(0000578) aspiers (reporter) 2008-10-22 18:35 |
The same happens when using a modified version of the flash rendering template: f=flv acodec=libmp3lame minrate=0 b=800k ab=32000 ar=22050 s=1192x826 progressive=1 |
|
(0000609) madsdyd (administrator) 2008-10-23 12:39 |
Preminilary investigations, suggests that at least for flv, there are indeed an issue here, and I am therefore acknowledging the issue. For sample files, check http://adamspiers.org/video/ [^] You need to create a custom profile with size 832x604 and 10 fps. Using test-0000.mpeg on my system (note, misnamed avi container), I have confirmed, that I can create a flash file from test-0000.mpeg, using ffmpeg, like this: ffmpeg -i test-0000.mpeg -f flv -vcodec flv -acodec libmp3lame -minrate 0 -b 12000k -ab 128000 -ar 22050 -s 832x604 test-0000.flv Which produces an avi file with size approx 1 MB, and this info from ffplay -stats: Duration: 00:00:07.50, start: 0.000000, bitrate: 128 kb/s Stream #0.0: Video: flv, yuv420p, 832x604, 10.00 tb(r) Stream #0.1: Audio: mp3, 22050 Hz, mono, s16, 128 kb/s However, trying to get kdenlive to render has proved very hard. Trying the default flash|720x480 profile produces a non-working flash file, with size approx. 120 kb, and these ffplay -stats: Duration: 00:00:07.41, start: 0.000000, bitrate: 128 kb/s Stream #0.0: Video: flv, 1000.00 tb(r) Stream #0.1: Audio: mp3, 22050 Hz, stereo, s16, 128 kb/s Changing the size, or adding vcodec=flv has noget changed anything The result are the same for: f=flv vcodec=flv acodec=libmp3lame minrate=0 b=12000k ab=128000 ar=22050 s=832x604 progressive=1 and f=flv vcodec=flv acodec=libmp3lame minrate=0 b=12000k ab=128000 ar=22050 s=832x604 progressive=1 r=10 Trying with the simplest case of f=flv vcodec=flv s=832x604 fails with a kdialog error (probably from kdenlive_render?) I will try later on with pond.dv (still downloading) to see if a wellknown clip exhibits the same problems. |
|
(0000615) madsdyd (administrator) 2008-10-23 16:44 |
Testing now, with pond.dv Using project profile DV NTSC. Exporting using default Flash profile 640x480, with default options: f=flv acodec=libmp3lame minrate=0 b=7000k ab=128000 ar=22050 s=640x480 progressive=1 gives this //STARTING RENDERING: true , "/scratch/KdenliveInstall//20081023/bin/inigo" , "dv_ntsc" , "avformat" , "-" , "/tmp/kde-madsdyd/kdenliveLH4960.westley" , "/home/madsdyd/untitled.flv" , () , ("f=flv", "acodec=libmp3lame", "minrate=0", "b=7000k", "ab=128000", "ar=22050", "s=640x480", "progressive=1") And produces an output file with 0 bytes size. Running ffmpeg -i /scratch/Download/Movies/pond.dv -f flv -acodec libmp3lame -minrate 0 -b 7000k -ab 128000 -ar 22050 -s 640x480 -progressive 1 untitled.flv Produces a nice flash 27 MB flash video: Duration: 00:00:30.58, start: 0.000000, bitrate: 128 kb/s Stream #0.0: Video: flv, yuv420p, 640x480, 29.92 tb(r) Stream #0.1: Audio: mp3, 22050 Hz, stereo, s16, 128 kb/s I think something goes wrong in the kdenlive -> kdenlive_render -> inigo -> ffmpeg process. |
|
(0000616) madsdyd (administrator) 2008-10-23 16:46 |
Never mind the -progressive 1 from ffmpeg command line, that was a copy/paste error - ffmpeg does not know of progressive 1. I ran it without that. |
|
(0000617) madsdyd (administrator) 2008-10-23 16:56 |
Calling inigo like this (I am not at all sure that is the right way to call inigo!): inigo dv_ntsc /scratch/Download/Movies/pond.dv -consumer avformat:untitled.flv f=flv acodec=libmp3lame minrate=0 b=7000k ab=128000 ar=22050 s=640x480 progressive=1 produces a 500kb broken flv file: Duration: 00:00:30.45, start: 0.000000, bitrate: 128 kb/s Stream #0.0: Video: flv, 1000.00 tb(r) Stream #0.1: Audio: mp3, 22050 Hz, stereo, s16, 128 kb/s |
|
(0000618) madsdyd (administrator) 2008-10-23 17:12 |
Interesstingly, this command: inigo dv_ntsc /scratch/Download/Movies/pond.dv -consumer avformat:untitled.mpg produces a working mpg1 file of 5 MB. Duration: 00:00:30.48, start: 0.500000, bitrate: 1555 kb/s Stream #0.0[0x1e0]: Video: mpeg1video, yuv420p, 720x576 [PAR 178:163 DAR 445:326], 104857 kb/s, 25.00 tb(r) Stream #0.1[0x1c0]: Audio: mp2, 48000 Hz, stereo, s16, 64 kb/s while this command: inigo dv_ntsc /scratch/Download/Movies/pond.dv -consumer avformat:untitled.flv Crashes inigo with a floating point exception: Current Position: 24 Program received signal SIGFPE, Arithmetic exception. [Switching to Thread 0xb58fdb90 (LWP 7472)] 0xb7d8783b in ?? () from /scratch/KdenliveInstall//20081023/lib/libavformat.so.52 (gdb) bt #0 0xb7d8783b in ?? () from /scratch/KdenliveInstall//20081023/lib/libavformat.so.52 #1 0xb7d20ab3 in ?? () from /scratch/KdenliveInstall//20081023/lib/libavformat.so.52 |
|
(0000638) ddennedy (developer) 2008-10-23 21:05 |
You need to put "-profile" before the dv_ntsc in your command lines. Last night, I committed changes to inigo to improve the usage help info. |
|
(0000639) ddennedy (developer) 2008-10-23 21:15 |
I do think AVI in an invalid container for AVI, but not mpeg2video. The bitrate on the original post for mpeg2video might be too low for the resolution and framerate. I have seen ffmpeg utility fail in some scenarios. I am at a loss to understand why the 7Mb/s FLV failed. The framerate on the FLVs MLT attempts to create are very suspicious. I will look into this more. |
|
(0000683) madsdyd (administrator) 2008-10-25 11:15 |
Dan, FYI: Testing with -profile, on ffmpeg: Revision: 15697 Last Changed Date: 2008-10-25 03:28:29 +0200 (lør, 25 okt 2008) mlt: Revision: 1202 Last Changed Date: 2008-10-25 05:08:56 +0200 (lør, 25 okt 2008) mlt++: Revision: 1202 Last Changed Date: 2008-10-20 19:42:07 +0200 (man, 20 okt 2008) $ inigo -profile dv_ntsc /scratch/Download/Movies/pond.dv -consumer avformat:untitled.flv +-----+ +-----+ +-----+ +-----+ +-----+ +-----+ +-----+ +-----+ +-----+ |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 | +---------------------------------------------------------------------+ Floating point exception 25 whereas the same command line for mpg succeeds: $ inigo -profile dv_ntsc /scratch/Download/Movies/pond.dv -consumer avformat:untitled.mpg And, ffmpeg succeds for this: ffmpeg -i /scratch/Download/Movies/pond.dv untitled.flv But, interesstingly, the resulting flv files is slightly broken?: Seems stream 0 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 29.92 (359/12) Input #0, flv, from 'untitled.flv': Duration: 00:00:30.56, start: 0.000000, bitrate: 64 kb/s Stream #0.0: Video: flv, yuv420p, 720x480, 29.92 tb(r) Stream #0.1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s Its a bit beyond me, but it would be _really_ nice to be able to at least produce flv's from Kdenlive in 0.7.0. So, I am also raising the priority on this a bit. |
|
(0000684) madsdyd (administrator) 2008-10-25 11:16 |
Raising priority because of plan for 0.7.0, and making it a MLT issues, because it seems the issue could be with inigo <=> ffmpeg communication. |
|
(0000685) aspiers (reporter) 2008-10-25 12:32 |
Thanks a lot for your work on this, guys! Really hope you manage to track it down... |
|
(0000726) jmpoure (developer) 2008-10-28 14:15 edited on: 2008-10-28 14:30 |
Hello Mads, I noticed that previous settings had too low ar sampling audio bitrates. We should never use 22500 bitrates. The reason is that 1) resampling offers bad quality 2) Lower audio rates than 44100 cannot play on all Xvid home DVD players. Also I suspect low audio settings could create crashes. Could you update your settings from SVN and test them? I could successfully test hdv1080i and FLV rendering. We need more work to define granular options, taken from avidemux default parameters. Kind regards, Jean-Michel |
|
(0000734) ddennedy (developer) 2008-10-28 19:26 |
inigo -profile ntsc_dv some.dv -consumer avformat:test.mpg vcodec=mpeg2video acodec=mp2 b=6000k ildct=1 ilme=1 g=30 works for me. f=avi vcodec=rawvideo acodec=pcm_s16le works for me. vcodec=ffv1 acodec=pcm_s16le works for me. vcodec=huffyuv acodec=pcm_s16le works for me. reproduced problem with flv - does not like 48KHz audio, which is default in MLT. Only likes 44100 or 22050. Also, there is something wrong with the frame rate unless I explicitly set it. -consumer avformat:test.flv ar=44100 r=25 works for me. |
|
(0000735) ddennedy (developer) 2008-10-28 20:21 |
actually, r= is not required for flv. |
|
(0000737) madsdyd (administrator) 2008-10-28 23:25 |
Dan and jmpoure, I feel stupid here, I can't get it to work. Versions: ffmpeg: Revision: 15735 Last Changed Date: 2008-10-28 16:20:52 +0100 (tir, 28 okt 2008) mlt: Revision: 1209 Last Changed Date: 2008-10-28 20:18:47 +0100 (tir, 28 okt 2008) mlt++: Revision: 1209 Last Changed Date: 2008-10-25 21:05:12 +0200 (lør, 25 okt 2008) kdenlive: Revision: 2585 Last Changed Date: 2008-10-28 19:23:22 +0100 (tir, 28 okt 2008) Command line inigo -profile ntsc_dv /scratch/Download/Movies/pond.dv -consumer avformat:test.flv ar=44100 r=25 Result: -rw-r--r-- 1 madsdyd madsdyd 262148 2008-10-28 23:15 test.flv Input #0, flv, from 'test.flv': Duration: 00:00:30.40, start: 0.000000, bitrate: 64 kb/s Stream #0.0: Video: flv, 1000.00 tb(r) Stream #0.1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s Audio is fine, but I have no image, when playing back in ffmpeg. Removing r=25 does not change anything. Rendering directly with ffmpeg: ffmpeg -i /scratch/Download/Movies/pond.dv -ar 44100 -r 25 test.flv gives: Seems stream 0 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 25.00 (25/1) Input #0, flv, from 'test.flv': Duration: 00:00:30.56, start: 0.000000, bitrate: 64 kb/s Stream #0.0: Video: flv, yuv420p, 720x480, 25.00 tb(r) Stream #0.1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s which plays back fine. Kdenlive does not work for me either, but if I can get inigo to work, it would help a lot, I think. |
|
(0000751) jmpoure (developer) 2008-10-29 14:48 |
Dear Mads, I exported my short tutorial to flv without problem using today's SVN. I can only recommand to use 44100hz + 128k bitrates. These are now the settings of Kdenlive' Flash rendering profile. Can you fetch latest SVN and test? |
|
(0000753) jmpoure (developer) 2008-10-29 15:38 |
Dear Mads, Sorry for the confusion. I tested Kdenlive with PAL files from my camcorder. And it produces invalid files in any format. I am quite stuck. Will be back tomorrow for more testing. Kind regards, Jean-Michel |
|
(0000756) jmpoure (developer) 2008-10-29 22:39 edited on: 2008-10-29 22:43 |
I tested an old NTSC movie and ... it does not export well under h264 (bitrate is always the same). Tomorrow I will shoot a 10 seconds movie in PAL and upload it somewhere. We need the same media to reproduce bugs. If someone could provide 10 seconds of HDV I would be interested. |
|
(0000757) administrator (administrator) 2008-10-29 22:47 |
Mads, there is a type in your command line. It should be: inigo -profile dv_ntsc /scratch/Download/Movies/pond.dv -consumer avformat:test.flv ar=44100 r=25 (the profile is dv_ntsc not ntsc_dv). Encoding to flash seems to work fine for me, but if I remember correctly, flash (or at least the FFmpeg flv encoder) does not support all frame sizes. I think the width & height have to be a multiple of 8 or something like that, which might explain the problems encountered by original bug reporter |
|
(0000769) madsdyd (administrator) 2008-10-30 09:45 |
I still can not get it to work, neither from kdenlive (using jmpoure's newest render profiles) nor inigo (using jb's command line). In all cases, ffmpeg -i reports 1000 bt(r) about the resulting video stream: Input #0, flv, from 'untitled.flv': Duration: 00:00:30.43, start: 0.000000, bitrate: 128 kb/s Stream #0.0: Video: flv, 1000.00 tb(r) Stream #0.1: Audio: mp3, 44100 Hz, stereo, s16, 128 kb/s and there is no video - sound is great though. I have no problem getting ffmpeg to produce a flv, but I can not get inigo or kdenlive to do it. I feel like an idiot. I am moving this issue to 7.0.1, as discussed on the devel list, but I am not ready to close it, until I can actually get it to work :-) |
|
(0000773) aspiers (reporter) 2008-10-30 11:12 |
If the custom width and height I was using was a valid cause for the rendering to fail, then please add sanity checking at the correct layer which bubbles up and presents itself to the user as a visible error in the GUI. The current silent failure is a suboptimal outcome ;-) |
|
(0000779) jmpoure (developer) 2008-10-30 23:28 |
Don't close this bug. We need to collect footage and work closely on reproducing bugs. |
|
(0000853) aspiers (reporter) 2008-11-07 11:26 |
Reproduced today with latest svn builds of ffmpeg, mlt and kdenlive. |
|
(0000854) jmpoure (developer) 2008-11-07 13:50 |
I am uploading some footage from an HV20 HDV camera + DV PAL footage. Stay tuned. |
|
(0000857) ddennedy (developer) 2008-11-07 18:54 |
apsiers: reproduced what, the original bug report? If the question is still " f=avi s=1192x826 vcodec=mpeg2video b=900k progressive=1 Am I being unreasonable to expect it to work with the avi container?" Then, my answer is that it is silly to store MPEG-2 because you introduce interoperability issues. AVI for MPEG-2 is unnecessary and non-standard. However, I do not think the low levels (FFmpeg and MLT) should prevent experimentation and contain a bunch of highly constrained rules. I tried the set of avformat consumer properties with a NTSC DV file as input using dv_ntsc and dv_pal profiles, and it works for me. P.S. there might still be some problems with FLV, but I consider it lower priority than others because it is the crappy antiquated Flash 6 codec. |
|
(0000862) aspiers (reporter) 2008-11-07 20:36 |
No, the original report concerns the complete inability to render .flv in any form; you can ignore the comment about containers. For example using the new youtube rendering preset still renders a file which is far too small and does not play. |
|
(0000863) ddennedy (developer) 2008-11-07 22:49 |
My FFmpeg checkout was a little old, so I updated it today, and I still can not reproduce the problem with FLV. Only half of us have the problem. Could it be those who are having the problem are having a problem of the mlt avformat module linking to something unexpected? On the system I just tested, I am using mlt's configure --avformat-svn, which statically links ffmpeg libs to the mlt module, as also confirmed via ldd. What about you Mads and aspiers? Next, I am going to test when you do not configure ffmpeg with --enable-libmp3lame. I just did that, and it automatically falls back to adpcm_swf audio codec and produces a fully playable audio/video file. Of course, I am setting the audio sample rate to 44100 in all of these tests, but even s=1192x826 works for me. |
|
(0000864) madsdyd (administrator) 2008-11-08 01:01 |
Dan, I use the wizard to build with - I sort of have to eat my own dogfood... Here is an ldd from tonights build: $ ldd /scratch/KdenliveInstall/20081107/lib/mlt/libmltavformat.so linux-gate.so.1 => (0xb7f94000) libavformat.so.52 => /scratch/KdenliveInstall//20081107/lib/libavformat.so.52 (0xb7edc000) libavcodec.so.52 => /scratch/KdenliveInstall//20081107/lib/libavcodec.so.52 (0xb77c0000) libavutil.so.49 => /scratch/KdenliveInstall//20081107/lib/libavutil.so.49 (0xb77b0000) libavdevice.so.52 => /scratch/KdenliveInstall//20081107/lib/libavdevice.so.52 (0xb77a8000) libmlt.so.1 => /scratch/KdenliveInstall//20081107/lib/libmlt.so.1 (0xb7787000) libswscale.so.0 => /scratch/KdenliveInstall//20081107/lib/libswscale.so.0 (0xb7754000) libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb75e0000) libz.so.1 => /usr/lib/libz.so.1 (0xb75ca000) libbz2.so.1.0 => /lib/libbz2.so.1.0 (0xb75ba000) libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7595000) libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7591000) libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xb7579000) libfaac.so.0 => /usr/lib/libfaac.so.0 (0xb7567000) libfaad.so.0 => /usr/lib/libfaad.so.0 (0xb7529000) libmp3lame.so.0 => /usr/lib/libmp3lame.so.0 (0xb7494000) libtheora.so.0 => /usr/lib/libtheora.so.0 (0xb744b000) libvorbisenc.so.2 => /usr/lib/libvorbisenc.so.2 (0xb7352000) libvorbis.so.0 => /usr/lib/libvorbis.so.0 (0xb732a000) libX11.so.6 => /usr/lib/libX11.so.6 (0xb7242000) libXext.so.6 => /usr/lib/libXext.so.6 (0xb7234000) /lib/ld-linux.so.2 (0xb7f95000) libogg.so.0 => /usr/lib/libogg.so.0 (0xb722f000) libxcb-xlib.so.0 => /usr/lib/libxcb-xlib.so.0 (0xb722d000) libxcb.so.1 => /usr/lib/libxcb.so.1 (0xb7215000) libXau.so.6 => /usr/lib/libXau.so.6 (0xb7211000) libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb720c000) Perhaps I should try to build it like you, but it does appear that it links against the right ones, not? |
|
(0000865) aspiers (reporter) 2008-11-08 01:30 |
linux-gate.so.1 => (0x00110000) libavformat.so.52 => /opt/kdenlive-svn/lib/libavformat.so.52 (0x0011d000) libavcodec.so.52 => /opt/kdenlive-svn/lib/libavcodec.so.52 (0x005d2000) libavutil.so.49 => /opt/kdenlive-svn/lib/libavutil.so.49 (0x001d1000) libavdevice.so.52 => /opt/kdenlive-svn/lib/libavdevice.so.52 (0x001e0000) libmlt.so.1 => /opt/kdenlive-svn/lib/libmlt.so.1 (0x001e8000) libswscale.so.0 => /opt/kdenlive-svn/lib/libswscale.so.0 (0x00208000) libc.so.6 => /lib/libc.so.6 (0x00237000) libz.so.1 => /lib/libz.so.1 (0x003a0000) libbz2.so.1 => /lib/libbz2.so.1 (0x003b4000) libdl.so.2 => /lib/libdl.so.2 (0x003c5000) libpthread.so.0 => /lib/libpthread.so.0 (0x003ca000) libm.so.6 => /lib/libm.so.6 (0x003e3000) libfaac.so.0 => /usr/lib/libfaac.so.0 (0x0040c000) libfaad.so.0 => /usr/lib/libfaad.so.0 (0x0041d000) libmp3lame.so.0 => /usr/lib/libmp3lame.so.0 (0x0045e000) libtheora.so.0 => /usr/lib/libtheora.so.0 (0x004d6000) libvorbisenc.so.2 => /usr/lib/libvorbisenc.so.2 (0x00cf8000) libvorbis.so.0 => /usr/lib/libvorbis.so.0 (0x00526000) libX11.so.6 => /usr/lib/libX11.so.6 (0x00df1000) libXext.so.6 => /usr/lib/libXext.so.6 (0x00551000) /lib/ld-linux.so.2 (0x005b4000) libmp4v2.so.0 => /usr/lib/libmp4v2.so.0 (0x00ef2000) libogg.so.0 => /usr/lib/libogg.so.0 (0x00561000) libxcb-xlib.so.0 => /usr/lib/libxcb-xlib.so.0 (0x00567000) libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00569000) libXau.so.6 => /usr/lib/libXau.so.6 (0x00585000) libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00fa2000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00588000) libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00596000) |
|
(0001037) jmpoure (developer) 2008-11-10 16:09 |
I updated the issue to 0.7.0 FLV issue is fixed, this was an audio birate issue. The mpeg2video issue is more ploblematic. Can anyone help? To reproduce the bug, download my HV20 mpeg2 footage: http://study.bulle-immobiliere.org/img/footage-hdv-canonhv20-1080-24p.ts [^] Create an HDV 1080 25p profile. Export to HDV 1080 ... this does work. Rendering goes to the end, but the result is crap. I tagged this issue for 0.7.0, as HDV users are expected to export to HDV. Is there something we are missing in mpeg2video codec settings? |
|
(0001169) madsdyd (administrator) 2008-11-12 22:25 |
Missed 0.7.0 on this one |
|
(0002957) administrator (administrator) 2009-05-29 02:54 |
Seems to be fixed in latest svn, flash export works and HDV too... |
|
(0002964) aspiers (reporter) 2009-05-29 12:43 |
This issue seems to be marked as awaiting my feedback, however unfortunately I will not have time to give feedback any time soon. Please do not wait for me before taking the appropriate action, thanks. |
|
(0002974) ddennedy (developer) 2009-05-29 22:49 |
Not sure if it was broken, but it has worked for a while, and I used it successfully just last night. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2008-10-22 18:23 | aspiers | New Issue | |
| 2008-10-22 18:35 | aspiers | Note Added: 0000578 | |
| 2008-10-23 12:39 | madsdyd | Note Added: 0000609 | |
| 2008-10-23 12:39 | madsdyd | Status | new => acknowledged |
| 2008-10-23 12:39 | madsdyd | Build | => 2539 |
| 2008-10-23 12:39 | madsdyd | Target Version | => 0.7.0 |
| 2008-10-23 12:39 | madsdyd | Summary | cannot render with vcodec=mpeg2video => cannot render with vcodec=mpeg2video or vcodec=flv |
| 2008-10-23 16:44 | madsdyd | Note Added: 0000615 | |
| 2008-10-23 16:46 | madsdyd | Note Added: 0000616 | |
| 2008-10-23 16:56 | madsdyd | Note Added: 0000617 | |
| 2008-10-23 17:12 | madsdyd | Note Added: 0000618 | |
| 2008-10-23 21:05 | ddennedy | Note Added: 0000638 | |
| 2008-10-23 21:15 | ddennedy | Note Added: 0000639 | |
| 2008-10-25 11:15 | madsdyd | Note Added: 0000683 | |
| 2008-10-25 11:16 | madsdyd | Note Added: 0000684 | |
| 2008-10-25 11:16 | madsdyd | Priority | normal => high |
| 2008-10-25 11:16 | madsdyd | Category | Rendering => MLT |
| 2008-10-25 12:32 | aspiers | Note Added: 0000685 | |
| 2008-10-28 14:15 | jmpoure | Note Added: 0000726 | |
| 2008-10-28 14:23 | jmpoure | Note Added: 0000727 | |
| 2008-10-28 14:23 | jmpoure | Note Edited: 0000727 | |
| 2008-10-28 14:25 | jmpoure | Note Added: 0000728 | |
| 2008-10-28 14:25 | jmpoure | Note Deleted: 0000728 | |
| 2008-10-28 14:29 | jmpoure | Note Edited: 0000727 | |
| 2008-10-28 14:30 | jmpoure | Note Edited: 0000726 | |
| 2008-10-28 16:12 | jmpoure | Note Added: 0000730 | |
| 2008-10-28 16:13 | jmpoure | Note Edited: 0000730 | |
| 2008-10-28 16:26 | jmpoure | Note Deleted: 0000727 | |
| 2008-10-28 16:28 | jmpoure | Note Edited: 0000730 | |
| 2008-10-28 16:43 | jmpoure | Note Edited: 0000730 | |
| 2008-10-28 19:26 | ddennedy | Note Added: 0000734 | |
| 2008-10-28 20:21 | ddennedy | Note Added: 0000735 | |
| 2008-10-28 23:25 | madsdyd | Note Added: 0000737 | |
| 2008-10-29 14:38 | jmpoure | Note Deleted: 0000730 | |
| 2008-10-29 14:48 | jmpoure | Note Added: 0000751 | |
| 2008-10-29 15:38 | jmpoure | Note Added: 0000753 | |
| 2008-10-29 22:39 | jmpoure | Note Added: 0000756 | |
| 2008-10-29 22:43 | jmpoure | Note Edited: 0000756 | |
| 2008-10-29 22:47 | administrator | Note Added: 0000757 | |
| 2008-10-30 09:45 | madsdyd | Note Added: 0000769 | |
| 2008-10-30 09:45 | madsdyd | Target Version | 0.7.0 => 0.7.1 |
| 2008-10-30 11:12 | aspiers | Note Added: 0000773 | |
| 2008-10-30 23:28 | jmpoure | Note Added: 0000779 | |
| 2008-11-07 11:26 | aspiers | Note Added: 0000853 | |
| 2008-11-07 13:50 | jmpoure | Note Added: 0000854 | |
| 2008-11-07 18:54 | ddennedy | Note Added: 0000857 | |
| 2008-11-07 20:36 | aspiers | Note Added: 0000862 | |
| 2008-11-07 22:49 | ddennedy | Note Added: 0000863 | |
| 2008-11-08 01:01 | madsdyd | Note Added: 0000864 | |
| 2008-11-08 01:30 | aspiers | Note Added: 0000865 | |
| 2008-11-10 16:05 | jmpoure | Target Version | 0.7.1 => 0.7.0 |
| 2008-11-10 16:05 | jmpoure | Summary | cannot render with vcodec=mpeg2video or vcodec=flv => cannot render with vcodec=mpeg2video |
| 2008-11-10 16:09 | jmpoure | Note Added: 0001037 | |
| 2008-11-12 22:25 | madsdyd | Note Added: 0001169 | |
| 2008-11-12 22:25 | madsdyd | Target Version | 0.7.0 => 0.7.1 |
| 2008-11-17 20:54 | madsdyd | Target Version | 0.7.1 => future version |
| 2009-05-29 02:54 | administrator | Build/Install Method | => (select) |
| 2009-05-29 02:54 | administrator | Note Added: 0002957 | |
| 2009-05-29 02:54 | administrator | Status | acknowledged => feedback |
| 2009-05-29 12:44 | aspiers | Note Added: 0002964 | |
| 2009-05-29 22:49 | ddennedy | Note Added: 0002974 | |
| 2009-05-29 22:49 | ddennedy | Status | feedback => resolved |
| 2009-05-29 22:49 | ddennedy | Resolution | open => fixed |
| 2009-05-29 22:49 | ddennedy | Assigned To | => ddennedy |
| 2009-06-18 02:31 | xzhayon | Status | resolved => closed |
| 2009-06-18 02:31 | xzhayon | Fixed in Version | => 0.7.4 |
| 2009-06-18 23:33 | xzhayon | Target Version | future version => |
| Copyright © 2000 - 2013 MantisBT Team |