[FFmpeg-user] Best way to scale interlaced video

nilesh nilesh.abstain at gmail.com
Wed Mar 5 05:26:32 CET 2014


Thanks

The code is for video files and i need code for audio files. Please give
reference for audio files...


On 5 March 2014 03:56, Carl Eugen Hoyos [via FFmpeg-users] <
ml-node+s933282n4664190h30 at n4.nabble.com> wrote:

> Massimo Battistel <battistel <at> gmail.com> writes:
>
> > I've removed padding filter and audio track. The issue
> > is still reproducible.
> >
> > You can download HD reference sample from here:
> > http://www.datafilehost.com/d/f8185302
> >
> > This is the command line for solution #1:
> > ffmpeg -i sample1080i.mp4 -vcodec rawvideo
> > -vf scale=w=720:h=432:interl=1 -an out_interl.avi
>
> The artefacts you see are the direct effect of
> using "scale=interl=1". In theory, the following
> command would be a workaround (detecting if a
> frame is interlaced or not), but the detection
> apparently does not detect still frames as
> "progressive" but as "undetermined".
> Changing the behaviour of idet might be possible,
> I don't know for sure.
> $ ffmpeg -i sample1080i.mp4 -vf idet,scale=720:432:interl=-1
> -qscale 2 out.avi
>
> Carl Eugen
>
> _______________________________________________
> ffmpeg-user mailing list
> [hidden email] <http://user/SendEmail.jtp?type=node&node=4664190&i=0>
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
>
> ------------------------------
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://ffmpeg-users.933282.n4.nabble.com/Best-way-to-scale-interlaced-video-tp4664067p4664190.html
>  To start a new topic under FFmpeg-users, email
> ml-node+s933282n933282h82 at n4.nabble.com
> To unsubscribe from FFmpeg-users, click here<http://ffmpeg-users.933282.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=933282&code=bmlsZXNoLmFic3RhaW5AZ21haWwuY29tfDkzMzI4MnwyMTMxMDc0MTU2>
> .
> NAML<http://ffmpeg-users.933282.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>




--
View this message in context: http://ffmpeg-users.933282.n4.nabble.com/Best-way-to-scale-interlaced-video-tp4664067p4664192.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.


More information about the ffmpeg-user mailing list