After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 624931 - No progress when rendering x264
No progress when rendering x264
Status: RESOLVED OBSOLETE
Product: pitivi
Classification: Other
Component: Rendering
0.13.4
Other Linux
: Normal normal
: 0.13.5
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2010-07-21 14:37 UTC by tylerious+bz
Modified: 2010-10-01 13:24 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description tylerious+bz 2010-07-21 14:37:22 UTC
I can render with other codecs, but when I try to render with x264enc (with mp4mux or ffmux_mp4 containers), this is what happens:

1) The preview window shows the first frame of my video.
2) The "rendering" loading bar makes no progress.
3) I have to cancel rendering.

I am using PiTiVi 0.13.4 in Ubuntu 10.04, which lacks h.264 encoding support by default, but I have compiled and installed ffmpeg and x264 and installed the proper codec packages (gstreamer0.10-plugins-ugly-multiverse, etc.).

`ffmpeg -codecs` results:

"D V D  h264            H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
  EV    libx264         libx264 H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10"

Others are having this problem as well. http://www.uluga.ubuntuforums.org/showthread.php?t=1478616
Comment 1 Jean-François Fortin Tam 2010-09-29 15:40:31 UTC
Hi, is this still the case with 0.13.5 ?

If so, please provide debug logs by running pitivi like this:
GST_DEBUG=3,gnl*:5,*ERR*:5,python:5 PITIVI_DEBUG=5 /usr/bin/pitivi > debug.log 2>&1;
Comment 2 tylerious+bz 2010-10-01 03:22:55 UTC
No, the problem is fixed with 0.13.5. Thanks!