Differences between revisions 5 and 6
Revision 5 as of 2010-11-11 21:47:48
Size: 360
Comment: +streaming still image
Revision 6 as of 2010-11-11 21:49:20
Size: 456
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:

Takes a still image like a jpg or png and you can use it as a source in dvswitch

{{{
Line 12: Line 16:
}}}

Encoding/transkoding/transmuxing

Sum up audio-channels of a DV file:

 ffmpeg -i <dvfile>  -ac 1   intermadiate.wav
 ffmpeg -i <dvfile>  -i intermediate.wav   -map 0:0 -map 1:0 -ac 2 -f dv <dvfile>-dual-mono.dv

Streaming still image

Takes a still image like a jpg or png and you can use it as a source in dvswitch

ffmpeg -loop_input -f image2 -i <PATH TO IMAGE> -target pal-dv - | dvsource-file /dev/stdin

grupper/video/tips (last edited 2016-08-03 23:45:23 by DaveNoble)