Comandi delle piste¶
Traduzione: Copia tutti i comandi
Traduzione: Generare PDF
< >
Comprehensive Runway AI generazione video e comandi di editing e flussi di lavoro per la creazione di contenuti creativi.
## Iniziare
|Command|Description|
|---------|-------------|
|`runway auth login`|Login to Runway account|
|`runway auth logout`|Logout from account|
|`runway auth status`|Check authentication status|
|`runway --version`|Show version information|
|`runway --help`|Show help information|
## Modelli di generazione video
|Model|Description|
|---------|-------------|
|`Gen-3 Alpha`|Latest video generation model|
|`Gen-2`|Previous generation model|
|`Gen-1`|First generation model|
|`Image-to-Video`|Convert images to video|
|`Text-to-Video`|Generate video from text|
## Generazione testi-video
|Command|Description|
|---------|-------------|
|`runway generate --prompt "A cat walking"`|Basic text-to-video|
|`runway generate --prompt "..." --duration 4`|Set video duration|
|`runway generate --prompt "..." --aspect-ratio 16:9`|Set aspect ratio|
|`runway generate --prompt "..." --model gen-3`|Specify model|
|`runway generate --prompt "..." --seed 12345`|Set random seed|
## Generazione immagine-video
|Command|Description|
|---------|-------------|
|`runway img2vid --image input.jpg --prompt "..."`|Image to video|
|`runway img2vid --image input.jpg --motion low`|Low motion|
|`runway img2vid --image input.jpg --motion high`|High motion|
|`runway img2vid --image input.jpg --duration 4`|Set duration|
## Strumenti di editing video
|Tool|Description|
|---------|-------------|
|`Inpainting`|Remove/replace objects|
|`Upscaling`|Increase video resolution|
|`Frame Interpolation`|Smooth slow motion|
|`Green Screen`|Background removal|
|`Motion Tracking`|Track object movement|
## Integrazione API
|Endpoint|Description|
|---------|-------------|
|`POST /v1/generate`|Generate video|
|`GET /v1/tasks/{task_id}`|Check generation status|
|`GET /v1/models`|List available models|
|`POST /v1/upload`|Upload reference image|
|`GET /v1/credits`|Check credit balance|
## Python SDK
|Command|Description|
|---------|-------------|
|`pip install runway-python`|Install Python SDK|
|`from runway import RunwayML`|Import SDK|
|`client = RunwayML(api_key="key")`|Initialize client|
|`client.generate_video(prompt="...")`|Generate video|
|`client.get_task_status(task_id)`|Check status|
## Parametri video
|Parameter|Description|
|---------|-------------|
|`prompt`|Text description|
|`duration`|Video length (1-10 seconds)|
|`aspect_ratio`|Video dimensions|
|`motion`|Motion intensity|
|`seed`|Reproducibility seed|
|`model`|Generation model|
## Aspect Ratios
|Ratio|Description|
|---------|-------------|
|`16:9`|Widescreen (1920x1080)|
|`9:16`|Vertical (1080x1920)|
|`1:1`|Square (1080x1080)|
|`4:3`|Standard (1440x1080)|
|`3:4`|Portrait (1080x1440)|
## Controlli di movimento
|Setting|Description|
|---------|-------------|
|`motion: 1`|Minimal motion|
|`motion: 5`|Moderate motion|
|`motion: 10`|Maximum motion|
|`camera_motion: pan`|Camera panning|
|`camera_motion: zoom`|Camera zooming|
## Caratteristiche avanzate
|Feature|Description|
|---------|-------------|
|`Director Mode`|Precise camera control|
|`Motion Brush`|Paint motion areas|
|`Lip Sync`|Sync audio to video|
|`Style Transfer`|Apply artistic styles|
|`Multi-Motion Brush`|Multiple motion regions|
## Ingegneria Prompt
|Technique|Description|
|---------|-------------|
|`Descriptive language`|Detailed scene description|
|`Camera angles`|Specify viewpoint|
|`Lighting conditions`|Set mood and atmosphere|
|`Movement description`|Define motion patterns|
|`Style keywords`|Artistic direction|
## Impostazioni di qualità
|Setting|Description|
|---------|-------------|
|`quality: draft`|Fast, lower quality|
|`quality: standard`|Balanced quality/speed|
|`quality: high`|Best quality, slower|
|`resolution: 720p`|HD resolution|
|`resolution: 1080p`|Full HD resolution|
## Elaborazione batch
|Command|Description|
|---------|-------------|
|`runway batch --input prompts.txt`|Process multiple prompts|
|`runway batch --images folder/`|Process image folder|
|`runway batch --config batch.json`|Use batch configuration|
|`runway batch --parallel 3`|Set parallel jobs|
## Gestione dei progetti
|Command|Description|
|---------|-------------|
|`runway project create "My Project"`|Create new project|
|`runway project list`|List projects|
|`runway project open `|Open project|
|`runway project delete `|Delete project|
|`runway project export `|Export project|
## Gestione delle risorse
|Command|Description|
|---------|-------------|
|`runway upload --file video.mp4`|Upload video|
|`runway upload --file image.jpg`|Upload image|
|`runway assets list`|List uploaded assets|
|`runway assets delete `|Delete asset|
|`runway download `|Download asset|
## Caratteristiche della collaborazione
|Command|Description|
|---------|-------------|
|`runway share --project `|Share project|
|`runway collaborate --invite `|Invite collaborator|
|`runway permissions --user --role editor`|Set permissions|
|`runway comments --add "Great work!"`|Add comment|
## Opzioni di esportazione
|Format|Description|
|---------|-------------|
|`mp4`|Standard video format|
|`mov`|QuickTime format|
|`gif`|Animated GIF|
|`webm`|Web-optimized format|
|`frames`|Individual frames|
## CLI Configurazione
|Command|Description|
|---------|-------------|
|`runway config set api_key `|Set API key|
|`runway config set default_model gen-3`|Set default model|
|`runway config show`|Show configuration|
|`runway config reset`|Reset to defaults|
## Monitoraggio e stato
|Command|Description|
|---------|-------------|
|`runway status`|Check service status|
|`runway queue`|View generation queue|
|`runway credits`|Check credit balance|
|`runway usage`|View usage statistics|
|`runway history`|View generation history|
## Gestione degli errori
|Error|Description|
|---------|-------------|
|`INSUFFICIENT_CREDITS`|Not enough credits|
|`INVALID_PROMPT`|Prompt violates guidelines|
|`GENERATION_FAILED`|Technical failure|
|`QUEUE_FULL`|System overloaded|
|`TIMEOUT`|Generation timeout|
## Migliori Pratiche
|Practice|Description|
|---------|-------------|
|`Clear prompts`|Specific, detailed descriptions|
|`Appropriate duration`|Match content to length|
|`Consistent style`|Maintain visual coherence|
|`Test iterations`|Refine through experimentation|
|`Credit management`|Monitor usage|
## Esempi di integrazione
|Platform|Use Case|
|---------|-------------|
|`Social Media`|Content creation|
|`Marketing`|Advertisement videos|
|`Education`|Instructional content|
|`Entertainment`|Creative projects|
|`Prototyping`|Concept visualization|
## Configurazione Webhook
|Command|Description|
|---------|-------------|
|`runway webhook create --url `|Create webhook|
|`runway webhook list`|List webhooks|
|`runway webhook delete `|Delete webhook|
|`runway webhook test `|Test webhook|
## Prompting avanzato
|Technique|Example|
|---------|-------------|
|`Scene setting`|"A bustling Tokyo street at night"|
|`Camera movement`|"Slow zoom into character's face"|
|`Lighting`|"Golden hour lighting, soft shadows"|
|`Style reference`|"In the style of Studio Ghibli"|
|`Motion description`|"Gentle swaying of tree branches"|
## Ottimizzazione delle prestazioni
|Setting|Description|
|---------|-------------|
|`--fast`|Prioritize speed|
|`--quality`|Prioritize quality|
|`--cache`|Enable result caching|
|`--parallel`|Parallel processing|
|`--optimize`|Optimize for efficiency|
## Risoluzione dei problemi
|Issue|Solution|
|---------|-------------|
|`Slow generation`|Check queue status|
|`Poor quality`|Improve prompt specificity|
|`Motion artifacts`|Adjust motion settings|
|`Credit depletion`|Purchase more credits|
|`API errors`|Check authentication|
## Variabili dell'ambiente
|Variable|Description|
|---------|-------------|
|`RUNWAY_API_KEY`|API authentication key|
|`RUNWAY_API_URL`|API base URL|
|`RUNWAY_TIMEOUT`|Request timeout|
|`RUNWAY_CACHE_DIR`|Cache directory|
## File di configurazione
|File|Description|
|---------|-------------|
|`.runway.json`|Project configuration|
|`runway.config.js`|Global settings|
|`prompts.txt`|Batch prompts|
|`styles.json`|Style presets|
## Comunità e risorse
|Resource|Description|
|---------|-------------|
|`Discord`|Community support|
|`Documentation`|Official guides|
|`Tutorials`|Learning resources|
|`Gallery`|Inspiration showcase|
|`Blog`|Latest updates|