jslhs / ffmbc

Automatically exported from code.google.com/p/ffmbc
0 stars 0 forks source link

-vf setsar and avisynth #133

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Creat an avisynth file (test.avs).
2. Use "-vf setsar" in ffmbc.

What is the expected output? What do you see instead?
I'm trying to set pixel aspect ration for the output file in ffmbc, using  
avisynth as input. If setsar is used on normal video file it works, but doesnt 
with avisynth. It just stops after setsar is used.
Latest FFmpeg build from Zeranoe doesn't have this problem and works without 
any problems.

What version of the product are you using? On what operating system?
FFmbc-0.7rc7-win32-120705
ffmpeg-20130310-git-586ae70-win32-static
AviSynth 2.5.8
Windows 7 x64

Please provide any additional information below:
g:\!Recoder\AK_G52\BDMV\STREAM>ffmbc -i "pal_sd_ff.avs" -loglevel debug -vcodec 
libx264 -preset superfast -crf 12 -intra -tune fastdecode -vf setsar=64:45 -an 
"AK_SD_FF.mp4"
FFmbc version 0.7-rc7
Copyright (c) 2008-2012 Baptiste Coudurier and the FFmpeg developers
Input #0, avs, from 'pal_sd_ff.avs':
  Duration: 02:04:14.20, start: 0.000000, bitrate: 0 kb/s
    Stream #0.0(und): Video: rawvideo, yuv420p, 968x576p, 167270 kb/s, 25.00 fps
    Stream #0.1(und): Audio: pcm_s16le, 48000 Hz, 6 channels, s16, 4608 kb/s
[buffer @ 04D0F0A0] w:968 h:576 pixfmt:yuv420p tb:1/1000000 sar:1/1 sws_param:
[setsar @ 04D0F140] a:64/45

g:\!Recoder\AK_G52\BDMV\STREAM>

Original issue reported on code.google.com by malashin...@gmail.com on 11 Mar 2013 at 8:48