Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
99f6278e
Commit
99f6278e
authored
Sep 17, 2006
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wording/spelling
Originally committed as revision 6283 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
5ca030fe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
faq.texi
doc/faq.texi
+7
-5
No files found.
doc/faq.texi
View file @
99f6278e
...
...
@@ -194,17 +194,19 @@ CAVLC
ffmpeg -i input -acodec aac -ab 128 -vcodec h264 -b 1200 -ar 48000 -mbd 2 -coder 1 -cmp 2 -subcmp 2 -s 368x192 -r 30000/1001 -title X -f psp -flags loop -trellis 2 -partitions parti4x4+parti8x8+partp4x4+partp8x8+partb8x8 output.mp4
@end table
@section How c
ould
I read DirectShow files?
@section How c
an
I read DirectShow files?
If you have built FFmpeg with @code
{
./configure --enable-avisynth
}
(only possible in MinGW/Cygwin platforms)
then you may use as input any file that DirectShow reads.
(Be aware that this feature has just been added, so you will need to support yourself for any query)
If you have built FFmpeg with @code
{
./configure --enable-avisynth
}
(only possible on MinGW/Cygwin platforms),
then you may use any file that DirectShow can read as input.
(Be aware that this feature has been recently added,
so you will need to help yourself in case of problems.)
Just create an "input.avs" text file with this single line ...
@example
DirectShowSource("C:
\path
to your file
\yourfile
.asf")
@end example
... and then feed that text file to
ff
mpeg:
... and then feed that text file to
FF
mpeg:
@example
ffmpeg -i input.avs
@end example
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment