Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

-vf setsar and avisynth #133

Open
GoogleCodeExporter opened this issue May 6, 2015 · 0 comments
Open

-vf setsar and avisynth #133

GoogleCodeExporter opened this issue May 6, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link
Contributor

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 [email protected] on 11 Mar 2013 at 8:48

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant