colorize path
This commit is contained in:
parent
efa6dfa5ea
commit
25e7cb8c01
@ -210,7 +210,7 @@ fn add_audio(node: &mut Media, chain: &mut Filters) {
|
|||||||
.unwrap_or(&vec![])
|
.unwrap_or(&vec![])
|
||||||
.is_empty()
|
.is_empty()
|
||||||
{
|
{
|
||||||
warn!("Clip: '{}' has no audio!", node.source);
|
warn!("Clip <b><magenta>{}</></b> has no audio!", node.source);
|
||||||
let audio = format!(
|
let audio = format!(
|
||||||
"aevalsrc=0:channel_layout=stereo:duration={}:sample_rate=48000",
|
"aevalsrc=0:channel_layout=stereo:duration={}:sample_rate=48000",
|
||||||
node.out - node.seek
|
node.out - node.seek
|
||||||
|
Loading…
Reference in New Issue
Block a user