SIGN IN
::
SPONSORS
::
ADVERTISING
::
ABOUT US
::
CONTACT US
FORUMS
TUTORIALS
MAGAZINE
STOCKYARD
VIDEOS
PODCASTS
EVENTS
SERVICES
NEWSLETTER
NEWS
BLOGS
FORUMS:
list
list (w/ descriptions)
archive
tags
search
hall of fame
recent posts
Error using 2-pass for mpeg4 output
COW Forums
:
FFmpeg
VIEW ALL
•
ADD A NEW POST
•
PRINT
Respond to this post
•
Return to posts index
•
Read entire thread
Error using 2-pass for mpeg4 output
by
Werner Clausen
on Jun 29, 2011 at 6:31:25 pm
Hi,
I'm using these 2 lines (from WinFF) trying to do 2-pass:
"C:\Program Files\WinFF\ffmpeg.exe" -i "C:\Kamera\020.MOV" -crf 15.0 -vcodec libx264 -acodec libfaac -ar 48000 -ab 192k -coder 1 -flags +loop -cmp +chroma -partitions +parti4x4+partp8x8+partb8x8 -me_method hex -subq 6 -me_range 16 -g 250 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -b_strategy 1 -threads 0 -an -passlogfile "C:\Kamera\020.log" -pass 1 -y "NUL.avi"
"C:\Program Files\WinFF\ffmpeg.exe" -y -i "C:\Kamera\020.MOV" -crf 15.0 -vcodec libx264 -acodec libfaac -ar 48000 -ab 192k -coder 1 -flags +loop -cmp +chroma -partitions +parti4x4+partp8x8+partb8x8 -me_method hex -subq 6 -me_range 16 -g 250 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -b_strategy 1 -threads 0 -passlogfile "C:\Kamera\020.log" -pass 2 "C:\Kamera\020.mp4"
The first pass completes but the second fails on start with this message: "Error while opening codec for output stream #0.0 - maybe incorrect parameters such as bit_rate, rate, width or height".
Can anyone spot the culprit in these commands?
--
Werner
Posts Index
Read Thread
Reply
Like
Current Message Thread:
Error using 2-pass for mpeg4 output
by Werner Clausen on Jun 29, 2011 at 6:31:25 pm
Re: Error using 2-pass for mpeg4 output
by Michael Rampe on Jul 4, 2011 at 12:55:33 am
LOGIN TO REPLY
FORUMS
•
TUTORIALS
•
MAGAZINE
•
STOCKYARD
•
VIDEOS
•
PODCASTS
•
EVENTS
•
SERVICES
•
NEWSLETTER
•
NEWS
•
BLOGS
© 2013
CreativeCOW.net
All rights are reserved. -
Privacy Policy
[
Top
]