Letterbox problem

Audio & Visual effects.

Moderators: Andy, Cenwen, beats

Letterbox problem

Postby Rutherberg » Tue May 29, 2012 5:13 pm

Hi,

I try to add the letterbox effect to my project, but it doesn't appears on the video, even after exportation. It is probably a user fault.

Here is the project specs :

- original video : 640x480
- type of exportation : avi (h.264), 768x576 4:3 PAL, high quality
- Running on ubuntu studio 12.04 (xfce)

The other effects are working well, the problem is just with the Letterbox.
Could you please tell me what could be the problem ?

Thanks in advance ! :D
Rutherberg
New member
 
Posts: 4
Joined: Tue May 29, 2012 5:04 pm

Re: Letterbox problem

Postby Cenwen » Tue May 29, 2012 9:16 pm

Hi,

Could you put the output of this command, please. Thanks.

Code: Select all
ffmpeg -i original video
Le jour où j'ai découvert le libre, j'ai su que je ne reviendrai jamais en arrière
Mon blog sur le multimédia, la photo et Openshot : http://linuxevolution.wordpress.com/
Google+ : https://plus.google.com/u/0/111472725110173916234/posts
User avatar
Cenwen
Moderator
 
Posts: 1609
Joined: Wed Nov 18, 2009 4:07 pm
Location: Clermont-Ferrand-Auvergne-France

Re: Letterbox problem

Postby Rutherberg » Tue May 29, 2012 9:43 pm

Hi Cenwen,

Here it is :

Code: Select all
rutherberg@ubuntustudio:~$ ffmpeg -i original video
ffmpeg version 0.8.1-4:0.8.1-0ubuntu1, Copyright (c) 2000-2011 the Libav developers
  built on Mar 22 2012 05:09:06 with gcc 4.6.3
This program is not developed anymore and is only provided for compatibility. Use avconv instead (see Changelog for the list of incompatible changes).
original: No such file or directory


Thanks for your help !

PS : if you prefer to continue in french, there is no problem, it is easier for me. But it is maybe less interresting for the whole community...
Rutherberg
New member
 
Posts: 4
Joined: Tue May 29, 2012 5:04 pm

Re: Letterbox problem

Postby Cenwen » Wed May 30, 2012 3:37 pm

Like you want. ;)

What is the extension of this file ? I'm thinking that the reason of this output a bit queer. Do it again with this one.
And for having more explanations, could you tell me what distribution, version of Openshot, MLT and FFmpeg do you use ?
Thanks.
Le jour où j'ai découvert le libre, j'ai su que je ne reviendrai jamais en arrière
Mon blog sur le multimédia, la photo et Openshot : http://linuxevolution.wordpress.com/
Google+ : https://plus.google.com/u/0/111472725110173916234/posts
User avatar
Cenwen
Moderator
 
Posts: 1609
Joined: Wed Nov 18, 2009 4:07 pm
Location: Clermont-Ferrand-Auvergne-France

Re: Letterbox problem

Postby hvdwolf » Wed May 30, 2012 7:51 pm

Hi Rutherberg,

When cenwen said
ffmpeg -i original video

He meant to use the name of the original video. If your movie has the name Avatar.mkv, he wants you to do
Code: Select all
ffmpeg -i Avatar.mkv
hvdwolf
The voice of Experience
 
Posts: 146
Joined: Sat Apr 21, 2012 1:13 pm
Location: Zwolle, Nederland

Re: Letterbox problem

Postby Rutherberg » Wed May 30, 2012 11:28 pm

Code: Select all
rutherberg@rutherberg-Aspire-5600:~/Vidéos/SZC3811_Flo$ ffmpeg -i ZOOM0007_OK.MOV
ffmpeg version 0.8.1-4:0.8.1-0ubuntu1, Copyright (c) 2000-2011 the Libav developers
  built on Mar 22 2012 05:29:10 with gcc 4.6.3
This program is not developed anymore and is only provided for compatibility. Use avconv instead (see Changelog for the list of incompatible changes).
[mov,mp4,m4a,3gp,3g2,mj2 @ 0xa06d240] multiple edit list entries, a/v desync might occur, patch welcome

Seems stream 1 codec frame rate differs from container frame rate: 30000.00 (30000/1) -> 30.00 (30/1)
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'ZOOM0007_OK.MOV':
  Metadata:
    major_brand     : qt 
    minor_version   : 336005376
    compatible_brands: qt 
    creation_time   : 2012-05-24 19:05:58
  Duration: 00:00:38.31, start: 0.000000, bitrate: 6319 kb/s
    Stream #0.0(eng): Audio: pcm_s24le, 44100 Hz, 2 channels, s32, 2116 kb/s
    Metadata:
      creation_time   : 2012-05-24 19:05:58
    Stream #0.1(eng): Video: mpeg4, yuv420p, 640x480 [PAR 1:1 DAR 4:3], 4197 kb/s, 30 fps, 30 tbr, 1k tbn, 30k tbc
    Metadata:
      creation_time   : 2012-05-24 19:05:58
At least one output file must be specified


The project is composed of multiple vids, but they are all of the same source. (Zoom Q3, 640x480, PCM 44,1Khz 24bits)
I just saw that the video is cadenced at 30 fps, and the project is at 25 fps. Is this a problem ?

The distribution is Ubuntu Studio 12.04 (xfce), Openshot is at 1.4.0
When I look in my Synaptic, I see that MLT 0.7.6 is installed.
And there is my ffmpeg -version :

Code: Select all
ffmpeg version 0.8.1-4:0.8.1-0ubuntu1, Copyright (c) 2000-2011 the Libav developers
  built on Mar 22 2012 05:29:10 with gcc 4.6.3
This program is not developed anymore and is only provided for compatibility. Use avconv instead (see Changelog for the list of incompatible changes).
ffmpeg 0.8.1-4:0.8.1-0ubuntu1
libavutil    51. 22. 1 / 51. 22. 1
libavcodec   53. 35. 0 / 53. 35. 0
libavformat  53. 21. 0 / 53. 21. 0
libavdevice  53.  2. 0 / 53.  2. 0
libavfilter   2. 15. 0 /  2. 15. 0
libswscale    2.  1. 0 /  2.  1. 0
libpostproc  52.  0. 0 / 52.  0. 0


Thanks to care about my issue !

@cenwen : I think it is wiser to continue in english, let the community benefit about that :geek:
Rutherberg
New member
 
Posts: 4
Joined: Tue May 29, 2012 5:04 pm

Re: Letterbox problem

Postby Cenwen » Thu May 31, 2012 8:48 pm

@hvdwolf

Ah Avatar my preferred film with Lords of Rings. ;)

@Rutherberg

Argh. You are using the fork of FFmpeg which is full of bugs. :evil:
However, we are not at this step. You should update your version of Openshot, the last one is the 1.4.2.
See here how to do that : https://answers.launchpad.net/openshot/+faq/1850

You should update too your version of frei0r-plugins. See here to grab the last deb following your architecture : https://launchpad.net/~sunab/+archive/kdenlive-release/+packages

And try again. And say us if you have the same issue.
Le jour où j'ai découvert le libre, j'ai su que je ne reviendrai jamais en arrière
Mon blog sur le multimédia, la photo et Openshot : http://linuxevolution.wordpress.com/
Google+ : https://plus.google.com/u/0/111472725110173916234/posts
User avatar
Cenwen
Moderator
 
Posts: 1609
Joined: Wed Nov 18, 2009 4:07 pm
Location: Clermont-Ferrand-Auvergne-France

Re: Letterbox problem

Postby Rutherberg » Thu May 31, 2012 10:27 pm

So, I upgraded Openshot at 1.4.2 and the frei0r-plugins and... Yes ! It works ! :mrgreen:

Thanks for your help guys, that was very useful !
Rutherberg
New member
 
Posts: 4
Joined: Tue May 29, 2012 5:04 pm

Re: Letterbox problem

Postby hvdwolf » Fri Jun 01, 2012 9:13 am

Cenwen wrote:Ah Avatar my preferred film with Lords of Rings. ;)

Well, that was obvious from your own avatar, both here as wel as in gmail. That's why I referred to it. ;)
hvdwolf
The voice of Experience
 
Posts: 146
Joined: Sat Apr 21, 2012 1:13 pm
Location: Zwolle, Nederland

Re: Letterbox problem

Postby Cenwen » Sun Jun 03, 2012 7:53 pm

Right answer hvdwolf. :D
I have completely forgotten That I was using an Navi like avatar. :oops: :roll:
Le jour où j'ai découvert le libre, j'ai su que je ne reviendrai jamais en arrière
Mon blog sur le multimédia, la photo et Openshot : http://linuxevolution.wordpress.com/
Google+ : https://plus.google.com/u/0/111472725110173916234/posts
User avatar
Cenwen
Moderator
 
Posts: 1609
Joined: Wed Nov 18, 2009 4:07 pm
Location: Clermont-Ferrand-Auvergne-France


Return to Effects

Who is online

Users browsing this forum: Google [Bot]