Fix things from renaming and clippy
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
extern crate ffmpeg_next as ffmpeg;
|
||||
extern crate ffmpeg_the_third as ffmpeg;
|
||||
|
||||
use std::env;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
extern crate ffmpeg_next as ffmpeg;
|
||||
extern crate ffmpeg_the_third as ffmpeg;
|
||||
|
||||
use std::env;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
extern crate ffmpeg_next as ffmpeg;
|
||||
extern crate ffmpeg_the_third as ffmpeg;
|
||||
|
||||
use ffmpeg::format::{input, Pixel};
|
||||
use ffmpeg::media::Type;
|
||||
|
@ -1,4 +1,4 @@
|
||||
extern crate ffmpeg_next as ffmpeg;
|
||||
extern crate ffmpeg_the_third as ffmpeg;
|
||||
|
||||
use std::env;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
extern crate ffmpeg_next as ffmpeg;
|
||||
extern crate ffmpeg_the_third as ffmpeg;
|
||||
|
||||
use std::env;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
extern crate ffmpeg_next as ffmpeg;
|
||||
extern crate ffmpeg_the_third as ffmpeg;
|
||||
|
||||
use std::env;
|
||||
use std::path::Path;
|
||||
|
@ -15,7 +15,7 @@
|
||||
// transcode-x264 input.flv output.mp4
|
||||
// transcode-x264 input.mkv output.mkv 'preset=veryslow,crf=18'
|
||||
|
||||
extern crate ffmpeg_next as ffmpeg;
|
||||
extern crate ffmpeg_the_third as ffmpeg;
|
||||
|
||||
use std::collections::HashMap;
|
||||
use std::env;
|
||||
|
Reference in New Issue
Block a user