Skip to content

Instantly share code, notes, and snippets.

@ablx
ablx / DatastoreIntegrationTest.kt
Created January 2, 2023 12:25
Spring use-firestore-in-datastore-mode workaround
import org.springframework.boot.test.context.SpringBootTest
import org.springframework.context.annotation.Import
import org.springframework.test.annotation.DirtiesContext
import org.springframework.test.context.ActiveProfiles
import org.springframework.test.context.DynamicPropertyRegistry
import org.springframework.test.context.DynamicPropertySource
import org.testcontainers.containers.DatastoreEmulatorContainer
import org.testcontainers.junit.jupiter.Container
import org.testcontainers.junit.jupiter.Testcontainers
import org.testcontainers.utility.DockerImageName
@ablx
ablx / gist:59472c1e977f33d24903
Created November 8, 2015 13:55
AVI -> MOV FFMPEG
ffmpeg -i "input.avi" -acodec libmp3lame -ab 192 "output.mov"