Bug#675584: /usr/bin/avconv: avconv segfaults when transcoding video with libx264 presets

2015-01-03 Thread Rogério Brito
On Jan 03 2015, Sebastian Ramacher wrote:
 Version: 6:0.8.5-1
(...)

Thanks for the work on libav and for triaging the bugs.


Regards,

-- 
Rogério Brito : rbrito@{ime.usp.br,gmail.com} : GPG key 4096R/BCFC
http://cynic.cc/blog/ : github.com/rbrito : profiles.google.com/rbrito
DebianQA: http://qa.debian.org/developer.php?login=rbrito%40ime.usp.br

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#675584: /usr/bin/avconv: avconv segfaults when transcoding video with libx264 presets

2012-06-09 Thread Reinhard Tartler
severity 675584 minor
tags 675584 moreinfo
stop

On Sat, Jun 2, 2012 at 12:25 PM, Rogério Brito rbr...@ime.usp.br wrote:
 Package: libav-tools
 Version: 6:0.8.2-2
 Severity: important
 File: /usr/bin/avconv

 Hi.

 I have just tried to transcode some lecture videos for watching on my ipod
 and I can't get them working because avconv segfaults when I use this:

 ,[ avconv -y -i in.mp4 -c:v libx264 -pre libx264-ipod320 -s 320x240 -b:v 
 768k -c:a copy out.mp4 ]

Instead of using the old, deprecated method with these profiles file,
a better solution would be to use the codec private options.

See the output of avconv -help:
[...]
libx264 AVOptions:
-presetstring E.V.. Set the encoding preset (cf. x264 --fullhelp)
-tune  string E.V.. Tune the encoding params (cf. x264 --fullhelp)
-profile   string E.V.. Set profile restrictions (cf. x264
--fullhelp)
[...]


 If I remove the '-pre libx264-ipod320' part from the command line, then
 avconv converts the video, but not with the parameters necessary for a low
 powered device (i.e., Baseline Profile H.264).

 I don't have here symbols for libav (which means that gdb doesn't generate
 any useful traceback), but upon using strace on avconv, this is what I get:

The debug symbols are in the package libav-dbg. Without a proper
stacktrace, it remains hard to reproduce and eventually fix the
problem. Sorry.




-- 
regards,
    Reinhard



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Processed: Re: Bug#675584: /usr/bin/avconv: avconv segfaults when transcoding video with libx264 presets

2012-06-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 675584 minor
Bug #675584 [libav-tools] /usr/bin/avconv: avconv segfaults when transcoding 
video with libx264 presets
Severity set to 'minor' from 'important'
 tags 675584 moreinfo
Bug #675584 [libav-tools] /usr/bin/avconv: avconv segfaults when transcoding 
video with libx264 presets
Added tag(s) moreinfo.
 stop
Stopping processing here.

Please contact me if you need assistance.
-- 
675584: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675584
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#675584: /usr/bin/avconv: avconv segfaults when transcoding video with libx264 presets

2012-06-02 Thread Rogério Brito
Package: libav-tools
Version: 6:0.8.2-2
Severity: important
File: /usr/bin/avconv

Hi.

I have just tried to transcode some lecture videos for watching on my ipod
and I can't get them working because avconv segfaults when I use this:

,[ avconv -y -i in.mp4 -c:v libx264 -pre libx264-ipod320 -s 320x240 -b:v 
768k -c:a copy out.mp4 ]
| avconv version 0.8.2-6:0.8.2-2, Copyright (c) 2000-2011 the Libav developers
|   built on May 16 2012 21:00:23 with gcc 4.7.0
| Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'in.mp4':
|   Metadata:
| major_brand : isom
| minor_version   : 512
| compatible_brands: isomiso2avc1mp41
| creation_time   : 1970-01-01 00:00:00
| encoder : Lavf53.29.100
|   Duration: 00:27:26.60, start: 0.00, bitrate: 158 kb/s
| Stream #0.0(und): Video: h264 (High), yuv420p, 960x540 [PAR 1:1 DAR 
16:9], 26 kb/s, 15 fps, 15 tbr, 15 tbn, 30 tbc
| Metadata:
|   creation_time   : 1970-01-01 00:00:00
| Stream #0.1(und): Audio: aac, 44100 Hz, stereo, s16, 127 kb/s
| Metadata:
|   creation_time   : 1970-01-01 00:00:00
| Segmentation fault
`

If I remove the '-pre libx264-ipod320' part from the command line, then
avconv converts the video, but not with the parameters necessary for a low
powered device (i.e., Baseline Profile H.264).

I don't have here symbols for libav (which means that gdb doesn't generate
any useful traceback), but upon using strace on avconv, this is what I get:

,
| (...)
| open(/home/rbrito/.avconv/libx264-libx264-ipod320.avpreset, O_RDONLY) = -1 
ENOENT (No such file or directory)
| open(/home/rbrito/.avconv/libx264-ipod320.avpreset, O_RDONLY) = -1 ENOENT 
(No such file or directory)
| open(/usr/share/avconv/libx264-libx264-ipod320.avpreset, O_RDONLY) = -1 
ENOENT (No such file or directory)
| open(/usr/share/avconv/libx264-ipod320.avpreset, O_RDONLY) = 6
| lseek(6, 0, SEEK_SET)   = 0
| read(6, profile=baseline\nlevel=13\nmaxrat..., 32768) = 57
| read(6, , 32711)  = 0
| close(6)= 0
| --- SIGSEGV (Segmentation fault) @ 0 (0) ---
| +++ killed by SIGSEGV +++
| Segmentation fault
`

I have not read the code (too short on time), but I suspect that this is
easily reproducible.

Regards,

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (101, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.4.0-dirty (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.utf-8, LC_CTYPE=pt_BR.utf-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libav-tools depends on:
ii  libavcodec53 6:0.8.2-2
ii  libavdevice536:0.8.2-2
ii  libavfilter2 6:0.8.2-2
ii  libavformat536:0.8.2-2
ii  libavutil51  6:0.8.2-2
ii  libc62.13-32
ii  libpostproc526:0.8.2-2
ii  libsdl1.2debian  1.2.15-3
ii  libswscale2  6:0.8.2-2

libav-tools recommends no packages.

libav-tools suggests no packages.

-- no debconf information

-- 
Rogério Brito : rbrito@{ime.usp.br,gmail.com} : GPG key 4096R/BCFC
http://rb.doesntexist.org/blog : Projects : https://github.com/rbrito/
DebianQA: http://qa.debian.org/developer.php?login=rbrito%40ime.usp.br



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers