News:

--

Main Menu

auto->720p does nothing?

Started by question, May 12, 2014, 08:24:33 AM

Previous topic - Next topic

question

Im trying to convert a 1600x900 video into 720p for youtube but the option seems to do absolutely nothing...video resolution doesnt change at all. What gives?

zakk


Jan Gruuthuse

#2
Close avidemux: open avidemux: load video. Avidemux looks like LoadVideo screenshot.
From menu: Auto: 720p, set aspect ratio as required if asked 4:3 / 16:9 / 1:1
Avidemux should now look like SaveVideo screenshot.
Check in filters. Active Filters: swsResize: swscale Resize : .... x .... => 1280x720, algo 1
Save Video. That should be it.

AQUAR

Just to add to Jan's response.

Each one of these auto options, runs a small script.
These scripts change the default encoding settings of Avidemux to suit the selected auto definition.
Some are:  setting the output container (muxer) and setting a display resolution (via the resampling filter) etc.

You probably will not notice any changes in the video display screens of avidemux.

question

Well usually absolutely nothing happens when i click auto->720p...

This time round i got a popup saying TinyPy:Exception, Exception:

And that was it. Thats without touching any of the settings, just loading the video and clicking on auto->720p.

Not sure what you mean by codec?

question


AQUAR

It might be usefull to provide more information about this video file.
Mediainfo is a free utility that will analyse media files and provide such details.
Its very easy to use. You get it here:
http://sourceforge.net/projects/mediainfo/files/binary/mediainfo-gui/

mean


question

It looks like one of the scripts in avidemux is failing (line 17)

General
Complete name                            : C:\mwo5.mp4
Format                                   : MPEG-4
Format profile                           : Base Media
Codec ID                                 : isom
File size                                : 131 MiB
Duration                                 : 54s 585ms
Overall bit rate mode                    : Variable
Overall bit rate                         : 20.2 Mbps
Writing application                      : Lavf54.29.104

Video
ID                                       : 1
Format                                   : AVC
Format/Info                              : Advanced Video Codec
Format profile                           : High@L3.1
Format settings, CABAC                   : Yes
Format settings, ReFrames                : 2 frames
Codec ID                                 : avc1
Codec ID/Info                            : Advanced Video Coding
Duration                                 : 54s 585ms
Bit rate                                 : 20.1 Mbps
Width                                    : 1 600 pixels
Height                                   : 900 pixels
Display aspect ratio                     : 16:9
Frame rate mode                          : Variable
Frame rate                               : 60.000 fps
Minimum frame rate                       : 58.592 fps
Maximum frame rate                       : 62.759 fps
Color space                              : YUV
Chroma subsampling                       : 4:2:0
Bit depth                                : 8 bits
Scan type                                : Progressive
Bits/(Pixel*Frame)                       : 0.232
Stream size                              : 131 MiB (99%)
Writing library                          : x264 core 129 r2230 1cffe9f
Encoding settings                        : cabac=1 / ref=2 / deblock=0:0:0 / analyse=0x3:0x113 / me=dia / subme=7 / psy=1 / psy_rd=0.00:0.00 / mixed_ref=0 / me_range=16 / chroma_me=0 / trellis=1 / 8x8dct=1 / cqm=0 / deadzone=21,21 / fast_pskip=1 / chroma_qp_offset=0 / threads=12 / lookahead_threads=2 / sliced_threads=0 / nr=0 / decimate=0 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=2 / b_pyramid=0 / b_adapt=0 / b_bias=0 / direct=0 / weightb=0 / open_gop=0 / weightp=0 / keyint=500 / keyint_min=100 / scenecut=40 / intra_refresh=0 / rc=crf / mbtree=0 / crf=20.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / ip_ratio=1.40 / pb_ratio=1.30 / aq=0

Audio
ID                                       : 2
Format                                   : AAC
Format/Info                              : Advanced Audio Codec
Format profile                           : LC
Codec ID                                 : 40
Duration                                 : 54s 571ms
Bit rate mode                            : Variable
Bit rate                                 : 102 Kbps
Maximum bit rate                         : 128 Kbps
Channel(s)                               : 2 channels
Channel positions                        : Front: L R
Sampling rate                            : 48.0 KHz
Compression mode                         : Lossy
Stream size                              : 677 KiB (1%)


AQUAR

Tinypy scripts like those found under the auto menu do work at least on windows 7.

Whenever executing a second tinypy script, Avidemux 2.6 will crash.
Probably the only time you would want to run another project script is when you close and reload a new video.
If so, you will need to exit and restart avidemux.

question

#10
Huh? Im not trying to run a second script at all. Like i said i open the video, auto->720p then get that error message. For 2.6.8 64 bit.

mean

Confirmed, something is broken

AQUAR

#12
@ question

I was merely describing my own experience with running Tinypy scripts, under windows 7 (x86 & X64) and with the latest avidemux revision.
This for the benefit of others who are trying to use this function.

Mean is the developer of this program, and he has already indicated something is broken with the scripting engine.
Since there is a problem we simply first need to wait for a fix.

If there is still an issue afterwards, we would look at your media source and see if that breaks the auto script in someway.

question

Oh, ok. How do i convert to 720p in the meantime then?

Jan Gruuthuse

#14
Load video and run from Menu: File: Tinypy Project: Run Project: and browse to unpacked content of zip (720p.py). Video part should be set by this settings file.