| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0002445 | Kdenlive | Rendering | public | 2011-12-19 19:14 | 2011-12-19 19:15 |
|
| Reporter | paullevold | |
| Assigned To | | |
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | new | Resolution | open | |
| Platform | 32 bit intel and alike | OS | Debian Linux | OS Version | 4.0 |
| Product Version | 0.7.8 | |
| Target Version | | Fixed in Version | | |
|
| Summary | 0002445: EXIF rotation data causes rendering to crash |
| Description | I've got a series of jpegs for a time lapse which is shot with the DSLR camera rotated 90 degrees. The camera has a rotation sensor so the pictures are viewed with correct rotation in most new image viewers (and kdenlive). If the images are opened in feh for instance, they are shown horizontally (i.e. not rotated).
If I render a movie with these images as a slideshow, the rendering crashes. When I execute the following commands on the images however, the rendering works fine:
for f in *.JPG; do convert -rotate 90 $f rotate/$f; done;
jhead -purejpg rotate/*.JPG
|
| Steps To Reproduce | -Add a slideshow clip of pictures shot with camera rotated (duration 1 frame)
-render (any format, it seems) |
| Tags | No tags attached. |
|
| Build/Install Method | Distribution package |
|
| Attached Files | |
|