You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	presets: specify the codecs.
This allows the following usages: FFMPEG_DATADIR=presets ./ffmpeg -f lavfi -i testsrc=d=5 -vcodec libx264 -vpre ipod640 -f null - FFMPEG_DATADIR=presets ./ffmpeg -f lavfi -i testsrc=d=5 -vpre libx264-ipod640 -f null - The second example was broken even if documented.
This commit is contained in:
		| @@ -1,3 +1,5 @@ | ||||
| vcodec=libvpx | ||||
|  | ||||
| g=120 | ||||
| lag-in-frames=16 | ||||
| deadline=good | ||||
|   | ||||
| @@ -1,3 +1,5 @@ | ||||
| vcodec=libvpx | ||||
|  | ||||
| g=120 | ||||
| lag-in-frames=25 | ||||
| deadline=good | ||||
|   | ||||
| @@ -1,3 +1,5 @@ | ||||
| vcodec=libvpx | ||||
|  | ||||
| g=120 | ||||
| lag-in-frames=16 | ||||
| deadline=good | ||||
|   | ||||
| @@ -1,3 +1,5 @@ | ||||
| vcodec=libvpx | ||||
|  | ||||
| g=120 | ||||
| lag-in-frames=16 | ||||
| deadline=good | ||||
|   | ||||
| @@ -1,3 +1,5 @@ | ||||
| vcodec=libvpx | ||||
|  | ||||
| g=120 | ||||
| lag-in-frames=25 | ||||
| deadline=good | ||||
|   | ||||
| @@ -1,3 +1,5 @@ | ||||
| vcodec=libx264 | ||||
|  | ||||
| vprofile=baseline | ||||
| level=13 | ||||
| maxrate=768000 | ||||
|   | ||||
| @@ -1,3 +1,5 @@ | ||||
| vcodec=libx264 | ||||
|  | ||||
| vprofile=baseline | ||||
| level=30 | ||||
| maxrate=10000000 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user