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
18e7d87c
Commit
18e7d87c
authored
May 19, 2006
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo/grammar fixes
Originally committed as revision 5409 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
4b0e85d4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
faq.texi
doc/faq.texi
+10
-10
No files found.
doc/faq.texi
View file @
18e7d87c
...
@@ -131,28 +131,28 @@ a different fourcc, use the '-vtag' option. E.g., '-vtag xvid' will
...
@@ -131,28 +131,28 @@ a different fourcc, use the '-vtag' option. E.g., '-vtag xvid' will
force the fourcc 'xvid' to be stored as the video fourcc rather than the
force the fourcc 'xvid' to be stored as the video fourcc rather than the
default.
default.
@section How do I encode
Videos which play on the ip
od?
@section How do I encode
videos which play on the iP
od?
@table @option
@table @option
@item
stuff needed
@item
needed stuff
-acodec aac -vcodec mpeg4 width<=320 height<=240
-acodec aac -vcodec mpeg4 width<=320 height<=240
@item
stuff working
@item
working stuff
4mv, title
4mv, title
@item
stuff not working
@item
non-working stuff
b
frames
B-
frames
@item example command line
@item example command line
ffmpeg -i input -acodec aac -ab 128 -vcodec mpeg4 -b 1200 -mbd 2 -flags +4mv+trell -aic 2 -cmp 2 -subcmp 2 -s 320x180 -title X output.mp4
ffmpeg -i input -acodec aac -ab 128 -vcodec mpeg4 -b 1200 -mbd 2 -flags +4mv+trell -aic 2 -cmp 2 -subcmp 2 -s 320x180 -title X output.mp4
@end table
@end table
@section How do I encode
Videos which play on the psp
?
@section How do I encode
videos which play on the PSP
?
@table @option
@table @option
@item
stuff needed
@item
needed stuff
-acodec aac -vcodec mpeg4 width*height<=76800 width
%16=0 height%16=0 -ar 24000 -r 30000/1001 or 15000/1001 -f psp
-acodec aac -vcodec mpeg4 width*height<=76800 width
%16=0 height%16=0 -ar 24000 -r 30000/1001 or 15000/1001 -f psp
@item
stuff working
@item
working stuff
4mv, title
4mv, title
@item
stuff not working
@item
non-working stuff
b
frames
B-
frames
@item example command line
@item example command line
ffmpeg -i input -acodec aac -ab 128 -vcodec mpeg4 -b 1200 -ar 24000 -mbd 2 -flags +4mv+trell -aic 2 -cmp 2 -subcmp 2 -s 368x192 -r 30000/1001 -title X -f psp output.mp4
ffmpeg -i input -acodec aac -ab 128 -vcodec mpeg4 -b 1200 -ar 24000 -mbd 2 -flags +4mv+trell -aic 2 -cmp 2 -subcmp 2 -s 368x192 -r 30000/1001 -title X -f psp output.mp4
@end table
@end table
...
...
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